about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [INTERPRETER] More avx, avx2 and vaes opcodesptitSeb2024-05-2810-46/+1069
|
* Fixed cpuid leaf d, component 2 (fixes wine 9.6+ not booting)ptitSeb2024-05-271-14/+0
|
* Fixed a warningptitSeb2024-05-271-1/+1
|
* Correct hadnlign of upper 32bits value of mask for xsave/xrstorptitSeb2024-05-271-2/+4
|
* [ARM64_DYNAREC] Added faked 0F C7 /4 opcode to get bigger dynablockptitSeb2024-05-271-1/+6
|
* [INTERPRETER] Added more avx opcodesptitSeb2024-05-275-3/+227
|
* [ARM64_DYNAREC] Fixed some SHA1 opcode when source is same as destptitSeb2024-05-271-5/+6
|
* [ARM64_DYNAREC] Some fixes to opcode when src is same as destptitSeb2024-05-271-2/+8
|
* [INTERPRETER] Some fixes when opcode use with same reg as src and destptitSeb2024-05-272-0/+12
|
* [ARM64_DYNAREC] Fixed some pcmp[ei]stri flagsptitSeb2024-05-271-7/+8
|
* Just clear AF flags on pcmp[i/e]stri helperptitSeb2024-05-271-1/+2
|
* [INTERPRETER] Added some more avx opcodesptitSeb2024-05-273-0/+86
|
* More avx infrastructureptitSeb2024-05-275-3/+24
|
* [INTERPRETER] Some fixes and small refactor on avx handlingptitSeb2024-05-273-111/+163
|
* [INTERPRETER] Added avx (66 0F 38) 00 opcodeptitSeb2024-05-275-2/+104
|
* [INTERPRETER] Added avx (66 0F 3A) 0F opcodeptitSeb2024-05-271-0/+32
|
* [INTERPRETER] Added avx (F3 0F) 7F opcodeptitSeb2024-05-271-6/+16
|
* [INTERPRETER] Added avx (66 0F 3A) 44 opcodeptitSeb2024-05-278-14/+183
|
* Small cleanup in my_cpuidptitSeb2024-05-271-1/+1
|
* [INTERPRETER] Added avx (66 0F) 6F ocpodeptitSeb2024-05-271-0/+16
|
* [INTERPRETER] Added avx (66 0F) 6C/6D opcode and even more fixes to some avx ↵ptitSeb2024-05-261-22/+58
| | | | opcodes
* [INTERPRETER] Added avx (66 0F) DB opcode and more fixes to some avx opcodesptitSeb2024-05-261-10/+28
|
* [INTERPRETER] Added avx (66 0F) EB opcode and fixed other avx opcodesptitSeb2024-05-262-38/+72
|
* [INTERPRETER] Added avx (66 0F) 64/65/66/72/73/EF opcodesptitSeb2024-05-261-2/+173
|
* [INTERPRETER] Added avx (F3 0F) 6F and (66 0F) 70ptitSeb2024-05-269-18/+266
|
* Added 67 66 83 opcodes ([ARM64_DYNAREC] too)ptitSeb2024-05-263-0/+119
|
* Fixed xrstor helperptitSeb2024-05-261-1/+1
|
* [INTERPRETER] my first avx opcodeptitSeb2024-05-2611-19/+198
|
* Fix typo on box64 config file (#1533)Yip Coekjan2024-05-251-1/+1
|
* Fix unclosed item list (#1532)Yip Coekjan2024-05-251-0/+2
|
* Added 67 66 0F D6 ([ARM64_dynarec] too)ptitSeb2024-05-252-0/+32
|
* [TRACE] Group trace member of x64emu_tptitSeb2024-05-241-4/+2
|
* [RV64_DYNAREC] Fix dynarec build for RV64ptitSeb2024-05-242-4/+4
|
* more avx infrastructureptitSeb2024-05-249-25/+80
|
* Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too)ptitSeb2024-05-247-24/+168
|
* Workaround on a race condition on SDL_GetThreadID (#1530)Yang Liu2024-05-246-1/+20
|
* Redirect pthread_yield to sched_yield (#1529)Yang Liu2024-05-241-1/+1
|
* [LA64_DYNAREC] Added more opcodes (#1528)Yang Liu2024-05-2310-8/+498
|
* [ARM64_DYNAREC] Added 66 D9 /6 and 66 DD /4 /6 opcodesptitSeb2024-05-233-2/+76
|
* Some more x87 adjustment, but it still off a bitptitSeb2024-05-232-5/+5
|
* [LA64_DYNAREC] Added CMPXCHG8B and CMPXCHG16B opcodes (#1527)Yang Liu2024-05-234-0/+117
|
* More fixes to x87 handlingptitSeb2024-05-231-27/+45
|
* [RV64_DYNAREC] Fixed LOCK XCHG byte opcode (#1526)Yang Liu2024-05-231-4/+34
|
* [LA64_DYNAREC] Added more opcodes (#1525)Yang Liu2024-05-234-1/+158
|
* Wrapped libpsl5 (#1523)ZoHan2024-05-238-0/+60
| | | | | * Wrapped libpsl5 * Recover files
* [ARM64_DYNAREC] Small potential fix to D9 E5 opcodeptitSeb2024-05-221-0/+6
|
* Fixed some x87 handling issuesptitSeb2024-05-221-7/+7
|
* [LA64_DYNAREC] Fixed more issues here and there (#1521)Yang Liu2024-05-225-10/+30
| | | | | | | * [LA64_DYNAREC] Fixed more issues here and there * minor optim * minor change
* [LA64_DYNAREC] Fixed some non-lbt flags comutation issues (#1520)Yang Liu2024-05-223-10/+17
|
* [LA64_DYNAREC] Fixed LOCK XCHG byte opcode fallback path (#1519)Yang Liu2024-05-221-4/+34
| | | | | * [LA64_DYNAREC] Fixed LOCK XCHG byte opcode fallback path * fix