about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Reworked a bit DB / 7 opcodeptitSeb2025-01-101-56/+50
* [ARM64_DYNAREC] Fixed SQXT(U)N printerptitSeb2025-01-101-1/+1
* [RV64_DYNAREC] Fixed MOVMSKPS RVV 1.0 path (#2246)Yang Liu2025-01-091-1/+1
* [RV64_DYNAREC] Fixed some typos (#2244)xctan2025-01-091-2/+2
* [ARM64_DYNAREC] Small fixes for some 8bits OR and XOR opcodes on regs with no...ptitSeb2025-01-081-4/+4
* [ARM64_DYNAREC] Small fix for 80 /4 opcode on regs with no flags (should help...ptitSeb2025-01-081-1/+2
* Port rounding of some x87 instructions from Box86 (#2242)Hagb (Junyu Guo 郭俊余)2025-01-086-9/+203
* [ARM64_DYNAREC] Remove bloated x87 comp codeptitSeb2025-01-0815-76/+30
* [INTERPRETER] Improved x87 emulation a bit ([ARM64_DYNAREC] too)ptitSeb2025-01-086-22/+42
* [ARM64_DYNAREC] Added FCMEQ printerptitSeb2025-01-072-2/+8
* [ARM64_DYNAREC]Small optimisation for 8bits and 16bits NOT opcode on registerptitSeb2025-01-073-6/+21
* [ARM64_DYNAREC] Small optim to 8bits AND opcodes with constant and without flagsptitSeb2025-01-071-7/+31
* [ARM64_DYNAREC] Optimized 8bits XOR when no flags is neededptitSeb2025-01-071-15/+56
* [ARM64_DYNAREC] Optimized 8bits OR when no flags is neededptitSeb2025-01-072-15/+77
* [DYNAREC] Imroved log on signal and flags/sse info gathering. [ARM64_DYNAREC]...ptitSeb2025-01-054-9/+18
* [INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D...ptitSeb2025-01-052-1/+36
* [ARM64_DYNAREC] Added a new emiterptitSeb2025-01-051-0/+1
* [ARM64_DYNAREC] Small improvments on (V)PMOVMSKB opcodesptitSeb2025-01-052-18/+11
* [ARM64_DYNAREC] Small optim on specific case of XOR with -1 constptitSeb2025-01-041-2/+6
* [ARM64_DYNAREC] Don't simplify flags for add rsp, const when safeflags=2 is usedptitSeb2025-01-041-1/+1
* [ARM64_DYNAREC] Small improvment on edge cases double to int x87 conversionsptitSeb2025-01-042-15/+28
* [DYNAREC] Appended instruction name to symbol (#2228)Leslie Zhai2025-01-034-5/+5
* [ARM64_DYNAREC] Small fixes to sse info retreiving on signalptitSeb2025-01-021-3/+2
* [ARM64_DYNAREC] Fixed native flags with signal, and added sse handlingptitSeb2025-01-021-17/+51
* [ARM64_DYNAREC] Change native flags handling in signal to make it more extens...ptitSeb2025-01-022-33/+186
* [ARM64_DYNAREC] Improved ADCX opcodeptitSeb2025-01-011-5/+19
* [ARM64_DYNAREC] Improved native flags handlingptitSeb2025-01-011-14/+28
* [ARM64_DYNAREC] Improved a bit MULX opcodeptitSeb2025-01-012-8/+14
* [ARM64_DYNAREC] Small improvements to POPCNT and ADOX opcodesptitSeb2025-01-011-3/+7
* [ARM64_DYNAREC] Improved signal handling and flags handling (tbd on other archs)ptitSeb2024-12-315-2/+136
* [ARM64_DYNAREC] Fixed some issue with shrd/shld opcodesptitSeb2024-12-312-16/+12
* [ARM64_DYNAREC] Small improvement to MULX opcodeptitSeb2024-12-301-2/+8
* Spelling/typo fixes in code and documentation updates (#2223)olegos22024-12-284-6/+6
* [LA64_DYNAREC] Some minor fixes on bad variable usage (#2221)Yang Liu2024-12-281-6/+4
* [ARM64_DYNAREC][TRACE] Added printer for CNT opcodeptitSeb2024-12-281-0/+9
* [ARM64_DYNAREC] Fixed and improved flags for F3 0F B8 opcodeptitSeb2024-12-281-4/+12
* [ARM64_DYNAREC] Small optim for some specific case of slhd32 emiterptitSeb2024-12-271-2/+0
* [LA64_DYNAREC] Fixed some minor issues on LBT path (#2218)Yang Liu2024-12-273-3/+3
* [INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift o...ptitSeb2024-12-261-86/+168
* [ARM64_DYNAREC] Fixed 67 8D opcodeptitSeb2024-12-261-3/+1
* [DYNAREC] Implement perf map (#2212)Leslie Zhai2024-12-264-4/+24
* [LA64_DYNAREC] Added hardware wall-clock support (#2216)Yang Liu2024-12-262-2/+7
* [LA64_DYNAREC] Added more opcodes (#2215)Yang Liu2024-12-264-6/+45
* [LA64_DYNAREC] Added more opcodes (#2214)Yang Liu2024-12-262-0/+100
* [LA64_DYNAREC] Added more opcodes (#2213)Yang Liu2024-12-262-3/+43
* [LA64_DYNAREC] Added more opcodes and fixed CVTTPD2DQ (#2211)Yang Liu2024-12-256-5/+175
* [LA64_DYNAREC] Added IRET opcode (#2210)Yang Liu2024-12-253-0/+53
* [DYNAREC] Cleanup modreg (#2209)Yang Liu2024-12-2516-43/+44
* [LA64_DYNAREC] Added MOVLPD and MOVHPD opcodes (#2198)Leslie Zhai2024-12-252-1/+24
* [LA64_DYNAREC] Added more opcodes (#2208)Yang Liu2024-12-254-0/+69