Zaara Syeda 327edbe07a
[PowerPC] Fix mask for __st[d/w/h/b]cx builtins (#104453)
These builtins are currently returning CR0 which will have the format
[0, 0, flag_true_if_saved, XER].
We only want to return flag_true_if_saved. This patch adds a shift to
remove the XER bit before returning.
2024-08-22 09:55:46 -04:00
..
2023-09-01 19:45:03 -04:00
2023-02-14 10:25:24 -04:00
2023-06-28 14:50:16 -04:00