about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Fixes and some optims (#638)Yang Liu2023-03-253-3/+9
* [RV64_DYNAREC] Some more fixes with sign extension issuesptitSeb2023-03-252-1/+2
* [RV64_DYNAREC] Fixed GETEDH helper macro, and small optim to F7 /0 /1 opcodesptitSeb2023-03-252-3/+3
* [RV64_DYNAREC] Fixed rv64_lock_decifnot0b functionptitSeb2023-03-251-3/+62
* [RV64_DYNAREC] Small optim on fetch segment offsetptitSeb2023-03-251-1/+1
* Improved elf loading at specific addressesptitSeb2023-03-251-1/+13
* [RV64_DYNAREC] Fixed minor issues (#636)Yang Liu2023-03-251-3/+3
* Added wrapped libnumaptitSeb2023-03-259-0/+197
* Added some wrapped functions in pthreadptitSeb2023-03-254-0/+25
* [RV64_DYNAREC] Added 66 0F EF PXOR opcodeptitSeb2023-03-253-1/+43
* Added support for running native SDL2_mixer (and image/ttf too) with emulated...ptitSeb2023-03-251-0/+27
* [RV64][LA464][PPC64] Fixed some issues with VALIST handlingptitSeb2023-03-252-6/+64
* [RV64_DYNAREC] Added more opcodes (#633)Yang Liu2023-03-244-69/+324
* [RV64_DYNAREC] Added more opcodes & some fixes & some optimizations (#632)Yang Liu2023-03-243-13/+144
* [RV64_DYNAREC] Added more opcodes (#631)Yang Liu2023-03-246-7/+168
* [RV64_DYNAREC] Added more opcodes and optimize printer output (#630)xctan2023-03-246-6/+135
* [RV64_DYNAREC] Added more opcodes (#629)Yang Liu2023-03-235-24/+187
* |RV64_DYNAREC] Fixed an issue with F7 /7 IDIV opcodeptitSeb2023-03-231-1/+1
* [RV64_DYNAREC] Added more opcodes (#628)Yang Liu2023-03-233-1/+58
* Added/Fixed 66 0F 3A 14/15/16 opcodes ([ARM64_DYNAREC] too)ptitSeb2023-03-232-10/+66
* Addedsome more syscall (for #616)ptitSeb2023-03-231-0/+11
* [RV64_DYNAREC] Added more opcodes (#625)Yang Liu2023-03-231-1/+14
* [RV64_DYNAREC] Fixed F7 /6 DIV opcode (#624)Yang Liu2023-03-231-1/+1
* [ARM64_DYNAREC] Fixed UFLAG_OP12 helper macro (#623)Yang Liu2023-03-231-1/+1
* [RV64_DYNAREC] Added A5 REP MOVSD opcode (#622)Yang Liu2023-03-234-14/+45
* [RV64_DYNAREC] Fixed register name of float load/store (#621)xctan2023-03-231-2/+2
* [RV64_DYNAREC] Added F3 0F 2A/58/59/5A opcodes (and test07 run all in dynarec)ptitSeb2023-03-223-1/+78
* [RV64_DYNAREC] Added more opcodes and some fixes (#619)Yang Liu2023-03-223-12/+31
* [RV64_DYNAREC] Added more opcodes (#618)Yang Liu2023-03-224-3/+61
* [RV64_DYNAREC] Added F3 0F 10 and 11 opcodesptitSeb2023-03-222-1/+34
* [RV64_DYNAREC] Added F2 0F 10 and 11 opcodesptitSeb2023-03-225-2/+148
* Added expl wrapped function (for #616)ptitSeb2023-03-221-1/+5
* [RV64_DYNAREC] Added more opcodes (#617)xctan2023-03-226-1/+128
* [RV64_DYNAREC] Improved handling of Float/Double cache on functions callsptitSeb2023-03-225-44/+95
* [RV64_DYNAREC] Added some x87 D9 opcodesptitSeb2023-03-224-1/+265
* [RV64_DYNAREC] Added more opcodes (#614)xctan2023-03-224-1/+135
* [RV64_DYNAREC] Fixed 88 MOV opcode (#613)Yang Liu2023-03-221-5/+6
* [RV64_DYNAREC] Added more opcode (#612)Yang Liu2023-03-224-4/+109
* [RV64_DYNAREC] Added AB STOSD opcode (#611)Yang Liu2023-03-222-2/+40
* [RV64_DYNAREC] Added x87/SSE/mmx infrastructure, and a few x87 D9 opcodesptitSeb2023-03-2111-40/+2081
* Added 2 wrapped function to libatomic (for #609)ptitSeb2023-03-211-2/+2
* [RV64_DYNAREC] Added some opcodes (#608)xctan2023-03-213-6/+73
* [RV64_DYNAREC] Added B0 MOV opcode and small optim (#607)xctan2023-03-211-2/+16
* [RV64_DYNAREC] Fixed lr.d and sc.d instruction name in printer (#606)xctan2023-03-211-2/+2
* [RV64_DYNAREC] Added 19 SBB opcode (#605)Yang Liu2023-03-203-3/+54
* [RV64_DYNAREC] Added F0 0F C1 LOCK XADD opcode (#604)Yang Liu2023-03-205-3/+155
* [RV64_DYNAREC] Added 6B IMUL opcode (#603)xctan2023-03-201-0/+34
* [RV64_DYNAREC] Added C0 /{4,5,6,7} opcode (#601)xctan2023-03-202-0/+91
* [RV64_DYNAREC] Added {21,23} AND opcode (#602)xctan2023-03-201-0/+17
* [RV64_DYNAREC] Added more opcode (#600)Yang Liu2023-03-201-2/+39