about summary refs log tree commit diff stats
path: root/src/emu/x64run0f.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* Added 0F D4 opcode ([ARM64_DYNAREC] too)ptitSeb2023-07-171-1/+6
* [32BITS] Various small fixes in 32bits interpreterptitSeb2023-06-181-4/+8
* Added 0F EA/EE opcodes ([ARM64_DYNAREC] too) (for #829)ptitSeb2023-06-101-2/+14
* [DYNAREC_TEST] Fixed handling or 0F AE opcodesptitSeb2023-05-041-5/+3
* [DYNAREC_TEST] Improved 67 DB and 0F AE opcodes handlingptitSeb2023-05-041-1/+5
* [RV64_DYNAREC] Added more opcode for SV and some fixes (#683)Yang Liu2023-04-101-7/+7
* Added back some isnan testing to integer conversion (converting a nan, infini...ptitSeb2023-04-061-16/+19
* Updated 0F 2C/2D and 66 0F 2C/2D opcode on par with other float2int opcodesptitSeb2023-04-061-23/+27
* [DYNAREC] More improvement to TEST_DYNARECptitSeb2023-03-311-1/+1
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-5/+64
* Various small fixes on InterpretorptitSeb2023-02-161-17/+20
* [DYNAREC] Fixed a potential crash when running without DynarecptitSeb2023-01-281-1/+2
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...ptitSeb2023-01-281-20/+26
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-041-3/+5