dolphin/Source/Core
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
..
AudioCommon Remove CoreAudio audio backend 2017-06-29 16:53:20 -07:00
Common JitArm64: Fix rlwinmx. 2017-08-22 08:47:43 +02:00
Core JitArm64: Fix rlwinmx. 2017-08-22 08:47:43 +02:00
DiscIO Merge pull request #5746 from leoetlino/disc-updates 2017-08-16 19:02:42 +08:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Merge pull request #5950 from ligfx/gamelistmodelfilenamefallback 2017-08-20 23:29:27 +02:00
DolphinWX Merge pull request #5898 from ligfx/extractupnp 2017-08-17 03:11:41 +08:00
InputCommon Merge pull request #5742 from ToadKing/fix-bad-controllers 2017-08-17 03:42:02 +08:00
UICommon Config: Fix the loader Load() being called twice 2017-07-31 22:32:05 +08:00
VideoBackends Merge pull request #5478 from stenzek/vulkan-nvidia 2017-08-14 13:12:41 -07:00
VideoCommon VideoCommon: Fix bug #10464 (RA4 format not handled in TextureDecoder) 2017-08-21 10:22:15 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00