about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Added more 66 0F opcodes (#734)Yang Liu2023-04-231-14/+174
* [RV64_DYNAREC] Added more opcodes (#733)Yang Liu2023-04-236-2/+126
* [ARM64_DYNAREC] Small fix for 0F AE /7 opcodeptitSeb2023-04-231-1/+1
* [RV64_DYNAREC] Added more opcodes (#730)Yang Liu2023-04-239-9/+244
* [RV64_DYNAREC] Added more opcodes for SV (#726)xctan2023-04-226-18/+182
* Added A1/A2/A3 MOV opcodes (#723)Yang Liu2023-04-211-0/+20
* [RV64_DYNAREC] Added more opcodes (#721)Yang Liu2023-04-212-12/+125
* [RV64_DYNAREC] Added more opcodes (#719)Yang Liu2023-04-213-2/+155
* [RV64_DYNAREC] Added more opcodes (#718)Yang Liu2023-04-205-2/+161
* [RV64_DYNAREC] Added more opcodes (#717)Yang Liu2023-04-203-10/+39
* [DYNAREC] Try to test last opcode at end of block for unimplemented opcodeptitSeb2023-04-201-2/+8
* [RV64_DYNAREC] Added more opcodes and some fixes (#716)Yang Liu2023-04-205-53/+148
* [RV64_DYNAREC] Various fixes on many opcodesptitSeb2023-04-199-33/+47
* [ARM64_DYNAREC] Fixed a small bug in 66 0F BC opcodeptitSeb2023-04-191-1/+1
* [RV64_DYNAREC] More fixes to a few opcodesptitSeb2023-04-192-1/+34
* [RV64_DYNAREC] Remove 66 0F 3A 0B ROUNDSD opcode for now (#715)Yang Liu2023-04-191-25/+23
* Fixed non-dynarec buildptitSeb2023-04-191-0/+4
* [RV64_DYNAREC] Some fixes and small improvement to a few opcodesptitSeb2023-04-193-18/+20
* [DYNAREC] Fixed faux-positive on DYNAREC_TEST when unimplemented opcode in dy...ptitSeb2023-04-191-0/+8
* [RV64_DYNAREC] Fixed some bugs (#714)Yang Liu2023-04-192-3/+3
* [RV64_DYNAREC] Added more opcodes (#712)xctan2023-04-196-3/+173
* [RV64_DYNAREC] Added more opcode and some fixes (#710)Yang Liu2023-04-186-21/+177
* [RV64_DYNAREC] Added F3 0F BD and 66 29 opcodesptitSeb2023-04-172-0/+67
* [RV64_DYNAREC] Fixed SSE_LOOP_FQ helper macroptitSeb2023-04-171-2/+2
* [RV64_DYNAREC] Added more opcodes (#706)Yang Liu2023-04-175-2/+152
* [RV64_DYNAREC] Added more opcodes (#705)Yang Liu2023-04-176-6/+126
* [DYNAREC] Do not compute db on nn-block jump if no dynarec_log is usedptitSeb2023-04-161-3/+5
* [ARM64_DYNAREC] fixed DF E0 opcodeptitSeb2023-04-161-1/+2
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-169-88/+155
* [RV64_DYNAREC] Reorganized pass3 to reduce size of box binary and lower compi...ptitSeb2023-04-153-57/+73
* [ARM64_DYNAREC] Changed name of a utility functionptitSeb2023-04-153-3/+3
* [ARM64_DYNAREC] Reorganized pass3 to reduce size of box binary and lower comp...ptitSeb2023-04-154-51/+61
* [RV64_DYNAREC] Fixed C1/1 and 6B opcode, plus some slight adjustment to sse_g...ptitSeb2023-04-144-4/+9
* [RV64_DYNAREC] Added more opcodes for SV (#700)Yang Liu2023-04-142-0/+60
* [RV64_DYNAREC] Added more opcodes for SV (#699)xctan2023-04-143-5/+90
* [RV64_DYNAREC] Added more 66 0F opcodes for SV and some fixes (#697)Yang Liu2023-04-132-4/+122
* [RV64_DYNAREC] Added 0F AE /0,/1 opcodes (#696)Yang Liu2023-04-131-1/+25
* [RV64_DYNAREC] Segmented _00 file to improve build timeptitSeb2023-04-136-1984/+2220
* [RV64_DYNAREC] Added more opcodes for SV and some fixes (#694)Yang Liu2023-04-136-10/+136
* [RV64_DYNAREC] Added more opcodes for SV (#693)xctan2023-04-133-1/+46
* [RV64_DYNAREC] Add more opcodes for SV (#688)Yang Liu2023-04-126-1/+163
* [RV64_DYNAREC] Added 0F 14/15 opcodesptitSeb2023-04-111-0/+27
* [RV64_DYNAREC] Added more opcodes for SV (#687)xctan2023-04-114-5/+65
* [RV64_DYNAREC] Added more opcodes for SV, some fixes & optims also (#686)Yang Liu2023-04-114-12/+131
* [RV64_DYNAREC] Added 0F BC/BD opcodesptitSeb2023-04-111-0/+74
* [RV64_DYNAREC] Fixed emit_sub8/16 (#685)Yang Liu2023-04-111-3/+4
* [RV64_DYNAREC] Added more opcodes for SV (#684)Yang Liu2023-04-106-3/+209
* [RV64_DYNAREC] Added more opcode for SV and some fixes (#683)Yang Liu2023-04-102-0/+105
* [RV64_DYNAREC] Added more 66 0F opcode for SV (#680)Yang Liu2023-04-092-9/+101
* [RV64_DYNAREC] Small optim for F2 0F 5D MINSD opcode (#678)Yang Liu2023-04-091-7/+1