about summary refs log tree commit diff stats
path: root/src/emu/x64run_private.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [INTERP] Fixed GetECommon_16 truncation (#3058)Yang Liu2025-10-121-1/+1
* [INTERP] Fixed and improved 67 prefixed 32bits opcodesptitSeb2025-09-011-23/+3
* [INTERP] Fixed another regression introduced with #cb2c29c5f992cb4e5ec481f8d9...ptitSeb2025-08-291-0/+1
* [INTERP] Fixed a regression introduced with cb2c29c5f992cb4e5ec481f8d99b973b9...ptitSeb2025-08-261-1/+1
* [INTERP] Refactored how 64/65/66/67 and F2/F3 prefixes are handled, removing ...ptitSeb2025-08-221-373/+99
* Minor improvements to trace logging (#2861)Yang Liu2025-07-311-4/+4
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-141-1178/+2
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-141-2/+1
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-111-1/+1
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-101-39/+23
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-1/+1
* Moved more OS-dependent functions to os.h (#2491)Yang Liu2025-04-011-0/+1
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+2
* [INTERP] Work on UD flagsptitSeb2025-02-211-132/+150
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-24/+24
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-27/+26
* [INTERPRETER] Improved some shift operands nd [AR64_DYNAREC] Improved shift o...ptitSeb2024-12-261-5/+23
* [GDBJIT] Display DynaRec info in source file (#2179)Yang Liu2024-12-201-1/+1
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-181-0/+8
* [ARM64_DYNAREC] Various fixes and improvments to a few random opcodesptitSeb2024-11-151-0/+18
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-151-148/+117
* Added 64/65 D8..D9 opcodesptitSeb2024-11-071-0/+26
* [TRACE] A few more details for some speicifc CALL variantptitSeb2024-11-061-6/+6
* [TRACE] Improved 32bits trace for FF 92 opocdeptitSeb2024-10-191-0/+4
* [BOX32][TRACE] Some more improved traceptitSeb2024-10-031-0/+5
* [BOX32] Fixed main Elf init not always calledptitSeb2024-09-301-0/+8
* Fixed non-box32 buildsptitSeb2024-09-161-0/+2
* [BOX32][TRACE] Improved some trace and function calls for 32bits processptitSeb2024-09-161-3/+15
* [TRACE] Better trace for 32bits FF 52 opcodeptitSeb2024-09-131-0/+4
* [TRACE] Better trace for F3 0F 1E FA opcodeptitSeb2024-09-091-1/+3
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-301-1/+1
* [TRACE] Added one 32bits jump decoding dest addressptitSeb2024-08-291-0/+4
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-1/+52
* [TRACE] Fixed some issue with function name printingptitSeb2024-07-131-1/+4
* Fixes (#1659)rajdakin2024-07-091-34/+34
* [TRACE] Print offset in function in hexptitSeb2024-06-231-1/+1
* [COSIM] Fixed 66 48 xx type of opcodesptitSeb2024-06-091-2/+5
* [COSIM] Added more helpers to avoid segfault on rare casesptitSeb2024-06-031-4/+3
* [COSIM] Fixed YMM handling in cosim, seems to work better nowptitSeb2024-06-021-0/+14
* [INTERPRETER] Added avx (F3 0F) 6F and (66 0F) 70ptitSeb2024-05-261-0/+6
* [ARM64_DYNAREC] Improved stability of RCL/RCR and added 32/64 bits with const...ptitSeb2024-05-171-31/+1
* [ARM64_DYNAREC] Fix and improvments on rcl/rcr helperptitSeb2024-05-091-2/+13
* [TRACE] Remove a trace that might crash when tracingptitSeb2024-05-021-1/+1
* [ANDOIRD] Fix buildptitSeb2024-04-221-2/+0
* [ANDROID] Try to fix test 07ptitSeb2024-04-221-0/+7
* [INTERPRETER] Added 67 64 8F opcodes, and fixed 67 64 89/8B opcodesptitSeb2024-03-081-0/+62
* [WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323)xctan2024-03-041-1/+1
* [ANDROID] Small change on my___libc_init signatureptitSeb2024-02-271-1/+1
* [ARM64_DYNAREC] Added RCR 8bits with constant optimisation, and fixed RCL 8bi...ptitSeb2024-02-211-2/+13
* Small adjustment to one flags computationptitSeb2024-02-211-1/+1