mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-31 17:56:48 +02:00

For floating loads with a known address, this eliminates the pattern of: mov r12d, 80001014 mov rdx, r12d mov rdx, dword ptr [rbp+rdx] and generates a nice simple: mov rdx, dword ptr [rbp+00001014]