about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added F0 0F C1 opcodeptitSeb2021-03-221-0/+38
* [DYNAREC] Added 66 0F 5A opcodesptitSeb2021-03-222-2/+10
* [DYNAREC] Added 66 0F 14/15 opcodesptitSeb2021-03-221-0/+28
* [DYNAREC] ARMv8 NEON doesn't require alignmentptitSeb2021-03-224-76/+25
* [DYNAREC] Added 0F 5A opcodeptitSeb2021-03-223-0/+29
* [DYNAREC] Added 0F 14/15 opcodesptitSeb2021-03-222-0/+32
* [DYNAREC] Added (F2/F3) A6 opcodeptitSeb2021-03-224-2/+67
* [DYNAREC] Switched all other lock mecnism to LDAXR/STLXRptitSeb2021-03-222-16/+16
* [DYNAREC] Small option on REP MOVSD, and go back to LDAXR/STLXR for xchg (Int...ptitSeb2021-03-222-4/+8
* [DYNAREC] Various bugfixesptitSeb2021-03-223-17/+21
* [DYNAREC] Added (F2/F3) A5 opcodeptitSeb2021-03-224-4/+44
* [DYNAREC] Added F2 0F 5A opcodeptitSeb2021-03-223-0/+22
* [DYNAREC] Added 0F 54 opcodeptitSeb2021-03-221-0/+7
* [DYNAREC] Added 0F 55 opcodeptitSeb2021-03-221-0/+7
* [DYNAREC] Added 0F 56 opcodeptitSeb2021-03-223-9/+49
* [DYNAREC] Fixed and simplified F0 B1 opcdes, plus some other various small im...ptitSeb2021-03-223-14/+15
* [DYNAREC] Fixed 66 3D opcodeptitSeb2021-03-221-2/+2
* [DYNAREC] Added C0 opcodeptitSeb2021-03-221-1/+90
* [DYNAREC] Added 66 83 opcodeptitSeb2021-03-221-0/+87
* [DYNAREC] Added 66 0F 6F opcodeptitSeb2021-03-221-1/+14
* [DYNAREC] Fixed a bug in 0F 11 opcodeptitSeb2021-03-221-1/+1
* [DYNAREC] Added F3 0F 2C opcodeptitSeb2021-03-222-0/+10
* [DYNAREC] Added 98/99 opcodesptitSeb2021-03-222-0/+17
* [DYNAREC] Added A8/A9 opcodesptitSeb2021-03-221-0/+16
* [DYNAREC] Added 64 8B opcodes, plus some fixes to FS accessptitSeb2021-03-225-11/+31
* [DYNAREC] Added 66 89/8B opcodesptitSeb2021-03-221-0/+30
* [DYNAREC] Added 64 31 opcodeptitSeb2021-03-226-45/+93
* [DYNAREC] Added F0 B1 opcode (and change LDAXR/STLXR to LDXR/STXR for eXclusi...ptitSeb2021-03-226-45/+213
* [DYNAREC] Added 87 XCHG opcodeptitSeb2021-03-224-3/+62
* [DYNAREC] Added B0..B7 opcodes, plus potential fix for 8D LEA on 32bits modesptitSeb2021-03-211-1/+29
* [DYNAREC] Complete 81/833 opcodes, plus various bugfixesptitSeb2021-03-215-13/+68
* [DYNAREC] Added 0F 57 opcodeptitSeb2021-03-211-11/+21
* [DYNAREC] Added 66 0F D6 opcodeptitSeb2021-03-211-0/+23
* [DYNAREC] Added F3 0F 7E/7F opcodesptitSeb2021-03-212-2/+34
* [DYNAREC] Optimized a bit Native call push/pop regsptitSeb2021-03-213-11/+7
* [DYNAREC] Foxed printer for STP/LDPptitSeb2021-03-211-6/+6
* [DYNAREC] Added 88 opcodeptitSeb2021-03-211-0/+32
* [DYNAREC] Small optim on MOVD type SSE opcodesptitSeb2021-03-212-4/+3
* [DYNAREC] Added 66 90 opcodeptitSeb2021-03-211-0/+4
* [DYNAREC] Added F3 0F 10/11 opcodesptitSeb2021-03-211-0/+30
* [DYNAREC] Fixed call_c helper with SSE argsptitSeb2021-03-211-5/+5
* [DYNAREC] Added 0F B6/B7 opcodesptitSeb2021-03-211-0/+32
* [DYNAREC] Added 0F 2E/2F opcodesptitSeb2021-03-211-1/+25
* [DYNAREC] Added F3 0F 2A opcodeptitSeb2021-03-213-0/+187
* [DYNAREC] Added C6 opcodeptitSeb2021-03-211-0/+22
* [DYNAREC] Added 63 opcodeptitSeb2021-03-211-0/+21
* [DYNAREC] Added F3 0F 51/58/59/5C/5E opcodesptitSeb2021-03-213-30/+89
* [DYNAREC] Fixed Pop SSE Cache helperptitSeb2021-03-211-1/+1
* [DYNAREC] Added 84 TEST opcodeptitSeb2021-03-211-1/+8
* [DYNAREC] Added 0F 28/29 opcodesptitSeb2021-03-211-0/+30