about summary refs log tree commit diff stats
path: root/src/emu/x64run67660f.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [INTERP] Refactored how 64/65/66/67 and F2/F3 prefixes are handled, removing ↵ptitSeb2025-08-221-110/+0
| | | | some (mostly) duplicated code
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+0
|
* Added 67 66 0F EF opcode ([ARM64_DYNAREC] too)ptitSeb2024-07-231-1/+9
|
* Added 67 66 0F FE opcode ([ARM64_DYNAREC] too)ptitSeb2024-07-231-0/+10
|
* [INTERPRETER] Added BMI1, BMI2 and ADX extensionsptitSeb2024-05-311-0/+14
|
* Added 67 66 0F D6 ([ARM64_dynarec] too)ptitSeb2024-05-251-0/+9
|
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ptitSeb2023-03-271-1/+7
| | | | time and compare states
* Chenged Interpretor so RIP is updated on opcode success (better precision ↵ptitSeb2022-08-061-3/+3
| | | | for Signal)
* First passrajdakin2021-04-141-13/+13
|
* Added 67 66 0F 6F/7A opcodesptitSeb2021-04-081-0/+64