about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_emit_tests.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-374/+0
* [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 (+10%...ptitSeb2021-06-181-18/+14
* 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, IntoTheBr...ptitSeb2021-03-191-10/+11
* [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 vvvvvv...ptitSeb2021-03-171-4/+4
* Excplicit handling of bit size for defered flagsptitSeb2021-03-171-1/+1
* [DYNAREC] Various fixes, around GETED and other stuff (vvvvvv.x86_64 works ag...ptitSeb2021-03-171-1/+1
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-161-8/+8
* [DYNAREC] Added 85 opcodeptitSeb2021-03-161-0/+408