about summary refs log tree commit diff stats
path: root/src/emu/x64run67.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-031-1/+1
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+2
* [INTERPRETER] Added 64bits 67 A1 opcode ([ARM64_DYNAREC] Too)ptitSeb2024-12-091-0/+7
* Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)ptitSeb2024-11-071-0/+27
* [CI] Refactored CI (#1795)Yang Liu2024-09-051-3/+0
* [ARM64_DYNAREC] Added a few 67 prefixed opcodesptitSeb2024-06-011-0/+6
* [INTERPRETER] Added BMI1, BMI2 and ADX extensionsptitSeb2024-05-311-1/+70
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-301-0/+7
* Added 67 FF /2 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-221-1/+14
* Added 67 C6 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-171-0/+5
* [32bits] Fixed 67 prefixed opcodesptitSeb2023-08-131-2/+6
* A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-1/+1
* [32BITS] Separate RUn67 32bits from 64bits version, as they are too differentsptitSeb2023-06-221-43/+19
* [32BITS] Various small fixes in 32bits interpreterptitSeb2023-06-181-11/+34
* Added 67 63 opcodeptitSeb2023-06-181-0/+13
* [32BITS] Fixed some issue reading rex in 32bits modeptitSeb2023-06-181-4/+5
* Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-181-1/+4
* [DYNAREC_TEST] Improved 67 DB and 0F AE opcodes handlingptitSeb2023-05-041-1/+1
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-1/+11
* Various small fixes on InterpretorptitSeb2023-02-161-4/+6
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-11/+11
* Added 67 38-3D opcodes (for #323)ptitSeb2022-07-031-0/+39
* Added 67 83 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-0/+47
* Added 67 C7 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-111-0/+12
* Added 67 E8 opcode ([DYNAREC] too) (for #45)ptitSeb2021-07-101-0/+7
* Various small mprovments to interpretorptitSeb2021-06-011-5/+5
* Added 67 0F 2E/2F opcodesptitSeb2021-04-131-0/+2
* Added 67 66 0F 6F/7A opcodesptitSeb2021-04-081-1/+11
* Added 67 80/8B opcodesptitSeb2021-04-051-0/+25
* Added some more 67 opcodes (may need to find a better solution for this)ptitSeb2021-04-041-1/+66
* Added 67 89 opcodeptitSeb2021-04-011-0/+15
* Small change to 67 C1 opcodeptitSeb2021-04-011-1/+1
* Added 67 C1 opcodeptitSeb2021-04-011-1/+116
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-4/+0
* Added a large number of CPU opcodesptitSeb2021-03-121-0/+11
* Added 67 E0..E3 opcodesptitSeb2021-03-111-0/+76