about summary refs log tree commit diff stats
path: root/src/dynarec/arm64_printer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a warningptitSeb2021-04-081-1/+0
* [DYNAREC] A few more printer on litteral LDRptitSeb2021-04-031-1/+13
* Added 66 0F 38 0B opcode ([DYNAREC] too)ptitSeb2021-04-021-0/+7
* Added 0F E0 opcode ([DYNAREC] too)ptitSeb2021-04-021-0/+13
* [DYNAREC] Fixed CSETM printerptitSeb2021-04-021-1/+1
* [DYNAREC] Added 66 0F D5 and 0F D5 opcodes and fixed F2 0F 70 opcodeptitSeb2021-03-311-1/+1
* [DYNAREC] Added 66 0F 38 04 opcodeptitSeb2021-03-311-1/+55
* [DYNAREC] Added 66 0F 38 00 and fixed 66 0F 67 opcodesptitSeb2021-03-311-1/+48
* [DYNAREC] Added 66 0F F6 opcodeptitSeb2021-03-311-0/+30
* [DYNAREC] Added a few more printersptitSeb2021-03-301-4/+110
* [DYNAREC] Added 0F C8..CF opcodesptitSeb2021-03-241-1/+9
* [DYNAREC] Added F2 0F 7C opcodeptitSeb2021-03-231-1/+1
* [DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach so...ptitSeb2021-03-231-4/+4
* [DYNAREC] Added F3 0F C2 opcodeptitSeb2021-03-231-0/+10
* [DYNAREC] Added 0F BE/BF ocpodes, and fixed LDRSB emitterptitSeb2021-03-221-2/+2
* [DYNAREC] More printersptitSeb2021-03-221-4/+16
* [DYNAREC] Added 0F 5A opcodeptitSeb2021-03-221-0/+8
* [DYNAREC] Added (F2/F3) A6 opcodeptitSeb2021-03-221-2/+13
* [DYNAREC] Added (F2/F3) A5 opcodeptitSeb2021-03-221-0/+7
* [DYNAREC] Added F2 0F 5A opcodeptitSeb2021-03-221-0/+9
* [DYNAREC] Added 0F 56 opcodeptitSeb2021-03-221-1/+16
* [DYNAREC] Added 64 8B opcodes, plus some fixes to FS accessptitSeb2021-03-221-4/+4
* [DYNAREC] Added F0 B1 opcode (and change LDAXR/STLXR to LDXR/STXR for eXclusi...ptitSeb2021-03-221-0/+13
* [DYNAREC] Added 87 XCHG opcodeptitSeb2021-03-221-0/+9
* [DYNAREC] Complete 81/833 opcodes, plus various bugfixesptitSeb2021-03-211-1/+38
* [DYNAREC] Foxed printer for STP/LDPptitSeb2021-03-211-6/+6
* [DYNAREC] Added F3 0F 2A opcodeptitSeb2021-03-211-0/+27
* [DYNAREC] Added 66 0F 2E/2F opcodesptitSeb2021-03-211-0/+11
* [DYNAREC] Added F2 0F 51 opcodeptitSeb2021-03-211-0/+14
* [DYNAREC] Added F2 0F 5E opcodeptitSeb2021-03-211-0/+14
* [DYNAREC] Added F2 0F 59 opcodeptitSeb2021-03-211-0/+14
* [DYNAREC] Added F2 0F 5C opcodeptitSeb2021-03-211-0/+13
* [DYNAREC] Added F2 0F 58 opcodeptitSeb2021-03-211-0/+15
* [DYNAREC] Added 0F 10/11 opcodesptitSeb2021-03-211-1/+16
* [DYNAREC] Added 66 0F 6E/7E opcodes (firsts SSE one)ptitSeb2021-03-211-1/+67
* [DYNAREC] Added (66) 0F BC/BD opcodesptitSeb2021-03-201-0/+11
* [DYNAREC] Added MOVN printerptitSeb2021-03-201-0/+16
* [DYNAREC] Added (66) 18..1D SBB opcodesptitSeb2021-03-201-2/+67
* [DYNAREC] Added F6 opcodes and fixed issue with native call that may destroy ...ptitSeb2021-03-201-2/+25
* [DYNAREC] Added ASR_REG printerptitSeb2021-03-201-0/+5
* [DYNAREC] Added 68 PUSH Id and fixed 80/7 cmp (but ThimbleweedPark, IntoTheBr...ptitSeb2021-03-191-3/+54
* [DYNAREC] 0F 40..4F CMOVcc opcodesptitSeb2021-03-191-0/+4
* [DYNAREC] Added more printerptitSeb2021-03-181-0/+10
* [DYNAREC] Fixed and32 emiter and some printer (vvvvvv works, but still not In...ptitSeb2021-03-181-0/+26
* [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 vvvvvv...ptitSeb2021-03-171-7/+55
* [DYNAREC] Added FF opcodesptitSeb2021-03-171-6/+0
* [DYNAREC] Various fixes, around GETED and other stuff (vvvvvv.x86_64 works ag...ptitSeb2021-03-171-6/+8
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-161-4/+55