about summary refs log tree commit diff stats
path: root/src/dynarec/rv64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added a x87pc test and some cosmetic changes too (#2561)Yang Liu2025-04-228-75/+41
* [RV64_DYNAREC] Better handling of x87double=2 (#2560)Yang Liu2025-04-2210-1/+47
* [DYNAREC] More handling of low precision x87 flag change (#2556)Yang Liu2025-04-213-2/+7
* [RV64_DYNAREC][TRACE][COSIM] Improve x87 fiability in dynarec trace and cosim...Yang Liu2025-04-211-1/+1
* [RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)Yang Liu2025-04-2111-2/+68
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...ptitSeb2025-04-161-1/+1
* [RV64_DYNAREC] fix MASKMOVQ. (#2531)phorcys2025-04-141-1/+1
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-142-5/+5
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-111-1/+1
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-102-2/+2
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-0/+1
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-0/+4
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-031-0/+1
* Moved more functions to os.h (#2497)Yang Liu2025-04-0340-46/+7
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-0143-85/+43
* Some cosmetic changes to C header files (#2487)Yang Liu2025-04-011-1/+1
* [RV64] Improved rv64_lock_cas[b/h] helpersptitSeb2025-03-301-2/+2
* [RV64_DYNAREC] Fixed 66 0F 6A PUNPCKHDQ opcodes (#2468)Yang Liu2025-03-261-2/+2
* [RV64_DYNAREC] Minor improvement to DD /7 FNSTSW opcode (#2467)Yang Liu2025-03-251-0/+1
* [RV64_DYNAREC] Fixed D9 E5 FXAM opcode (#2466)Yang Liu2025-03-251-3/+3
* [RV64_DYNAREC] Small optim to vsetvli usage (#2465)Yang Liu2025-03-251-1/+3
* [RV64_DYNAREC] Fixed scratch conflicts with fastround=0 in some x87 opcodes (...Yang Liu2025-03-245-14/+11
* [RV64_DYNAREC] Fixed some DD prefixed x87 opcodes (#2463)Yang Liu2025-03-241-2/+10
* [RV64_DYNAREC] Fixed many minor issues (#2451)Yang Liu2025-03-194-37/+43
* [DYNAREC] Fixed minor issues for F0 0F B0/B1 LOCK CMPXCHG opcodes (#2448)Yang Liu2025-03-191-11/+11
* [RV64_DYNAREC] Added 66 F0 0F B1 LOCK CMPXCHG opcode (#2447)Yang Liu2025-03-181-0/+53
* [RV64_DYNAREC] More minor changes and fixes to x87 opcodes (#2443)Yang Liu2025-03-175-91/+63
* [RV64_DYNAREC] Minor D8..DF opcodes refactor (#2442)Yang Liu2025-03-178-1703/+1552
* [RV64_DYNAREC] Minor x87 changes to enable test31 (#2441)Yang Liu2025-03-173-23/+21
* [RV64_DYNAREC] Fixed some x87 rounding cases for fastround=0 (#2437)Yang Liu2025-03-137-19/+114
* [RV64_DYNAREC] Added 66 F0 81/83 /4 opcodeptitSeb2025-03-101-0/+66
* [RV64_DYNAREC] Reduce the number of false-positive for dynarec missing opcodeptitSeb2025-03-101-17/+18
* [RV64_DYNAREC] Added 66 F0 81/83 /1 opcodeptitSeb2025-03-101-0/+66
* [RV64_DYNAREC] Small change in F0 0F C7 opcodeptitSeb2025-03-101-1/+1
* [RV64_DYNAREC] Optimized PMOVZX and PMOVSX opcodes for vector 1.0 (#2430)Yang Liu2025-03-101-124/+269
* [ARM64_DYNAREC] Improced arch_build helpers function to only compute build st...ptitSeb2025-03-082-2/+3
* [RV64_DYNAREC] Rollback some falsy optimization in the xtheadvector path (#2426)Yang Liu2025-03-072-4/+12
* [RV64_DYNAREC] Minor optimizations to sign mask extraction instructions for v...Yang Liu2025-03-042-12/+5
* [RCFILE] Added range gdbjit support (#2414)Yang Liu2025-03-031-1/+1
* [RV64_DYNAREC] Fixed some minor typos (#2406)Yang Liu2025-02-232-4/+2
* [RV64_DYNAREC] Fixed swapCache scratch register usage (#2405)Yang Liu2025-02-231-9/+6
* [RV64_DYNAREC] Added more opcodes (#2400)Yang Liu2025-02-216-4/+76
* [RV64_DYNAREC] Added more MMX opcodes for vector and fixes too (#2399)Yang Liu2025-02-212-18/+124
* [RCFILE] Added support for perfile dynarec dump (#2393)Yang Liu2025-02-196-51/+51
* [DYNAREC] Minor optimizations to SHL/SHR Ed, CL fastpath (#2392)Yang Liu2025-02-192-16/+12
* [RV64_DYNAREC] Fixed a regression introduced recently ([LA64_DYNAREC] too) (#...Yang Liu2025-02-181-2/+2
* [RV64_DYNAREC] Small changes to SET_DFNONE to make it safer ([LA64_DYNAREC] t...Yang Liu2025-02-182-4/+6
* [RV64_DYNAREC] Optimized REP MOVSB (#2381)Yang Liu2025-02-183-28/+46
* [INTERP] Added more nops ([DYNAREC] too) (#2378)Yang Liu2025-02-172-0/+2
* [INTERP] Added more nops ([DYNAREC] too) (#2377)Yang Liu2025-02-171-0/+7