dynarmic/src/backend/x64
2020-06-18 18:44:00 +01:00
..
a32_emit_x64.cpp A64: Match A32 page_table code 2020-06-18 12:22:59 +01:00
a32_emit_x64.h A64: Match A32 page_table code 2020-06-18 12:22:59 +01:00
a32_interface.cpp A32: Add yuzu-specific hacks 2020-06-16 17:54:21 +01:00
a32_jitstate.cpp a32_jitstate: Remove obsoleted debug assert 2020-05-16 20:22:12 +01:00
a32_jitstate.h A32 global exlcusive monitor 2020-06-16 17:54:21 +01:00
a64_emit_x64.cpp A64: Match A32 page_table code 2020-06-18 12:22:59 +01:00
a64_emit_x64.h A64: Match A32 page_table code 2020-06-18 12:22:59 +01:00
a64_interface.cpp A64: Match A32 page_table code 2020-06-18 12:22:59 +01:00
a64_jitstate.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
a64_jitstate.h backend/x64: Reduce conversions required for cpsr_nzcv 2020-05-06 22:38:06 +01:00
abi.cpp block_of_code: Encapsulate CPU feature detection code 2020-06-09 21:25:57 +01:00
abi.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
block_of_code.cpp backend/x64: Touch PEXT/PDEP code 2020-06-10 22:30:22 +01:00
block_of_code.h backend/x64: Touch PEXT/PDEP code 2020-06-10 22:30:22 +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 Use tsl::robin_map and tsl::robin_set 2020-05-26 20:51:48 +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: Touch PEXT/PDEP code 2020-06-10 22:30:22 +01:00
emit_x64.h Use tsl::robin_map and tsl::robin_set 2020-05-26 20:51:48 +01:00
emit_x64_aes.cpp block_of_code: Encapsulate CPU feature detection code 2020-06-09 21:25:57 +01:00
emit_x64_crc32.cpp block_of_code: Encapsulate CPU feature detection code 2020-06-09 21:25:57 +01:00
emit_x64_data_processing.cpp block_of_code: Encapsulate CPU feature detection code 2020-06-09 21:25:57 +01:00
emit_x64_floating_point.cpp block_of_code: Encapsulate CPU feature detection code 2020-06-09 21:25:57 +01:00
emit_x64_packed.cpp emit_x64_packed: PackedAbsDiffSumS8: Fix case when bits above the lower 32 bits are not zero 2020-06-12 15:24:09 +01:00
emit_x64_saturation.cpp emit_x64_saturation: Improve codegen for saturated result in EmitSignedSaturation 2020-06-12 15:24:37 +01:00
emit_x64_sm4.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
emit_x64_vector.cpp emit_x64_vector: SSE4.1 implementation of EmitVectorPolynomialMultiply{Long}8 2020-06-18 18:44:00 +01:00
emit_x64_vector_floating_point.cpp block_of_code: Encapsulate CPU feature detection code 2020-06-09 21:25:57 +01:00
emit_x64_vector_saturation.cpp block_of_code: Encapsulate CPU feature detection code 2020-06-09 21:25:57 +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 exception_handler_posix: Just disable fastmem if initialization fails 2020-06-10 22:52:27 +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 Relicense to 0BSD 2020-04-23 15:45:57 +01:00
hostloc.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
jitstate_info.h Relicense to 0BSD 2020-04-23 15:45:57 +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 Relicense to 0BSD 2020-04-23 15:45:57 +01:00
perf_map.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
reg_alloc.cpp block_of_code: Encapsulate CPU feature detection code 2020-06-09 21:25:57 +01:00
reg_alloc.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00