about summary refs log tree commit diff stats
path: root/src/emu/x64rundd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+1
* Some more x87 adjustment, but it still off a bitptitSeb2024-05-231-3/+3
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-241-1/+1
* [INTERPRETER] Small D8..DF opcodes refactorptitSeb2024-02-041-80/+56
* Improved x87 FIST(T)(P) opcode ([ARM64_DYNAREC] too)ptitSeb2023-04-281-1/+8
* [DYNAREC] Cleaned up the TEST_INTERPRETER a bitptitSeb2023-03-281-13/+7
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+15
* Various small fixes on InterpretorptitSeb2023-02-161-21/+4
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-4/+4
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-3/+0
* Added more x87 opcodesptitSeb2021-03-111-2/+0
* Added more opcodes, including D8 and DD x87 onesptitSeb2021-03-081-0/+194