about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added F3 0F 1E opcodeptitSeb2021-04-191-0/+6
* Added handling of 3E prefix ([DYNAREC] too)ptitSeb2021-04-181-0/+4
* [DYNAREC] Added 0F 64/65/66/6B/72/75/76/D3/F5 opcodesptitSeb2021-04-182-3/+131
* Added 91..96 opcode and fixe REX.B 99 one ([DYNAREC] too)ptitSeb2021-04-171-1/+16
* [DYNAREC] Hack to handle FLD/FSTP tbytes sequence fasterptitSeb2021-04-171-4/+17
* Added E0..E3 opcodes ([DYNAREC] too)ptitSeb2021-04-162-0/+51
* [DYNAREC] Smal fix on the x86 size computation for sons of dynablocksptitSeb2021-04-161-1/+1
* [DYNAREC] Small printer fix for LDRSWptitSeb2021-04-161-3/+3
* Oops-esrajdakin2021-04-141-1/+1
* Second passrajdakin2021-04-1426-235/+374
* First passrajdakin2021-04-141-1/+9
* [DYNAREC] Fixed adc16 emitterptitSeb2021-04-121-1/+1
* Added 9E/9F opcodes ([DYNAREC] too)ptitSeb2021-04-121-1/+15
* [DYNAREC] Added 66 0F 5D/5F opcodesptitSeb2021-04-121-0/+14
* [DYNAREC] Fixed F2 0F 5D/5F opcodesptitSeb2021-04-121-2/+2
* Added A0/A2 opcodes ([DYNAREC] too)ptitSeb2021-04-111-1/+13
* [DYNAREC] Added 0F F2 opcodeptitSeb2021-04-111-0/+12
* [DYNAREC] Added 66 0F E1/F2 opcodeptitSeb2021-04-111-0/+28
* [DYNAREC] Added 0F 74 opcodeptitSeb2021-04-112-0/+10
* [DYNAREC] Added 66 0F DA opcodeptitSeb2021-04-111-1/+7
* [DYNAREC] Added 0F 63 opcodeptitSeb2021-04-111-0/+10
* [DYNAREC] Added 0F E3 opcodeptitSeb2021-04-111-0/+8
* [DYNAREC] Added 66 0F E2 ocpodeptitSeb2021-04-112-0/+39
* [DYNAREC] Added F3 0F 5B opcodeptitSeb2021-04-111-0/+7
* [DYNAREC] Added F3 0F D6 opcodeptitSeb2021-04-111-0/+14
* Added F2 0F F0 ocpode ([DYNAREC] too)ptitSeb2021-04-111-0/+15
* [DYNAREC] Added 0F DE/DF opcodesptitSeb2021-04-111-1/+14
* [DYNAREC] Improved (and fixed) Table64 handlingptitSeb2021-04-115-9/+23
* [DYNAREC] Fixed, again, arm64_lock_storeifref functionptitSeb2021-04-111-1/+1
* [DYNAREC] Fixed arm64_lock_storeifref functionptitSeb2021-04-111-2/+3
* [DYNAREC] Removed obsolete commentsptitSeb2021-04-111-4/+0
* [DYNAREC] Added address on Jump to non-block address warning logptitSeb2021-04-111-1/+1
* [DYNAREC] Fixed address used by this warningptitSeb2021-04-101-4/+4
* Added F0 87 opcode ([DYNAREC] too)ptitSeb2021-04-091-0/+27
* [DYNAREC] Fixed 66 81 opcodesptitSeb2021-04-081-8/+8
* [DYNAREC] Fixed the BOX64_NODYNAREC functionptitSeb2021-04-081-2/+4
* Fixed a warningptitSeb2021-04-081-1/+0
* [DYNAREC] Needed to same a bit more register before native funciton call (fix...ptitSeb2021-04-071-0/+7
* Added 0F DA ocode ([DYNAREC] too)ptitSeb2021-04-071-1/+7
* [DYNAREC] Added 66 64 8B opcodeptitSeb2021-04-043-1/+86
* [DYNAREC] A few more printer on litteral LDRptitSeb2021-04-031-1/+13
* [DYNAREC] Some more fixes on some DB opcodes (until ARMv8.5 detection is impl...ptitSeb2021-04-031-0/+42
* [DYNAREC] Fixed x87 virtual stack managmentptitSeb2021-04-031-11/+11
* [DYNAREC] Added DF opcodesptitSeb2021-04-034-12/+342
* [DYNAREC] Added DD opcodesptitSeb2021-04-033-1/+203
* [DYNAREC] Fixed many issues with x87 cache handlingptitSeb2021-04-031-14/+14
* [DYNAREC] removed a warningptitSeb2021-04-031-2/+0
* [DYNAREC] Added D8 opcodesptitSeb2021-04-033-1/+237
* [DYNAREC] Added DB opcodesptitSeb2021-04-035-11/+280
* [DYNAREC] Added D9 opcodesptitSeb2021-04-036-6/+369