aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_x64/ARMJIT_ALU.cpp
Commit message (Collapse)AuthorAge
* implement carry setting ALU op with immRSDuck2020-07-25
|
* compile UMULLs and some fixesRSDuck2020-04-26
|
* new block cache and much more...RSDuck2020-04-26
| | | | | | | | | - more reliable code invalidation detection - blocks aren't stopped at any branch, but are being followed if possible to get larger blocks - idle loop recognition - optimised literal loads, load/store cycle counting and loads/stores from constant addresses
* fixes for flag optimisationRSDuck2020-04-26
|
* optimise away unneeded flag setsRSDuck2020-04-26
| | | | | - especially useful for thumb code and larger max block sizes - can still be improved upon
* remove unneeded dolphin code, C++11 static_assertRSDuck2020-04-26
|
* jit: fix RSCRSDuck2020-04-26
|
* jit: fix thumb hi reg alu and mcr haltRSDuck2020-04-26
| | | | + mcr/mrc aren't always, msr_imm is never unk on ARM7
* jit: fix linuxRSDuck2020-04-26
|
* jit: SMULL and SMLALRSDuck2020-04-26
|
* jit: LDM/STM finally(!) working + MUL, MLA and CLZRSDuck2020-04-26
|
* JIT: most mem instructions workingRSDuck2020-04-26
| | | | + branching
* JIT: compilation of word load and storeRSDuck2020-04-26
|
* jit: correct cycle counting for thumb shift by regRSDuck2020-04-26
|
* JIT: implemented most ALU instructionsRSDuck2020-04-26