about summary refs log tree commit diff stats
path: root/src/emu/x64run0f.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [INTERP] Fex fixes and small cosmetic changes to some partial (V)MOV opcodesptitSeb2025-04-231-6/+8
* [INTERP] Improved (V)[MIN/MAX][S/P][S/D] opcodesptitSeb2025-04-221-2/+2
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-111-0/+1
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-091-1/+1
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-1/+1
* [INTERP] Better handling of default NAN for a few opcodes, more to comeptitSeb2025-04-031-4/+2
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-021-13/+14
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+1
* [INTERP] Work on UD flagsptitSeb2025-02-211-36/+0
* [INTERP] Added 0F 19 NOP opcode ([DYNAREC] too) (#2376)Yang Liu2025-02-171-0/+1
* [INTERPRETER] Improved (V)ADD/MUL/SUB/DIV P(S/D), and improved avx test tooptitSeb2025-01-221-4/+17
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-10/+10
* [INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D...ptitSeb2025-01-051-0/+15
* [INTERPRETER][COSIM] Better flags for btx opcode familly when running cosimptitSeb2024-12-111-0/+48
* [INTERPRETER] Added 0F 30 ocpode ([RM64_DYNAREC] too) (for #2090)ptitSeb2024-11-301-1/+6
* Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)ptitSeb2024-11-211-2/+2
* [INTERPRETER] Fixed potential issue with 0F A3 opcodeptitSeb2024-11-161-5/+5
* Added support for RDMSR, just in caseptitSeb2024-11-151-0/+7
* Improve handling of memory protection, and excution bitptitSeb2024-11-041-0/+13
* Improved 0F 0D opcode ([ARM64_DYNAREC] too) (FF7RI now have sound)ptitSeb2024-10-191-2/+8
* Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob...ptitSeb2024-09-051-6/+6
* [CI] Refactored CI (#1795)Yang Liu2024-09-051-28/+0
* Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version)ptitSeb2024-06-241-2/+18
* Small improvment to 0F BC/BD opcodes ([ARM64_DYNAREC] too)ptitSeb2024-06-231-2/+2
* More work on RDTSC emulationptitSeb2024-06-131-1/+1
* [INTERPRETER] More avx, avx2 and vaes opcodesptitSeb2024-05-281-1/+1
* [INTERPRETER] Some fixes when opcode use with same reg as src and destptitSeb2024-05-271-0/+4
* more avx infrastructureptitSeb2024-05-241-1/+1
* Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too)ptitSeb2024-05-241-5/+22
* [INTERPRETER] Added more opcodes and fixed some opcodes too (#1511)Yang Liu2024-05-211-11/+116
* [COSIM] Fixed issue with 0F C7 opcodeptitSeb2024-05-151-5/+1
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-301-0/+28
* Changed, again, RDTSC and Hardware counter, introducing auto calibration when...ptitSeb2024-03-141-0/+4
* Added 0F 01 F9 opcode ([ARM64_DYNAREC] tooptitSeb2024-02-241-2/+8
* Added 0F 01 E0..E7 opcodes ([ARM64_DYNAREC] too)ptitSeb2024-02-101-0/+10
* Changed a bit how SGDT/SIDT are faked ([ARM64_DYNAREC] too)ptitSeb2024-02-061-4/+10
* [INTERPRETER] Improved 0F AE opcodesptitSeb2024-02-031-10/+15
* Added 0F 0E opcode support ([ARM64_DYNAREC] too)ptitSeb2024-02-011-0/+5
* Reworked 0F 01 opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-261-37/+24
* [32BITS] Added some more opcode to the 32bits part of interpreter, to run mor...ptitSeb2024-01-261-6/+66
* [INTERPRETER] Improved 0F 01 opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-061-0/+21
* [INTERPRETER] Refactored 0F A4/A5 opcodes for better readabilityptitSeb2023-12-051-5/+15
* Added full support for the SHA cpu extensionptitSeb2023-11-211-0/+46
* More accurate 0F BA opcodes on 64bits without rex.wptitSeb2023-11-091-0/+6
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-1/+6
* [ARM64_DYNAREC] Added 0F F1/F3/F7 opcodeswannacu2023-08-211-1/+10
* Added 0F A8/A9 opcodesptitSeb2023-08-131-0/+14
* Added 0F A0/A1 opcodesptitSeb2023-08-131-1/+13
* [ARM64_DYNAREC] Added 0F FB opcodewannacu2023-08-101-1/+6
* Added 0F F4 opcode ([ARM64_DYNAREC] too) (for #888)ptitSeb2023-07-171-1/+6