about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_emit_math.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-1849/+0
* [DYNAREC] Optimized some flags handling for a few of the complex emiter (+10%...ptitSeb2021-06-181-56/+32
* Second passrajdakin2021-04-141-27/+44
* [DYNAREC] Fixed adc16 emitterptitSeb2021-04-121-1/+1
* [DYNAREC] Various bugfixes (and now the 4 tests games works again)ptitSeb2021-03-201-13/+13
* [DYNAREC] Added (66) 28..2D SUB opcodesptitSeb2021-03-201-103/+98
* [DYNAREC] Added (66) 18..1D SBB opcodesptitSeb2021-03-201-159/+157
* [DYNAREC] Added 66 11/13/15 ADC opcodesptitSeb2021-03-201-52/+51
* [DYNAREC] Added 66 01..05 ADD opcodesptitSeb2021-03-201-51/+48
* [DYNAREC] Added 10..15 ADC opcodesptitSeb2021-03-201-101/+103
* [DYNAREC] Added 00/02/04 ADD and 08/0A/0C OR opcodesptitSeb2021-03-201-49/+47
* [DYNAREC] Added FE INC/DEC opcodesptitSeb2021-03-201-86/+85
* [DYNAREC] Added 66 FF INC/DEC opcodesptitSeb2021-03-201-89/+85
* [DYNAREC] Added F6 opcodesptitSeb2021-03-201-46/+44
* [DYNAREC] Added 66 F7 opcodesptitSeb2021-03-201-47/+44
* [DYNAREC] Added F6 opcodes and fixed issue with native call that may destroy ...ptitSeb2021-03-201-46/+45
* [DYNAREC] Added D3 opcodes, and fixed sl32/shl32c/shr32/shr32c emitterptitSeb2021-03-201-1/+1
* [DYNAREC] Added 80 opcodesptitSeb2021-03-191-200/+210
* [DYNAREC] Fixed PF flags computationptitSeb2021-03-181-1/+1
* Added 31/33/35 XOR opcodesptitSeb2021-03-181-1/+1
* [DYNAREC] Added 01/03/05/83 /0 ADD opcodes, plus various bugfixes (but vvvvvv...ptitSeb2021-03-171-146/+141
* [DYNAREC] Added FF opcodesptitSeb2021-03-171-85/+103
* Excplicit handling of bit size for defered flagsptitSeb2021-03-171-11/+6
* [DYNAREC] Various fixes, around GETED and other stuff (vvvvvv.x86_64 works ag...ptitSeb2021-03-171-4/+9
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-161-22/+16
* [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure...ptitSeb2021-03-161-4/+9
* [DYNAREC] Added 2D and 83 /5 opcodesptitSeb2021-03-151-83/+76
* Added 29 opcodeptitSeb2021-03-151-0/+1863