Files
dolphin/Source/Core/Core/PowerPC
Sintendo fa13457abb JitArm64_Integer: subfex - Optimize InHostCarry case for -1
The result is either -1 or 0 depending on the state of the carry flag.
This can be done with a csetm instruction.

Before:
0x1280001a   mov    w26, #-0x1                ; =-1
0x1a1f035a   adc    w26, w26, wzr

After:
0x5a9f23fa   csetm  w26, lo
2024-12-28 20:18:14 +01:00
..
2024-10-19 02:30:44 -07:00
2024-10-19 02:30:44 -07:00
2024-08-20 14:59:54 +02:00
2024-07-02 18:29:42 +02:00
2024-10-10 00:53:48 -07:00
2024-08-22 17:29:26 -07:00
2023-11-28 18:59:34 +01:00