about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_emit_tests.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-374/+0
| | | | architecture
* [DYNAREC] Fixed P flag computation for Test32 emiter (help #34)ptitSeb2021-07-141-1/+1
|
* [DYNAREC] Optimized some flags handling for a few of the complex emiter ↵ptitSeb2021-06-181-18/+14
| | | | (+10% speed in 7z bench)
* Second passrajdakin2021-04-141-6/+12
|
* [DYNAREC] Try to mitigate case of cmp/tst apparently 'for nothing'ptitSeb2021-03-291-15/+15
|
* [DYNAREC] Fixed (again) test32 emitterptitSeb2021-03-201-2/+2
|
* [DYNAREC] Fixed and32 emitter and improved test32 emitterptitSeb2021-03-201-4/+4
|
* [DYNAREC] Added 66 39/3B/3C CMP opcodesptitSeb2021-03-201-88/+76
|
* [DYNAREC] Added F6 opcodesptitSeb2021-03-201-35/+30
|
* [DYNAREC] Added 66 F7 opcodesptitSeb2021-03-201-35/+30
|
* [DYNAREC] Added 68 PUSH Id and fixed 80/7 cmp (but ThimbleweedPark, ↵ptitSeb2021-03-191-10/+11
| | | | IntoTheBreach and WorldOfGoo are still broken, vvvvv works)
* [DYNAREC] Added 80 opcodesptitSeb2021-03-191-86/+76
|
* [DYNAREC] Added 39/3B/3D CMP opcodesptitSeb2021-03-181-89/+84
|
* [DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but ↵ptitSeb2021-03-171-4/+4
| | | | vvvvvv and IntoTheBreach are still broken, Thimberweed and WorldOfGoo seems ok)
* Excplicit handling of bit size for defered flagsptitSeb2021-03-171-1/+1
|
* [DYNAREC] Various fixes, around GETED and other stuff (vvvvvv.x86_64 works ↵ptitSeb2021-03-171-1/+1
| | | | again)
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, ↵ptitSeb2021-03-161-8/+8
| | | | that's some convoluted encoding here)
* [DYNAREC] Added 85 opcodeptitSeb2021-03-161-0/+408