mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-06-10 10:28:41 -05:00
Similar to what we do for addx. Since we're calculating b - a and because subtraction is not communitative, we can only apply this when source register a holds the constant. Before: 45 8B EE mov r13d,r14d 41 83 ED 08 sub r13d,8 After: 45 8D 6E F8 lea r13d,[r14-8] |
||
|---|---|---|
| .. | ||
| RegCache | ||
| Jit_Branch.cpp | ||
| Jit_FloatingPoint.cpp | ||
| Jit_Integer.cpp | ||
| Jit_LoadStore.cpp | ||
| Jit_LoadStoreFloating.cpp | ||
| Jit_LoadStorePaired.cpp | ||
| Jit_Paired.cpp | ||
| Jit_SystemRegisters.cpp | ||
| Jit.cpp | ||
| Jit.h | ||
| Jit64_Tables.cpp | ||
| JitAsm.cpp | ||
| JitAsm.h | ||