dynarmic/src/backend_x64
2020-04-22 20:46:13 +01:00
..
a32_emit_x64.cpp A32: Add ExceptionRaised IR instruction and use it 2020-04-22 20:46:12 +01:00
a32_emit_x64.h A32: Change UserCallbacks to be similar to A64's interface 2020-04-22 20:46:12 +01:00
a32_interface.cpp scope_exit: Add SCOPE_SUCCESS and SCOPE_EXIT 2020-04-22 20:46:12 +01:00
a32_jitstate.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
a32_jitstate.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
a64_emit_x64.cpp assert: Use fmt in ASSERT_MSG 2020-04-22 20:46:12 +01:00
a64_emit_x64.h General: Add missing override specifiers 2020-04-22 20:46:12 +01:00
a64_interface.cpp scope_exit: Add SCOPE_SUCCESS and SCOPE_EXIT 2020-04-22 20:46:12 +01:00
a64_jitstate.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
a64_jitstate.h a64_jitstate: A64 does not have a seperate FPSCR.NZCV 2020-04-22 20:46:13 +01:00
abi.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
abi.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
block_of_code.cpp A64: Add Disassemble method 2020-04-22 20:46:12 +01:00
block_of_code.h A64: Add Disassemble method 2020-04-22 20:46:12 +01:00
block_range_information.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
block_range_information.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
callback.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
callback.h General: Add missing override specifiers 2020-04-22 20:46:12 +01:00
constant_pool.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
constant_pool.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
devirtualize.h A32: Change UserCallbacks to be similar to A64's interface 2020-04-22 20:46:12 +01:00
disassemble_x64.cpp A64: Add Disassemble method 2020-04-22 20:46:12 +01:00
disassemble_x64.h A64: Add Disassemble method 2020-04-22 20:46:12 +01:00
emit_x64.cpp assert: Use fmt in ASSERT_MSG 2020-04-22 20:46:12 +01:00
emit_x64.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
emit_x64_aes.cpp A64: Implement AESIMC and AESMC 2020-04-22 20:46:13 +01:00
emit_x64_crc32.cpp Common: Relocate common bits of CRC32 2020-04-22 20:46:12 +01:00
emit_x64_data_processing.cpp assert: Use fmt in ASSERT_MSG 2020-04-22 20:46:12 +01:00
emit_x64_floating_point.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
emit_x64_packed.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
emit_x64_saturation.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
emit_x64_vector.cpp emit_x64_vector: bug: VectorGetElement8 returning incorrect values for non-SSE4.1 2020-04-22 20:46:13 +01:00
exception_handler_generic.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
exception_handler_windows.cpp backend_x64: Rename UnwindHandler to ExceptionHandler 2017-04-20 14:08:56 +01:00
hostloc.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
hostloc.h a64_jitstate: Have 128-bit wide spills 2020-04-22 20:44:38 +01:00
jitstate_info.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
oparg.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
reg_alloc.cpp assert: Use fmt in ASSERT_MSG 2020-04-22 20:46:12 +01:00
reg_alloc.h reg_alloc: std::move RegAlloc's function argument 2020-04-22 20:46:12 +01:00