dynarmic/src/backend_x64
2016-12-15 21:36:02 +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 block_of_code: Support stack unwinding on Windows 2016-12-12 07:49:18 +00:00
block_of_code.h block_of_code: Support stack unwinding on Windows 2016-12-12 07:49:18 +00:00
emit_x64.cpp emit_x64: Remove argument names of unused arguments 2016-12-15 20:52:22 +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 CMakeLists: Globally disable MSVC warning C4592 2016-12-15 21:09:55 +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 Wrap #pragma warning with #ifdef _MSC_VER .. #endif 2016-12-15 21:36:02 +00: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
unwind_generic.cpp block_of_code: Support stack unwinding on Windows 2016-12-12 07:49:18 +00:00
unwind_windows.cpp block_of_code: Support stack unwinding on Windows 2016-12-12 07:49:18 +00:00