| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
* [LA64_DYNAREC] Added unaligned F0 81/83 /5 LOCK SUB opcodes
* add too
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added preliminary unit test runner
* Set .text section address
* Added support for added custom memory regions
* Move json.h to include
* Display banner
* Added support for custom memory data
* Added the ability to include path in nasm
* Print env variables
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* [DYNAREC] Fixed some oversized memory load
* review
|
| |
|
|
| |
(#3050)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* [LA64_DYNAREC] Refactor register mapping
* [LA64_DYNAREC] Fix typo
* [LA64_DYNAREC] Remapping xSavedSP to fp ($r22)
* [LA64_DYNAREC] Fix VPCLMULQDQ x3 and x4 issue
* [LA64_DYNAREC] Fix typo
* [LA64_DYNAREC] Fix typo
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* [INTERP] Added !fastnan handling to some 0F opcodes
* [RV64_DYNAREC] Fixed/refined !fastnan handling of some 0F opcodes
* la64
* more fixes
|
| | |
|
| |
|
|
|
| |
ALSL.D:
tmp = (GR[rj][63:0]<<(sa2+1)) + GR[rk][63:0]
GR[rd] = tmp[63:0]
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
VEX.0F.38 BLSR, BLSMSK, BLSI, BZHI, BEXTR
VEX.F2.0F.38 PDEP, MULX
VEX.F3.0F.38 PEXT
|
| | |
|
| | |
|
| |
|
|
| |
VEX.66.0F.38 VAESIMC, VAESENC, VAESENCLAST, VAESDEC, VAESDECLAST
VEX.66.0F.3a VPCLMULQDQ, VAESKEYGENASSIST
|
| | |
|
| | |
|
| |
|
|
| |
cpuext.lbt == 1. (#2929)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|