dynarmic/src/backend_x64
MerryMage 3621a925b2 reg_alloc: Register allocator related constraints belong with the rest of the register allocator
HostLocToReg64 contained two DEBUG_ASSERTs invloving constraints that
really belonged to the register allocator.

The register allocator prevents allocation of RSP and R15 because those
are reserved for the stack pointer and the state pointer respectively.
2016-11-30 19:42:41 +00:00
..
abi.cpp abi: Implement ABI_PushCallerSaveRegistersAndAdjustStack and ABI_PopCallerSaveRegistersAndAdjustStack 2016-09-01 00:57:22 +01:00
abi.h abi: Implement ABI_PushCallerSaveRegistersAndAdjustStack and ABI_PopCallerSaveRegistersAndAdjustStack 2016-09-01 00:57:22 +01:00
block_of_code.cpp Eliminate variable shadowing warnings with MSVC (#17) 2016-09-04 11:30:57 +01:00
block_of_code.h Eliminate variable shadowing warnings with MSVC (#17) 2016-09-04 11:30:57 +01:00
emit_x64.cpp VFP: Fixed the VCVT behavior when converting from unsigned 32-bit values. (#51) 2016-11-27 23:25:50 +00:00
emit_x64.h Implemented the ARM UHADD8 instruction. (#45) 2016-11-25 20:32:22 +00:00
hostloc.cpp reg_alloc: Register allocator related constraints belong with the rest of the register allocator 2016-11-30 19:42:41 +00:00
hostloc.h HostLoc: R15 is a GPR 2016-11-30 18:38:03 +00:00
interface_x64.cpp jitstate: Rename fields s/guest_FPSCR/FPSCR/ 2016-09-05 14:42:21 +01:00
jitstate.cpp jitstate: Rename fields s/guest_FPSCR/FPSCR/ 2016-09-05 14:42:21 +01:00
jitstate.h jitstate: Rename fields s/guest_FPSCR/FPSCR/ 2016-09-05 14:42:21 +01:00
reg_alloc.cpp reg_alloc: Register allocator related constraints belong with the rest of the register allocator 2016-11-30 19:42:41 +00:00
reg_alloc.h reg_alloc: Register allocator related constraints belong with the rest of the register allocator 2016-11-30 19:42:41 +00:00