aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_x64/ARMJIT_ALU.cpp
Commit message (Expand)AuthorAge
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
* Refactor the JIT to be object-oriented (#1879)Jesse Talavera-Greenberg2023-11-18
* update copyright yearsArisotura2023-11-04
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
* fix copyright headersArisotura2022-03-07
* update copyright headersArisotura2022-01-09
* update copyright year and add missing GPL headersRSDuck2021-03-12
* Random minor fixes (#757)Valeri2020-10-01
* remove some UBRSDuck2020-09-04
* 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
* fixes for flag optimisationRSDuck2020-04-26
* optimise away unneeded flag setsRSDuck2020-04-26
* 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
* 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
* 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