about summary refs log tree commit diff stats
path: root/src/dynarec/arm64_printer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [DYNAREC] Added more printerptitSeb2021-03-181-0/+10
|
* [DYNAREC] Fixed and32 emiter and some printer (vvvvvv works, but still not ↵ptitSeb2021-03-181-0/+26
| | | | IntoTheBreach)
* [DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodesptitSeb2021-03-181-0/+2
|
* Added C1 opcodes anda few bugfix (no changes in vvvvvv and IntoTheBreach issues)ptitSeb2021-03-181-2/+75
|
* [DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but ↵ptitSeb2021-03-171-7/+55
| | | | vvvvvv and IntoTheBreach are still broken, Thimberweed and WorldOfGoo seems ok)
* [DYNAREC] Added FF opcodesptitSeb2021-03-171-6/+0
|
* [DYNAREC] Various fixes, around GETED and other stuff (vvvvvv.x86_64 works ↵ptitSeb2021-03-171-6/+8
| | | | again)
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, ↵ptitSeb2021-03-161-4/+55
| | | | that's some convoluted encoding here)
* [DYNAREC] Added 85 opcodeptitSeb2021-03-161-0/+25
|
* [DYNAREC] Added 8B opcodeptitSeb2021-03-161-0/+22
|
* [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made ↵ptitSeb2021-03-161-2/+270
| | | | sure it works
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+14