dolphin/Source
Sintendo 618d261b91 DSPJitMultiplier: addpaxz - AND constant directly
There's no need to load the 64-bit immediate into a temporary register.
x64 will sign-extend 32-bit immediates to 64 bits, giving us the exact
value we need in this case.

48 C7 C0 00 00 FF FF    mov         rax,0FFFFFFFFFFFF0000h
48 21 C2                and         rdx,rax

48 81 E2 00 00 FF FF    and         rdx,0FFFFFFFFFFFF0000h
2020-08-05 10:22:51 +02:00
..
Android Merge pull request #8966 from Ebola16/WP 2020-08-02 22:06:16 +02:00
Core DSPJitMultiplier: addpaxz - AND constant directly 2020-08-05 10:22:51 +02:00
DSPSpy DSPSpy: sync Makefile with current devkitPro template 2020-06-08 04:21:41 +01:00
DSPTool DSPLLE: Use Memory functions isntead of directly using Memory::physical_base 2020-07-24 15:06:39 -07:00
PCH Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
UnitTests Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
VSProps Externals: Fix build failures with the newer glslang. 2020-05-30 18:54:21 -07:00
.clang-format Require clang-format 9 and reformat source code 2020-01-08 22:18:15 +01:00
CMakeLists.txt CMake: Add -D_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 2020-07-30 20:22:57 +02:00
dolphin-emu.sln Externals: Add zstd 2020-05-13 20:53:10 +02:00