Files
dolphin/Source/Core/Core/PowerPC
degasus b00c60618b JitArm64: Fix rlwinmx.
Seems like I was wrong that ANDI2R doesn't require a temporary register here.
There is *one* case when the mask won't fit in the ARM AND instruction:
mask = 0xFFFFFFFF
But let's just use MOV instead of AND here for this case...
2017-08-22 08:47:43 +02:00
..
2017-08-11 17:35:22 +02:00
2017-06-29 12:21:32 -07:00
2017-08-22 08:47:43 +02:00
2017-05-19 22:21:07 +02:00
2017-05-06 13:18:00 +01:00
2017-06-15 18:52:22 -04:00