about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* [INTERP] Fex fixes and small cosmetic changes to some partial (V)MOV opcodesptitSeb2025-04-235-47/+80
* [INTERP] RaZ upper 128bits on vmov* Ex, Gx if Ex is a registry (unused?)ptitSeb2025-04-232-0/+6
* [INTERP] Improved (V)[MIN/MAX][S/P][S/D] opcodesptitSeb2025-04-228-34/+25
* [INTERP] More fixes to INSERTQ/EXTRQ opcodesptitSeb2025-04-212-13/+17
* [INTERP] Fixed EXTRQ opcodeptitSeb2025-04-211-3/+3
* [INTERP] Better NAN handling for (V)DIV[P/S][S/D] opcodesptitSeb2025-04-213-0/+5
* [INTERP] VDPPD has no 256bits versionptitSeb2025-04-211-12/+2
* [INTERP] Added F2 0F BA opcode (for 2547)ptitSeb2025-04-191-1/+1
* [WOW64] Finished skeleton code for PE build (#2542)Yang Liu2025-04-171-1/+0
* [INTERP] Added x87 Precision Control set to 24bits handlingptitSeb2025-04-165-0/+43
* [TRACE] Better x87 infos on reg dumpsptitSeb2025-04-161-3/+3
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-154-187/+14
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-146-1221/+1126
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-1413-31/+9
* [INTERP] Fixed pure 32bits iretd not behaving correctlyptitSeb2025-04-131-16/+13
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-113-197/+6
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-102-39/+24
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-0915-17/+18
* [INTERP] Small changes in a few SSE/AVX convertions opcodesptitSeb2025-04-044-13/+13
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-034-4/+4
* [INTERP] Fixed a nan propagation issue on RISC-V (#2498)Yang Liu2025-04-031-4/+16
* Moved more functions to os.h (#2497)Yang Liu2025-04-037-20/+18
* [INTERP] Better handling of default NAN for a few opcodes, more to comeptitSeb2025-04-0310-229/+126
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-0214-68/+77
* Moved more OS-dependent functions to os.h (#2491)Yang Liu2025-04-013-7/+3
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-0150-131/+21
* Added os.h for future usage (#2488)Yang Liu2025-04-016-7/+7
* [INTERP] Added support for F2 0F A5 opcode, ignoring F2 (for #2459)ptitSeb2025-03-311-0/+8
* [WRAPPER] Added 2 new funciton towrapped libgdkpixbuf (for #2460)ptitSeb2025-03-311-0/+4
* [INTERP] Fixed a warningptitSeb2025-03-301-2/+2
* [INTERP] Fixed Interpreter to have new test30 running on RISC-V (#2470)Yang Liu2025-03-272-90/+123
* [INTERP] More NA Sign fixes for a few AVX.0F opcodesptitSeb2025-03-261-8/+8
* [INTERP] Fixed Interpreter to have new test30 runningptitSeb2025-03-263-4/+100
* [COSIM] Changed how F0 LOCK opcodes are skipped in COSIMptitSeb2025-03-261-0/+5
* [WRAPPER] Added wrapping for libavutil.so.56, libavformat.so.58 and libavcode...ptitSeb2025-03-201-0/+80
* [WRAPPER] Added a couple of GL extensionsptitSeb2025-03-201-0/+4
* [SYSCALL] Don't make it fatal when a unkown syscall is called, like for libc ...ptitSeb2025-03-141-4/+3
* [SYSCALL] Fixed/Improved a few syscall (help Go programs)ptitSeb2025-03-131-6/+27
* [INTERP] Fixed AVX.F2.0F38 F0 opcodeptitSeb2025-03-131-3/+1
* [COSIM] Show hex values in STx diff logs (#2436)Yang Liu2025-03-131-1/+1
* [TRACE] Small work on traceptitSeb2025-03-111-6/+11
* [TRACE] Improved a bit a few tracesptitSeb2025-03-081-2/+2
* Added F0 F7 /2 opcode ([ARM64_DYNAREC] too)ptitSeb2025-03-071-0/+36
* [WRAPPER] Added epoll_pwait2 wrapped functionptitSeb2025-03-041-0/+4
* [INTERP] Fixed ror/rol flags on cputype=0ptitSeb2025-02-211-8/+8
* [INTERP] Work on UD flagsptitSeb2025-02-214-315/+308
* [BOX32][INTERP] Added some support for BOUND opcode ([ARM64_DYNAREC] too)ptitSeb2025-02-201-3/+6
* [ARM64_DYNAREC] More work on UD flagsptitSeb2025-02-171-12/+16
* [INTERP] Added more nops ([DYNAREC] too) (#2378)Yang Liu2025-02-171-0/+1
* [INTERP] Added more nops ([DYNAREC] too) (#2377)Yang Liu2025-02-171-0/+7