dynarmic/src/backend_x64
2016-12-05 20:30:19 +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 emit_x64: Remove unnecessary casts 2016-12-05 20:30:19 +00:00
emit_x64.h emit_x64: Make GetBasicBlock() const qualified 2016-12-05 12:46: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 Support 64-bit immediates 2016-12-03 11:29:50 +00:00
reg_alloc.h microinstruction: Make use_count private (#53) 2016-11-30 21:51:06 +00:00