about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* [INTERP] Added 0F 19 NOP opcode ([DYNAREC] too) (#2376)Yang Liu2025-02-171-0/+1
* [ARM64_DYNAREC] Continue work on UD flagsptitSeb2025-02-171-11/+29
* [INTERP] Added 66 0F 19 NOP opcode ([DYNAREC] too) (#2375)Yang Liu2025-02-171-0/+1
* [COSIM] Print decoded instruction mnemonics if trace enabled (#2357)Yang Liu2025-02-131-8/+15
* [COSIM] Added commented way to dumps regs whe printing a differenceptitSeb2025-02-121-0/+1
* [ARM64_DYNAREC] More work on flagptitSeb2025-02-121-30/+20
* [INTERPRETER] Small optim on HADDPS and HSUBPSptitSeb2025-02-061-4/+2
* Remove memory location test for traping wine syscall, box64 doesn't need thatptitSeb2025-02-051-1/+1
* Added auto-generated x64Int3 printer (#2311)Yang Liu2025-02-022-4/+6452
* [COSIM] Don't do div by 0 signal on interpreter part when testingptitSeb2025-02-021-0/+12
* [COSIM] Reduce false negative on rcl/rcr OF flagptitSeb2025-02-021-2/+10
* [INTERPRETER] Fixed some AVX opcode that would not zero upper part of registe...ptitSeb2025-01-311-15/+7
* [INTERPRETER] Fixed a few warningptitSeb2025-01-261-4/+4
* Added syscall 439 (for #2290)ptitSeb2025-01-241-0/+14
* [INTERPRETER] Improved (V)ADD/MUL/SUB/DIV P(S/D), and improved avx test tooptitSeb2025-01-222-12/+50
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-213-30/+30
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-2117-136/+136
* [INTERPRETER] Fixed AVX.66.0F38 0E/0F opcodesptitSeb2025-01-191-10/+22
* [INTERPRETER] Fixed AVX.66.0F38 17 opcode and improved AVX.66.0F38 0E/0F opcodesptitSeb2025-01-181-36/+20
* Added some hack to simulate seccomp/bpf Windows syscalls handling in protonptitSeb2025-01-171-0/+12
* [RV64_DYNAREC] Fixed offsetof(x64emu_t, scratch) usage overflow ([LA64_DYNARE...Yang Liu2025-01-141-3/+5
* [INTERPRETER] Small cosmetic fix for D2LD helper functionptitSeb2025-01-101-3/+3
* [INTERPRETER] Removed some useless tests on x87 compptitSeb2025-01-081-8/+0
* Port rounding of some x87 instructions from Box86 (#2242)Hagb (Junyu Guo 郭俊余)2025-01-087-10/+104
* [INTERPRETER] Improved x87 emulation a bit ([ARM64_DYNAREC] too)ptitSeb2025-01-081-2/+2
* [INTERPRETER] Added a check of CS validity on IRET opcodeptitSeb2025-01-061-27/+41
* [INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D...ptitSeb2025-01-052-1/+56
* [INTERPRETER] Fixed opcode name in commentptitSeb2025-01-041-1/+1
* [INTERPRETER] Fixed 32bits ADCX/ADOX opcodesptitSeb2024-12-282-5/+6
* [INTERPRETER] Added 66 F3 0F B8 opcodeptitSeb2024-12-281-0/+17
* [INTERPRETER] Small (mostly cosmetic) change to POCNT opcodeptitSeb2024-12-281-1/+0
* [INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodesptitSeb2024-12-273-2/+81
* [INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift o...ptitSeb2024-12-262-11/+59
* [LA64_DYNAREC] Added hardware wall-clock support (#2216)Yang Liu2024-12-261-2/+33
* Try to improve clone syscal handling ([BOX32] too)ptitSeb2024-12-232-27/+37
* Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)ptitSeb2024-12-203-20/+2
* [GDBJIT] Display DynaRec info in source file (#2179)Yang Liu2024-12-203-7/+9
* [BOX32][TRACE] Improved trace of wrapped functionsptitSeb2024-12-171-102/+105
* [BOX32] Small change on how tls memory is allocatedptitSeb2024-12-171-2/+2
* Some (mostly) cosmetic change to x64emu initializersptitSeb2024-12-171-4/+4
* [BOX32][WRAPPER] More work on libc wrapping, and some new syscall tooptitSeb2024-12-151-20/+7
* [BOX32][WRAPPER] More fixes to libc and libX11 wrappingptitSeb2024-12-141-4/+98
* [BOX32][WRAPPER] Many fixes and improvments to X11 wrappingptitSeb2024-12-141-0/+6