about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Fixed typos in (67) 88 MOV opcode (#767)Yang Liu2023-05-062-2/+2
* Added 65 8D opcode ([ARM64_DYNAREC] too) (for #766)ptitSeb2023-05-051-0/+17
* [RV64_DYNAREC] Fixed 66 0F 3A 0B ROUNDSD opcode (#765)xctan2023-05-051-5/+4
* [RV64_DYNAREC] Added more opcodes (#764)Yang Liu2023-05-051-2/+26
* [RV64_DYNAREC] Added some AES opcodes (#761)Yang Liu2023-05-051-0/+67
* Added some Hack for Windows int 2d call ([ARM64_DYNAREC] too)ptitSeb2023-05-041-0/+17
* [DYNAREC] Print unimplemented opcode also when dumping dynablocksptitSeb2023-05-042-2/+2
* [RV64_DYNAREC] Added more opcode for Unciv and some fixes (#759)Yang Liu2023-05-047-8/+185
* [RV64_DYNAREC] Added more opcodes for Unciv (#757)Yang Liu2023-05-048-16/+206
* [DYNAREC] Improve handling of running block getting dirty while executingptitSeb2023-05-041-4/+8
* [RV64_DYNAREC] Fixed 66 0F C6 SHUFPD opcode (#756)xctan2023-05-031-1/+1
* [RV64_DYNAREC] Added several 67 prfixed opcodesptitSeb2023-05-033-1/+653
* [ARM64_DYNAREC] Added 67 88 opcodeptitSeb2023-05-031-1/+34
* [RV64_DYNAREC] Added more opcodes for Bastion and some fixes (#753)Yang Liu2023-05-039-24/+75
* [RV64_DYNAREC] Added some more Zba and Zbb use to dynarecptitSeb2023-05-024-59/+106
* [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