about summary refs log tree commit diff stats
path: root/src/emu/x64run64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-091-1/+1
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-031-1/+1
* [INTERP] Better handling of default NAN for a few opcodes, more to comeptitSeb2025-04-031-0/+3
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-021-2/+2
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+1
* [INTERP] Added more nops ([DYNAREC] too) (#2377)Yang Liu2025-02-171-0/+7
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-4/+4
* [INTERPRETER][COSIM] Better flags for btx opcode familly when running cosimptitSeb2024-12-111-0/+24
* [RV64] Added nan propagation emulation for interpreter and DynaRec (#2091)Yang Liu2024-11-281-0/+2
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-181-2/+2
* Added some weird 67 and 64/65 prefixed opcodes ([ARM64_DYNAREC] too)ptitSeb2024-11-071-13/+5
* Added 64/65 D8..D9 opcodesptitSeb2024-11-071-0/+15
* Added 64/65 69 opcode ([ARM64_DYNAREC] too)ptitSeb2024-11-071-0/+11
* Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)ptitSeb2024-10-311-0/+15
* [NTERPRETER] Added 64 F6 opcodes (for #1932)ptitSeb2024-10-131-0/+35
* [INTERPRETER] Added 64/65 85 opcode ([ARM64_DYNAREC] too) (for #1932)ptitSeb2024-10-131-0/+9
* [CI] Refactored CI (#1795)Yang Liu2024-09-051-3/+0
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-1/+9
* [INTERPRETER] Added 64/65 F3 0F 58 opcodeptitSeb2024-06-251-0/+13
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-301-0/+3
* [INTERPRETER] Added 64 EB opcode (for #1347)ptitSeb2024-03-081-0/+5
* [INTERPRETER] Added 64/65 86 opcode (for #1156)ptitSeb2023-12-231-0/+26
* [INTERPRETER] Added 64/65 0F BA opcode (for #1146)ptitSeb2023-12-181-0/+95
* Added 64/65 [64/65] 90 opcode ([ARM64_DYNAREC] Too)ptitSeb2023-11-151-1/+16
* Added 64/65 8E opcode (for #982)ptitSeb2023-09-171-1/+6
* Added 64 0F B7 opcode (for #958)ptitSeb2023-08-301-0/+12
* [32BITS] Added 64 67 8B opcode (for #870)ptitSeb2023-07-161-0/+5
* A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-6/+6
* [INTERP] Added more opcodes (#852)Yang Liu2023-06-231-1/+18
* [32BITS] Various small fixes in 32bits interpreterptitSeb2023-06-181-14/+19
* Added 64 8F opcodeptitSeb2023-06-181-0/+21
* [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-21/+64
* Added 65 8D opcode ([ARM64_DYNAREC] too) (for #766)ptitSeb2023-05-051-0/+10
* Added 64/65 A1 opcodeptitSeb2023-05-041-0/+8
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+7
* Various small fixes on InterpretorptitSeb2023-02-161-28/+40
* Fixed 64 F3 0F 5A ocpode (still for #432)ptitSeb2022-10-251-0/+1
* Added 64 F3 0F 5A opcode (for #432)ptitSeb2022-10-251-0/+12
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-19/+16
* Fixed 64 F2 0F 10 and 64 66 0F 2E opcodes (for #298)ptitSeb2022-07-041-26/+4
* Added 64 66 0F 2E/2F ocodes ([DYNAREC] too) (for #298)ptitSeb2022-07-031-0/+26
* Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)ptitSeb2022-03-051-0/+14
* Added 64 63 opcode ([DYNAREC] Too)ptitSeb2022-03-051-0/+13
* Added 64 0F 11 opcode ([DYNAREC] too)ptitSeb2022-03-031-0/+6
* Added 64 8A opcode ([DYNAREC] too) (for #171)ptitSeb2021-11-221-1/+6
* Added 64 66 89 and changed 64 66 0F D6 opcodes ([DYNAREC] too) (for #77)ptitSeb2021-07-301-28/+1
* Added 64 F7 opcode ([DYNAREC] too) (for #73)ptitSeb2021-07-271-0/+71
* Added 64 0F B6 ocpode (for #28)ptitSeb2021-07-081-0/+7
* Added 64 FF ocpodes (for #20)ptitSeb2021-07-051-1/+73