about summary refs log tree commit diff stats
path: root/src/emu/x64run6766.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [INTERP] Refactored how 64/65/66/67 and F2/F3 prefixes are handled, removing ↵ptitSeb2025-08-221-121/+0
| | | | some (mostly) duplicated code
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+0
|
* Added 67 66 83 opcodes ([ARM64_DYNAREC] too)ptitSeb2024-05-261-0/+23
|
* [INTERPRETER] Added 67 66 8D opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-061-0/+10
|
* Added 67 66 89 opcodeptitSeb2023-06-181-4/+15
|
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ptitSeb2023-03-271-1/+11
| | | | time and compare states
* Chenged Interpretor so RIP is updated on opcode success (better precision ↵ptitSeb2022-08-061-4/+4
| | | | for Signal)
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-1/+1
| | | | architecture
* First passrajdakin2021-04-141-12/+14
|
* Added 67 66 0F 6F/7A opcodesptitSeb2021-04-081-0/+66