dynarmic/src/backend/x64
MerryMage ebe44dab7a stack_layout: Ignore warning C4324 for StackLayout
We expect the structure to be padded
2021-05-04 16:26:28 +01:00
..
a32_emit_x64.cpp frontend: Standardize emitted IR for exception raising 2021-05-04 16:14:26 +01:00
a32_emit_x64.h Remove ChangeProcessorID hack 2021-05-01 20:33:14 +01:00
a32_interface.cpp Remove ExceptionalExit hack 2021-05-04 14:40:13 +01:00
a32_jitstate.cpp ir: Add fpcr_controlled argument to FPVector{Equal,Greater,GreaterEqual} 2020-06-20 00:50:40 +01:00
a32_jitstate.h backend/x64: Move cycles_remaining and cycles_to_run from JitState to stack 2021-05-04 14:40:13 +01:00
a64_emit_x64.cpp backend/x64: Move cycles_remaining and cycles_to_run from JitState to stack 2021-05-04 14:40:13 +01:00
a64_emit_x64.h Remove ChangeProcessorID hack 2021-05-01 20:33:14 +01:00
a64_interface.cpp Remove ExceptionalExit hack 2021-05-04 14:40:13 +01:00
a64_jitstate.cpp backend/x64: Implement separate MSXCSR for ASIMDStandardValue 2020-06-20 00:00:36 +01:00
a64_jitstate.h backend/x64: Move cycles_remaining and cycles_to_run from JitState to stack 2021-05-04 14:40:13 +01:00
abi.cpp block_of_code: Encapsulate CPU feature detection code 2020-06-09 21:25:57 +01:00
abi.h ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
block_of_code.cpp backend/x64: Move cycles_remaining and cycles_to_run from JitState to stack 2021-05-04 14:40:13 +01:00
block_of_code.h abi: Consolodate ABI information into one place 2021-04-21 18:25:04 +01:00
block_range_information.cpp Use tsl::robin_map and tsl::robin_set 2020-05-26 20:51:48 +01:00
block_range_information.h ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
callback.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
callback.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
constant_pool.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
constant_pool.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
devirtualize.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
emit_x64.cpp backend/x64: Move cycles_remaining and cycles_to_run from JitState to stack 2021-05-04 14:40:13 +01:00
emit_x64.h ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
emit_x64_aes.cpp ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
emit_x64_crc32.cpp ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
emit_x64_data_processing.cpp emit_x64_data_processing: Correct bug in ArithmeticShiftRight64 2021-04-27 18:51:23 +01:00
emit_x64_floating_point.cpp emit_x64_floating_point: Optimize 64-bit EmitFPRSqrtEstimate 2021-04-26 00:26:28 +01:00
emit_x64_packed.cpp ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
emit_x64_saturation.cpp ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
emit_x64_sm4.cpp ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
emit_x64_vector.cpp ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
emit_x64_vector_floating_point.cpp emit_x64_floating_point: Optimize 32-bit EmitFPRSqrtEstimate 2021-04-26 00:26:28 +01:00
emit_x64_vector_saturation.cpp ir: Reorganize to new top level folder 2021-04-21 22:22:07 +01:00
exception_handler.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
exception_handler_generic.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
exception_handler_macos.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
exception_handler_posix.cpp backend/x64/exception_handler_posix: Fix signal stack memory leak in SigHandler 2020-10-02 05:56:07 +01:00
exception_handler_windows.cpp exception_handler_windows: Ignore irrelevant exceptions 2020-04-23 20:58:24 +01:00
exclusive_monitor.cpp Merge A32 and A64 exclusive monitors 2020-06-17 10:33:09 +01:00
hostloc.cpp backend/x64: Move spill from JitState onto the stack 2021-05-04 14:18:44 +01:00
hostloc.h backend/x64: Move spill from JitState onto the stack 2021-05-04 14:18:44 +01:00
jitstate_info.h backend/x64: Move cycles_remaining and cycles_to_run from JitState to stack 2021-05-04 14:40:13 +01:00
nzcv_util.h backend/x64: Reduce conversions required for cpsr_nzcv 2020-05-06 22:38:06 +01:00
oparg.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
perf_map.cpp backend/x64: Fix PerfMapRegister usages. 2021-04-02 00:17:07 +02:00
perf_map.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
reg_alloc.cpp backend/x64: Move spill from JitState onto the stack 2021-05-04 14:18:44 +01:00
reg_alloc.h backend/x64: Move spill from JitState onto the stack 2021-05-04 14:18:44 +01:00
stack_layout.h stack_layout: Ignore warning C4324 for StackLayout 2021-05-04 16:26:28 +01:00