aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_A64/ARMJIT_ALU.cpp
Commit message (Collapse)AuthorAge
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
| | | | | | | | * Reorganize namespaces - Most types are now moved into the `melonDS` namespace - Only good chance to do this for a while, since a big refactor is next * Fix the build
* update copyright headersArisotura2022-01-09
|
* some tiny A64 optimisationsRSDuck2021-06-30
|
* update copyright year and add missing GPL headersRSDuck2021-03-12
|
* remove some UBRSDuck2020-09-04
| | | | | | | - savestates used to read a four bytes from a single byte value - a few unassigned variables - some other things - also make the ROR macro an inline function
* implement carry setting ALU op with immRSDuck2020-07-25
|
* first steps in bringing over the JIT refactor/fastmemRSDuck2020-06-16
|
* move ARM64 JIT backend hereRSDuck2020-04-26