dynarmic/src/backend_x64
2017-01-05 20:16:39 +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: Rename alloc to AllocateFromCodeSpace 2016-12-18 23:43:48 +00:00
block_of_code.h block_of_code: Rename alloc to AllocateFromCodeSpace 2016-12-18 23:43:48 +00:00
emit_x64.cpp IR: Remove unused microinstructions NegateLowWord and NegateHighWord 2017-01-05 20:16:39 +00:00
emit_x64.h emit_x64: Refactor patching code 2016-12-20 14:06:55 +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 callbacks: Read code using MemoryReadCode callback 2016-12-21 21:39:14 +00: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: Rename alloc to AllocateFromCodeSpace 2016-12-18 23:43:48 +00:00