about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* [DYNAREC] Fixed F2 0F opcodes (NEON reset high part of vector, SSE doesn't)ptitSeb2021-03-211-6/+16
* [DYNAREC] Added 0F A2 CPUID opcodeptitSeb2021-03-211-0/+5
* [DYNAREC] Added 66 0F 2E/2F opcodesptitSeb2021-03-214-17/+55
* [DYNAREC] Added 66 0F EF opcodeptitSeb2021-03-211-2/+18
* [DYNAREC] Added F2 0F 51 opcodeptitSeb2021-03-213-1/+35
* [DYNAREC] Added F2 0F 5E opcodeptitSeb2021-03-213-0/+33
* [DYNAREC] Added F2 0F 59 opcodeptitSeb2021-03-213-11/+41
* [DYNAREC] Added F2 0F 5C opcodeptitSeb2021-03-213-3/+34
* [DYNAREC] Added F2 0F 10/11 opcodesptitSeb2021-03-213-8/+44
* [DYNAREC] Added F2 0F 58 opcodeptitSeb2021-03-214-28/+50
* [DYNAREC] Added 66 0F 28/29 opcodesptitSeb2021-03-211-0/+30
* [DYNAREC] Added 0F 10/11 opcodesptitSeb2021-03-217-8/+212
* [DYNAREC] Added 66 0F 6E/7E opcodes (firsts SSE one)ptitSeb2021-03-213-15/+170
* [DYNAREC] NEON infrastructureptitSeb2021-03-216-82/+83
* [DYNAREC] Optimized prolog/epilog/next with ldp/stpptitSeb2021-03-213-81/+41
* [DYNAREC] Added 67 E0..E3 opcodesptitSeb2021-03-216-21/+133
* [DYNAREC] Fixed 69 and 6B opcodes (and now IntoTheBreach runs again)ptitSeb2021-03-201-12/+12
* [DYNAREC] Fixed (again) test32 emitterptitSeb2021-03-201-2/+2
* [DYNAREC] Added 66 0F 40..4F CMOVcc opcodesptitSeb2021-03-201-0/+18
* [DYNAREC] Added 6A PUSH opcodeptitSeb2021-03-201-1/+6