about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_emit_logic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-679/+0
* Second passrajdakin2021-04-141-10/+19
* [DYNAREC] Fixed and32 emitter and improved test32 emitterptitSeb2021-03-201-0/+2
* [DYNAREC] Various bugfixes (and now the 4 tests games works again)ptitSeb2021-03-201-40/+38
* [DYNAREC] Fixed xor8 emitter, but ThimbleWeedPark is brokenptitSeb2021-03-201-2/+2
* [DYNAREC] Added (66) 30..35 XOR opcodesptitSeb2021-03-201-68/+60
* [DYNAREC] Added (66) 20..25 AND opcodesptitSeb2021-03-201-68/+69
* [DYNAREC] Added 66 09/0B/0D OR opcodesptitSeb2021-03-201-34/+30
* [DYNAREC] Added 00/02/04 ADD and 08/0A/0C OR opcodesptitSeb2021-03-201-34/+30
* [DYNAREC] Added 80 opcodesptitSeb2021-03-191-105/+96
* [DYNAREC] Fixed and32 emiter and some printer (vvvvvv works, but still not In...ptitSeb2021-03-181-1/+1
* Added 31/33/35 XOR opcodesptitSeb2021-03-181-0/+694