dynarmic/src/backend/x64
Merry bab4e29075 Merge pull request #498 from lioncash/ahp
A32/location_descriptor: Add AHP bit to the FPSCR mask
2020-04-22 21:04:21 +01:00
..
a32_emit_x64.cpp a32_emit_x64: Use const on locals where applicable 2020-04-22 21:02:47 +01:00
a32_emit_x64.h backend/x64: Expose FPCR in EmitContext instead of its subcomponents 2020-04-22 20:58:12 +01:00
a32_interface.cpp backend/x64/a32_interface: Mark Context move constructor and move assignment as noexcept 2020-04-22 20:58:09 +01:00
a32_jitstate.cpp A32/location_descriptor: Add AHP bit to the FPSCR mask 2020-04-22 21:02:47 +01:00
a32_jitstate.h general: Mark hash functions as noexcept 2020-04-22 21:01:43 +01:00
a64_emit_x64.cpp a64_emit_x64: Use const on locals where applicable 2020-04-22 21:02:47 +01:00
a64_emit_x64.h backend/x64: Expose FPCR in EmitContext instead of its subcomponents 2020-04-22 20:58:12 +01:00
a64_exclusive_monitor.cpp a64_exclusive_monitor: Loosen memory ordering requirements 2020-04-22 20:55:50 +01:00
a64_interface.cpp general: Remove trailing spaces 2020-04-22 21:04:21 +01:00
a64_jitstate.cpp general: Mark hash functions as noexcept 2020-04-22 21:01:43 +01:00
a64_jitstate.h general: Mark hash functions as noexcept 2020-04-22 21:01:43 +01:00
abi.cpp abi: Emit AVX instructions where able 2020-04-22 20:55:50 +01:00
abi.h abi: Emit AVX instructions where able 2020-04-22 20:55:50 +01:00
block_of_code.cpp block_of_code: Replace cast with [[maybe_unused]] in DoesCpuSupport() 2020-04-22 20:58:09 +01:00
block_of_code.h block_of_code: Use variable template variants of type traits 2020-04-22 21:02:47 +01:00
block_range_information.cpp Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
block_range_information.h Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
callback.cpp Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
callback.h Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
constant_pool.cpp Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
constant_pool.h Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
devirtualize.h Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
emit_x64.cpp emit_x64: Use const on locals where applicable 2020-04-22 21:02:47 +01:00
emit_x64.h backend/x64: Expose FPCR in EmitContext instead of its subcomponents 2020-04-22 20:58:12 +01:00
emit_x64_aes.cpp Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
emit_x64_crc32.cpp Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
emit_x64_data_processing.cpp emit_x64_data_processing: Use const on locals where applicable 2020-04-22 21:02:47 +01:00
emit_x64_floating_point.cpp Merge pull request #482 from lioncash/fixedfp 2020-04-22 21:02:45 +01:00
emit_x64_packed.cpp emit_x64_packed: Use const on locals where applicable 2020-04-22 21:02:47 +01:00
emit_x64_saturation.cpp emit_x64_saturation: Use const on locals where applicable 2020-04-22 21:02:47 +01:00
emit_x64_sm4.cpp Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
emit_x64_vector.cpp general: Remove trailing spaces 2020-04-22 21:04:21 +01:00
emit_x64_vector_floating_point.cpp Suppress MSVC warning C4702: unreachable code 2020-04-22 21:02:46 +01:00
exception_handler_generic.cpp Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
exception_handler_windows.cpp Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
hostloc.cpp Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
hostloc.h Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
jitstate_info.h Backend: Create "backend" folder 2020-04-22 20:53:46 +01:00
oparg.h general: Replace unreachable-imitating assertions with UNREACHABLE() 2020-04-22 21:01:43 +01:00
perf_map.cpp perf_map: Use std::string_view instead of std::string for PerfMapRegister() 2020-04-22 20:55:06 +01:00
perf_map.h perf_map: Use std::string_view instead of std::string for PerfMapRegister() 2020-04-22 20:55:06 +01:00
reg_alloc.cpp x64/reg_alloc: Remove reference qualifier to variable in GetArgumentInfo() 2020-04-22 21:04:20 +01:00
reg_alloc.h Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00