dynarmic/src/backend_x64
2020-04-22 20:22:01 +01: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: Add vzeroupper instructions where AVX-SSE transitions may occur 2020-04-22 20:22:01 +01:00
block_of_code.h block_of_code: Add vzeroupper instructions where AVX-SSE transitions may occur 2020-04-22 20:22:01 +01:00
constant_pool.cpp constant_pool: Implement a constant pool 2017-03-19 13:08:04 +00:00
constant_pool.h Standardize location of storage-class specifiers: Place at beginning of declarations 2017-09-29 01:23:45 +01:00
emit_x64.cpp block_of_code: BlockOfCode should provide cpu info 2020-04-22 20:22:01 +01:00
emit_x64.h emit_x64: Amend doxygen parameters for InvalidateCacheRange() () 2020-04-22 20:22:01 +01:00
exception_handler_generic.cpp backend_x64: Rename UnwindHandler to ExceptionHandler 2017-04-20 14:08:56 +01:00
exception_handler_windows.cpp backend_x64: Rename UnwindHandler to ExceptionHandler 2017-04-20 14:08:56 +01:00
hostloc.cpp Prefer ASSERT to DEBUG_ASSERT 2017-02-26 23:30:40 +00:00
hostloc.h CMakeLists: Globally disable MSVC warning C4592 2016-12-15 21:09:55 +00:00
interface_x64.cpp interface_x64: Remove is_executing assert from HaltExecution 2017-10-14 23:35:01 +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
oparg.h reg_alloc: Move OpArg into own header 2017-02-21 23:38:36 +00:00
reg_alloc.cpp Standardize location of storage-class specifiers: Place at beginning of declarations 2017-09-29 01:23:45 +01:00
reg_alloc.h reg_alloc: Move implementations out of header 2017-02-26 23:30:39 +00:00