about summary refs log tree commit diff stats
path: root/src/emu/x64run6764_32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [INTERP] Refactored how 64/65/66/67 and F2/F3 prefixes are handled, removing ↵ptitSeb2025-08-221-116/+0
| | | | some (mostly) duplicated code
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+1
|
* [INTERPRETER] Added 67 64 8F opcodes, and fixed 67 64 89/8B opcodesptitSeb2024-03-081-8/+14
|
* [32BITS] Added 67 64 89 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-011-0/+7
|
* [32BITS] Added 67 64 A1 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-011-0/+11
|
* Fixes (#1207)rajdakin2024-01-181-1/+2
| | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures
* [32BITS] Added 67 64 A3 opcodeptitSeb2023-10-231-0/+11
|
* [32BITS] Added 67 64 FF /6 opcodeptitSeb2023-10-231-0/+13
|
* [32BITS] Added 64 67 8B opcode (for #870)ptitSeb2023-07-161-0/+67