Wunk f248fefe06
shader_jit_a64: Optimize conditional tests (#229)
These conditional tests are a 1:1 translation from the x64 code but do
not have to be. Reference-values are known at emit-time and can be
embedded as an immediate into an `EOR` instruction rather than moved
into a register. The `TST` instruction can be utilized to more optimally
test and update the `EQ`/`NE` status flags.
2024-08-15 10:45:20 +02:00
2024-05-08 11:30:57 +02:00
2017-02-17 13:52:23 +02:00
2018-09-22 14:59:15 -06:00
2024-03-05 09:43:31 +01:00
2024-03-05 12:39:15 +01:00
Description
A Nintendo 3DS Emulator
Readme 63 MiB
Languages
cpp 64.5%
C++ 31.1%
Kotlin 3.5%
CMake 0.6%
GLSL 0.2%