mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
3106b20fbe
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]