dynarmic/src/backend_x64
2020-04-22 20:46:13 +01:00
..
a32_emit_x64.cpp callback: Properly handle calls with return pointers and simplify interface 2020-04-22 20:46:13 +01:00
a32_emit_x64.h backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
a32_interface.cpp backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +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 callback: Properly handle calls with return pointers and simplify interface 2020-04-22 20:46:13 +01:00
a64_emit_x64.h backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
a64_interface.cpp backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +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: Remove unnecessary FPSCR_nzcv member 2020-04-22 20:46:13 +01:00
abi.cpp backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
abi.h backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
block_of_code.cpp block_of_code: Increase constant pool size 2020-04-22 20:46:13 +01:00
block_of_code.h backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +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 callback: Properly handle calls with return pointers and simplify interface 2020-04-22 20:46:13 +01:00
callback.h callback: Properly handle calls with return pointers and simplify interface 2020-04-22 20:46:13 +01:00
constant_pool.cpp backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
constant_pool.h backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
devirtualize.h devirtualize: MinGW uses Intanium MFP ABI 2020-04-22 20:46:13 +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 backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
emit_x64.h backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
emit_x64_aes.cpp Common: Put AES code within its own nested namespace 2020-04-22 20:46:13 +01:00
emit_x64_crc32.cpp backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
emit_x64_data_processing.cpp Implemented UMULH and SMULH instructions 2020-04-22 20:46:13 +01:00
emit_x64_floating_point.cpp IR: FPCompare{32,64} now return NZCV flags instead of implicitly setting them 2020-04-22 20:46:13 +01:00
emit_x64_packed.cpp backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
emit_x64_saturation.cpp backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
emit_x64_vector.cpp IR: Implement VectorSub 2020-04-22 20:46:13 +01:00
exception_handler_generic.cpp backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
exception_handler_windows.cpp backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +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 IR: FPCompare{32,64} now return NZCV flags instead of implicitly setting them 2020-04-22 20:46:13 +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 backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00
reg_alloc.h backend_x64: Use a reference to BlockOfCode instead of a pointer 2020-04-22 20:46:13 +01:00