about summary refs log tree commit diff stats
path: root/src/dynarec/arm64_printer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-1353/+0
| | | | architecture
* [DYNAREC] Small change to unused PRECISE_CVT partptitSeb2022-01-071-1/+7
|
* [DYNAREC] Added 66 0F D1 opcode and improved 66 0F D2 opcodeptitSeb2022-01-061-0/+15
|
* [DYNAREC] Added DMB printerptitSeb2022-01-011-0/+4
|
* Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if ↵ptitSeb2021-08-281-0/+9
| | | | available)
* [DYNAREC] Optimized DIV/IDIV 32/64bits opcodesptitSeb2021-06-181-0/+13
|
* [DYNAREC] Small fix to a printerptitSeb2021-06-061-1/+1
|
* [DYNAREC] Small printer fix for LDRSWptitSeb2021-04-161-3/+3
|
* 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 ↵ptitSeb2021-03-231-4/+4
| | | | sounds good now)
* [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 ↵ptitSeb2021-03-221-0/+13
| | | | eXclusive access)
* [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
| | | | some registers
* [DYNAREC] Added ASR_REG printerptitSeb2021-03-201-0/+5
|
* [DYNAREC] Added 68 PUSH Id and fixed 80/7 cmp (but ThimbleweedPark, ↵ptitSeb2021-03-191-3/+54
| | | | IntoTheBreach and WorldOfGoo are still broken, vvvvv works)
* [DYNAREC] 0F 40..4F CMOVcc opcodesptitSeb2021-03-191-0/+4
|