about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [ARM64_DYNAREC] Some fixes to opcode when src is same as destptitSeb2024-05-271-2/+8
|
* [ARM64_DYNAREC] Fixed some pcmp[ei]stri flagsptitSeb2024-05-271-7/+8
|
* Added 67 66 83 opcodes ([ARM64_DYNAREC] too)ptitSeb2024-05-262-0/+96
|
* Added 67 66 0F D6 ([ARM64_dynarec] too)ptitSeb2024-05-251-0/+23
|
* [RV64_DYNAREC] Fix dynarec build for RV64ptitSeb2024-05-242-4/+4
|
* more avx infrastructureptitSeb2024-05-241-1/+1
|
* Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too)ptitSeb2024-05-243-11/+33
|
* [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
|
* [LA64_DYNAREC] Added CMPXCHG8B and CMPXCHG16B opcodes (#1527)Yang Liu2024-05-234-0/+117
|
* [RV64_DYNAREC] Fixed LOCK XCHG byte opcode (#1526)Yang Liu2024-05-231-4/+34
|
* [LA64_DYNAREC] Added more opcodes (#1525)Yang Liu2024-05-233-0/+157
|
* [ARM64_DYNAREC] Small potential fix to D9 E5 opcodeptitSeb2024-05-221-0/+6
|
* [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
* [DYNAREC] Simplified emit_pf helper (#1518)Yang Liu2024-05-223-27/+27
| | | | | * [DYNAREC] Simplified emit_pf helper * Remove unused function and outdated comments
* [ARM64_DYANREC] Simplified emit_pf helperptitSeb2024-05-226-93/+90
|
* [ARM64_DYNAREC] Some small fixes to D9 E5 opcodeptitSeb2024-05-211-13/+9
|
* [RV64_DYNAREC] Fixed a bunch of x87 opcodesptitSeb2024-05-215-46/+179
|
* [RV64_DYNAREC] Fixed some MMX opcodes (#1513)Yang Liu2024-05-211-2/+6
| | | | | * Fixed MOVD opcode * Fixed PSHUFW opcode
* [ARM64_DYNAREC] Fixed PSLLD/PSLLQ opcodes (#1512)Yang Liu2024-05-212-5/+11
|
* [RV64_DYNAREC] Fixed a few more opcodesptitSeb2024-05-203-6/+7
|
* [RV64_DYNAREC] Fixed some bit manipulation opcodesptitSeb2024-05-202-2/+20
|
* [RV64_DYNAREC] Fixed some issue with shld/shrd emitterptitSeb2024-05-202-25/+29
|
* [RV64_DYNAREC] Fixed some rotation emitersptitSeb2024-05-203-26/+38
|
* [RV64_DYNAREC] Fixed some math emiter issuesptitSeb2024-05-203-12/+16
|
* [LA64_DYNAREC] Fixed 66 0F 67 PACKUSWB opcode (#1508)Yang Liu2024-05-201-0/+5
|
* [LA64_DYNAREC] Fixed LOCK ADD opcode (#1507)Yang Liu2024-05-201-3/+5
|
* [ARM64_DYNAREC] Some various fixes after double-check of codeptitSeb2024-05-191-2/+3
|
* [ARM64_DYNAREC] Use optimized rcl/rcr emiter for remaining opcodes with ↵ptitSeb2024-05-192-28/+16
| | | | 64/65/67 prefixes
* [ARM64_DYNAREC] Small optimisation for edge case on a few shift emiterptitSeb2024-05-181-4/+14
|
* [ARM64_DYNAREC] Improved stability of RCL/RCR and added 32/64 bits with ↵ptitSeb2024-05-174-66/+122
| | | | constant emiter
* [ARM64_DYNAREC] Minor adjustments to a few complex x87 opcodesptitSeb2024-05-173-5/+10
|
* [ARM64_DYNAREC] Small improvment to DD /1 opcodeptitSeb2024-05-151-3/+2
|
* [ARM64_DYNAREC] Added 64/65 13 opcodeptitSeb2024-05-151-0/+11
|
* [ARM64_DYNAREC] Fixed a potential issue with 0F B1 opcodeptitSeb2024-05-151-1/+7
|
* [DYNAREC] Small fixes to when to stop a block (fixes regression on EALauncher)ptitSeb2024-05-151-9/+8
|
* [ARM64_DYNAREC] Small optim of 0F B1 opcodeptitSeb2024-05-151-29/+25
|
* [LA64_DYNAREC] Added more opcodes (#1503)Yang Liu2024-05-153-0/+39
|
* [RV64_DYNAREC] Fix SIGABRT handling in x87cache testing (#1498)kaixindeken2024-05-131-0/+4
|
* [DYNAREC_LA64] Added more opcodes (#1496)Yang Liu2024-05-117-1/+290
|
* [ARM64_DYNAREC] Fix and improvments on rcl/rcr helperptitSeb2024-05-092-105/+82
|
* [DYNAREC] Small improvements to atomic functions (#1492)Yang Liu2024-05-046-125/+155
| | | | | * [DYNAREC] Small improvements to atomic functions * Support older version of gcc
* [LA64_DYNAREC] Added more opcodes (#1491)Yang Liu2024-05-0311-6/+512
|
* [DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily ↵ptitSeb2024-05-032-3/+10
| | | | obfuscated program loading
* [LA64_DYNAREC] Fixed another typo (should fix Celeste)ptitSeb2024-05-031-1/+1
|
* [LA64_DYNAREC] Added more opcodes (#1490)Yang Liu2024-05-037-16/+296
|
* [LA64_DYNAREC] Fixed some typosptitSeb2024-05-031-2/+2
|
* [RV64_DYNAREC] Fixed OF flag computation (#1489)Yang Liu2024-05-031-3/+3
|