about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵ptitSeb2021-04-071-0/+7
| | | | (fix setjmp no saving all registers)
* 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 ↵ptitSeb2021-04-031-0/+42
| | | | implemented)
* [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
|
* [DYNAREC] Better 0F 77 EMMS emulationptitSeb2021-04-033-2/+5
|
* [DYNAREC] Added F3 0F 52 opcodeptitSeb2021-04-032-0/+31
|
* [DYNAREC] Added F3 0F E6 opcodeptitSeb2021-04-031-0/+10
|
* [DYNAREC] Added 66 03/C6 opcodesptitSeb2021-04-031-1/+37
|
* [DYNAREC] Fixed 0F 5D/5F/6E/6F opcodesptitSeb2021-04-021-9/+9
|
* [DYNAREC] Added 66 0F E0 opcodeptitSeb2021-04-021-0/+8
|
* [DYNAREC] Added 0F E8/E9 opcodes and fixed 0F E7 opcodeptitSeb2021-04-021-8/+22
|
* [DYNAREC] Added 66 AB opcodesptitSeb2021-04-021-0/+23
|
* [DYNAREC] Added 0F D8/D9/DC/DD opcodesptitSeb2021-04-021-0/+29
|
* [DYNAREC] Added 0F DB opcodeptitSeb2021-04-021-0/+8
|
* [DYNAREC] Added 0F 73 opcodeptitSeb2021-04-022-0/+44
|
* [DYNAREC] Added 0F 38 00 opcodeptitSeb2021-04-021-0/+10
|