about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* [DYNAREC] Added (66) 69/6B IMUL opcodesptitSeb2021-03-202-0/+95
* [DYNAREC] Added (66) 0F AF IMUL opcodeptitSeb2021-03-204-1/+47
* [DYNAREC] Added (66) 0F BC/BD opcodesptitSeb2021-03-204-1/+90
* [DYNAREC] Fixed and32 emitter and improved test32 emitterptitSeb2021-03-202-4/+6
* [DYNAREC] Various bugfixes (and now the 4 tests games works again)ptitSeb2021-03-207-64/+78
* [DYNAREC] Added MOVN printerptitSeb2021-03-201-0/+16
* [DYNAREC] Fixed xor8 emitter, but ThimbleWeedPark is brokenptitSeb2021-03-201-2/+2
* [DYNAREC] Added 66 39/3B/3C CMP opcodesptitSeb2021-03-203-90/+107
* [DYNAREC] Added (66) 30..35 XOR opcodesptitSeb2021-03-204-72/+116
* [DYNAREC] Added (66) 28..2D SUB opcodesptitSeb2021-03-204-107/+154