about summary refs log tree commit diff stats
path: root/src/emu/x64run670f.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [INTERP] Refactored how 64/65/66/67 and F2/F3 prefixes are handled, removing ...ptitSeb2025-08-221-211/+0
* Some handling of case where signal numbers differs between native and x64 arc...ptitSeb2025-07-231-2/+2
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-091-1/+1
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-021-1/+2
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+0
* Added 67 F3 0F 38 F6 opcode (for #1775)ptitSeb2024-08-301-0/+40
* Added 64bits 67 F3 0F 7F opcode ([ARM64_DYNAREC] too)ptitSeb2024-08-101-0/+6
* [INTERPRETER] Added 67 0F 29 opcodeptitSeb2023-12-111-0/+8
* Added full SSE 4.2 supportptitSeb2023-10-301-0/+1
* Added 67 0F 11 opcode ([ARM64_DYNAREC] too) (for #892)ptitSeb2023-07-191-0/+13
* Added 67 F3 0F 6F opcode ([ARM64_DYNAREC] too) (for #873 / steam on wow64)ptitSeb2023-07-171-0/+6
* Added 67 0F B6 opcodeptitSeb2023-06-181-0/+7
* Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-181-0/+7
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-1/+10
* Added 67 0F B9 opcodeptitSeb2023-02-181-0/+13
* Various small fixes on InterpretorptitSeb2023-02-161-28/+43
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-4/+4
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-1/+1
* Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)ptitSeb2021-10-241-0/+14
* Fixed 67 F2/F3 0F 2E/2F not handled for nowptitSeb2021-06-211-0/+3
* Oops-esrajdakin2021-04-141-9/+10
* Added 67 0F 2E/2F opcodesptitSeb2021-04-131-0/+68