about summary refs log tree commit diff stats
path: root/src/emu/x64run6664.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [INTERP] Removed a file leftover since last interpreter refactor HEAD mainptitSeb2025-10-221-184/+0
|
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+0
|
* [INTERPRETER] Added 64 66 8D opcode (#1648)Haichen Wu2024-07-061-0/+10
|
* Added 64 66 83 opcodes ([ARM64_DYNAREC] too)ptitSeb2024-03-141-0/+25
|
* [INTERPRETER] Added 66 64 0F 6F opcode (for #1349)ptitSeb2024-03-081-4/+12
|
* Added 64 66 0F 7F opcode ([ARM64_DYNAREC] too) (for #1320)ptitSeb2024-03-041-0/+8
|
* [INTERP] Added 64 66 39 CMP opcode (#1166)Yang Liu2023-12-251-0/+9
|
* [INTERP] Added more opcodes (#852)Yang Liu2023-06-231-5/+11
|
* [32BITS] Fixed some issue reading rex in 32bits modeptitSeb2023-06-181-4/+5
|
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ptitSeb2023-03-271-0/+7
| | | | time and compare states
* Various small fixes on InterpretorptitSeb2023-02-161-2/+2
|
* Added 64 66 0F 11 opcode (for #418)ptitSeb2022-10-091-4/+12
|
* Some cleanupptitSeb2022-08-101-1/+0
|
* Chenged Interpretor so RIP is updated on opcode success (better precision ↵ptitSeb2022-08-061-4/+4
| | | | for Signal)
* Fixed 64 F2 0F 10 and 64 66 0F 2E opcodes (for #298)ptitSeb2022-07-041-0/+20
|
* Added 64 66 89 and changed 64 66 0F D6 opcodes ([DYNAREC] too) (for #77)ptitSeb2021-07-301-0/+28
|
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-4/+0
|
* Added 66 64 8B opcodeptitSeb2021-03-091-0/+60