about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Added more opcodes (#751)xctan2023-05-026-0/+93
* [RV64_DYNAREC] Improved 66 0F 3A 0B opcodeptitSeb2023-05-021-5/+6
* [RV64_DYNAREC] Added rev8 opcode to printerptitSeb2023-05-021-0/+3
* [RV64_DYNAREC] Added Zba optionnal optim to many helper functionsptitSeb2023-05-012-50/+70
* [RV64_DYNAREC] Added Zbb path for 0F BC/BD and 66 0F BC/BD opcodesptitSeb2023-05-013-84/+105
* [RV64_DYNAREC] Added Zbb path for 0F CF opcodeptitSeb2023-05-011-77/+31
* [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensionsptitSeb2023-05-011-0/+110
* Added 66 64 8B MOV opcode (#749)Yang Liu2023-04-304-1/+100
* [RV64_DYNAREC] Fixed potential issue on fastnan=0 for 0F 51 opcodeptitSeb2023-04-301-2/+3
* [RV64_DYNAREC] Fixed issues with some x87 helpers functions (should help #748)ptitSeb2023-04-301-9/+13
* [RV64_DYNAREC] Added more opcodes (#747)xctan2023-04-287-1/+214
* [RV64_DYNAREC] Added more opcodes (#745)Yang Liu2023-04-289-15/+420
* Improved x87 FIST(T)(P) opcode ([ARM64_DYNAREC] too)ptitSeb2023-04-281-15/+26
* [DYNAREC_RV64] Fixed 8F POP opcode (#746)Yang Liu2023-04-281-1/+1
* [RV64_DYNAREC] Added more opcodes (#743)Yang Liu2023-04-251-0/+48
* [RV64_DYNAREC] Added more opcodes (#739)xctan2023-04-244-4/+136
* [RV64_DYNAREC] Added more opcodes (#737)Yang Liu2023-04-241-4/+131
* [RV64_DYNAREC] Added more opcodes (#736)Yang Liu2023-04-242-0/+113
* [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