aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_x64/ARMJIT_Branch.cpp
Commit message (Collapse)AuthorAge
* abandon pipelining on jitRSDuck2020-06-16
| | | | | fixes Golden Sun Dawn this makes the cpu state incompatible between interpreter and JIT. That's why switching cpu mode requires a restart(not requiring is stupid anyway) and the pipeline is manually filled when making a save state.
* jit: fix thumb hi reg alu and mcr haltRSDuck2020-06-16
| | | | + mcr/mrc aren't always, msr_imm is never unk on ARM7
* jit: fix misc static branch thingsRSDuck2020-06-16
|
* jit: fix BLX_reg with rn=lrRSDuck2020-06-16
|
* jit: fix linuxRSDuck2020-06-16
|
* jit: LDM/STM finally(!) working + MUL, MLA and CLZRSDuck2020-06-16
|
* jit: branch instructionsRSDuck2020-06-16