dolphin/Source/Core/Core/PowerPC/Jit64
JosJuice 09f9a58859 Jit64: Add dispatcher_no_timing_check jump target
The new `dispatcher_no_timing_check` is the same as `dispatcher_no_check`
except it includes the "stepping check" in debug mode. This lets us avoid
the `m_enable_debugging ? dispatcher : dispatcher_no_check` dance.
2022-10-16 11:22:34 +02:00
..
RegCache Common/Assert: Actually use the ASSERT_MSG's log type parameter 2022-01-09 12:44:14 -08:00
Jit_Branch.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
Jit_FloatingPoint.cpp Merge pull request #11138 from JosJuice/jit64-quiet-nans 2022-10-15 18:06:40 +02:00
Jit_Integer.cpp Jit64: boolX formatting fixes 2022-09-29 20:27:15 +02:00
Jit_LoadStore.cpp Config: Port remaining Core settings to new config system (partial). 2022-01-05 00:54:15 +01:00
Jit_LoadStoreFloating.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
Jit_LoadStorePaired.cpp Jit64: Convert constantGqr to std::array. 2022-10-08 13:54:50 +02:00
Jit_Paired.cpp Jit64: Remove HandleNaNs's xmm_out parameter 2022-10-08 19:49:30 +02:00
Jit_SystemRegisters.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
Jit.cpp Jit64: Add dispatcher_no_timing_check jump target 2022-10-16 11:22:34 +02:00
Jit.h Jit64: Remove HandleNaNs's xmm_out parameter 2022-10-08 19:49:30 +02:00
Jit64_Tables.cpp Merge pull request #10120 from Sintendo/jit64arithcxrefactor 2021-12-20 14:20:49 -05:00
JitAsm.cpp Jit64: Add dispatcher_no_timing_check jump target 2022-10-16 11:22:34 +02:00
JitAsm.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00