about summary refs log tree commit diff stats
path: root/src/emu/x64rundb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+0
* Port rounding of some x87 instructions from Box86 (#2242)Hagb (Junyu Guo 郭俊余)2025-01-081-1/+7
* [INTERPRETER] Improved some x87 opcode behaviourptitSeb2024-12-021-3/+3
* [INTERPRETER] Small D8..DF opcodes refactorptitSeb2024-02-041-7/+4
* Small improvment on x87 interpreterptitSeb2023-04-291-3/+3
* [DYNAREC] Cleaned up the TEST_INTERPRETER a bitptitSeb2023-03-281-16/+6
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+17
* Fixed interpretor for FIST(P) opcodesptitSeb2023-02-161-4/+4
* Various small fixes on InterpretorptitSeb2023-02-161-6/+6
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-4/+4
* Splitted mmx and x87 register (from box86)ptitSeb2021-07-111-2/+2
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-5/+0
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-6/+6
* Fixed mod/rm relative computation when opcode have trailing bytesptitSeb2021-03-061-6/+6
* Added some x87 opcodes (D9 and DB prefixes)ptitSeb2021-03-051-0/+186