| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *[ARM64_DYNAREC] Fixed some cases of memory access on BTR/BTS opcodes (for ↵ | ptitSeb | 2024-12-01 | 2 | -4/+4 |
| | | | | | #2093) | ||||
| * | [ARM64_DYNAREC] Added F2 0F 80..8F opcodes | ptitSeb | 2024-11-30 | 1 | -0/+37 |
| | | |||||
| * | Added a new memExist helper function and use it instead of getMmapped were ↵ | ptitSeb | 2024-11-30 | 2 | -2/+4 |
| | | | | | it make sense | ||||
| * | [INTERPRETER] Added 0F 30 ocpode ([RM64_DYNAREC] too) (for #2090) | ptitSeb | 2024-11-30 | 1 | -1/+11 |
| | | |||||
| * | [RV64] Added nan propagation emulation for interpreter and DynaRec (#2091) | Yang Liu | 2024-11-28 | 4 | -125/+76 |
| | | | | | | * [RV64] Added nan propagation emulation for interpreter and DynaRec * oops | ||||
| * | [RV64_DYNAREC] Fix PTEST X_CF typo (#2088) | Leslie Zhai | 2024-11-28 | 1 | -1/+1 |
| | | |||||
| * | [LA64_DYNAREC] Added LEA opcode (#2087) | Leslie Zhai | 2024-11-28 | 1 | -0/+11 |
| | | |||||
| * | [RV64_DYNAREC] Fixed another regression in vector (#2086) | Yang Liu | 2024-11-27 | 1 | -2/+2 |
| | | |||||
| * | [RV64_DYNAREC] Fixed more regressions for vector (#2082) | Yang Liu | 2024-11-26 | 2 | -6/+6 |
| | | |||||
| * | [ARM64_DYNAREC][TRACE] Use BLR on ret/retn with TRACE to allow relevant ↵ | ptitSeb | 2024-11-26 | 1 | -0/+8 |
| | | | | | debug informations on bad returns | ||||
| * | [LA64_DYNAREC] Added SBB opcodes (#2076) | Leslie Zhai | 2024-11-26 | 5 | -1/+115 |
| | | | | | | * [LA64_DYNAREC] Added SBB opcodes * [LA64_DYNAREC] clang-format and fix LOCK ADC wrong ed | ||||
| * | [RV64_DYNAREC] Fixed vector packed logical shift opcodes (#2075) | xctan | 2024-11-26 | 2 | -3/+8 |
| | | | | | | * [RV64_DYNAREC] Fixed vector packed logical shift opcodes * [RV64_DYNAREC] Fixed a operand violation in vector CVTSD2SS | ||||
| * | [RV64_DYNAREC] Fixed vector SSE unpack opcodes (#2074) | xctan | 2024-11-25 | 1 | -4/+4 |
| | | |||||
| * | [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070) | Yang Liu | 2024-11-25 | 8 | -7/+34 |
| | | | | | | | | | | | | * [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions * Use sevl for wfe * Add docs * Fix typo * use switch case | ||||
| * | [LA64_DYNAREC] Add adc8, adc8c, adc16 and testadc (#2069) | Leslie Zhai | 2024-11-25 | 6 | -0/+293 |
| | | | | | | | | | | * [LA64_DYNAREC] Add adc8, adc8c, adc16 and testadc * [LA64_DYNAREC] Add missing testcase * [LA64_DYNAREC] Change ANDI+OR to BSTRINS_D for ADC AL, Ib and removed testadc * [LA64_DYNAREC] clang-format | ||||
| * | [ARM64_DYNAREC] Use YIELD instead of WFE (#2066) | Yang Liu | 2024-11-24 | 3 | -1/+15 |
| | | |||||
| * | [RV64_DYNAREC] Added, fixed, and optimized opcodes (#2059) | xctan | 2024-11-24 | 5 | -119/+188 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [RV64_DYNAREC] Added 66 0F 38 37 PCMPGTQ opcode * [RV64_DYNAREC] Added 66 0F 17 MOVHPD opcode * [RV64_DYNAREC] Added 66 0F 38 15 PBLENDVPD opcode * [RV64_DYNAREC] Optimized vector SSE packed compare * [RV64_DYNAREC] Optimized vector MMX MOVD Gm, Ed * [RV64_DYNAREC] Optimized vector SSE PMADDWD opcode * [RV64_DYNAREC] Added vector PCMPGTQ opcode * [RV64_DYNAREC] Added vector 66 0F 17 MOVHPD opcode * [RV64_DYNAREC] Optimized vector 66 0F 16 MOVHPD opcode * [RV64_DYNAREC] Added vector PBLENDVPD opcode * [RV64_DYNAREC] Optimized vector PMADDUBSW opcode * [RV64_DYNAREC] Optimized vector SSE logical shifts with Ex * [RV64_DYNAREC] Optimized vector SSE unpack * [RV64_DYNAREC] Added F0 F6 /2 LOCK NOT opcode * [RV64_DYNAREC] Fixed vector packed logical shift | ||||
| * | [ARM64_DYNAREC] Fix a regression, as 90 opcode is not always NOP depending ↵ | ptitSeb | 2024-11-24 | 1 | -12/+14 |
| | | | | | on REX (should help #2064) | ||||
| * | [ARM64_DYNAREC] Generate corresponding hint instruction for PAUSE (#2063) | Yang Liu | 2024-11-24 | 2 | -9/+13 |
| | | |||||
| * | [RV64_DYNAREC] Minor optimizations on CMPXCHG (#2062) | Yang Liu | 2024-11-24 | 1 | -9/+3 |
| | | |||||
| * | [ARM64_DYNAREC] Small optim for emit_shld32c CF flag computation | ptitSeb | 2024-11-23 | 1 | -2/+1 |
| | | |||||
| * | [DYNAREC] Better detection of wait slot | ptitSeb | 2024-11-23 | 1 | -0/+15 |
| | | |||||
| * | Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too) | ptitSeb | 2024-11-21 | 3 | -6/+6 |
| | | |||||
| * | [LA64_DYNAREC] Added more opcodes for JDK (#2055) | Yang Liu | 2024-11-21 | 5 | -1/+272 |
| | | |||||
| * | [DYNAREC] Reuse strongmem infra for all backends (#2052) | Yang Liu | 2024-11-21 | 105 | -636/+302 |
| | | |||||
| * | [ARM64_DYNAREC] More optimizations on strongmem emulation (#2051) | Yang Liu | 2024-11-20 | 2 | -42/+43 |
| | | |||||
| * | [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049) | Yang Liu | 2024-11-19 | 1 | -15/+15 |
| | | |||||
| * | [ARM64_DYNAREC] Re-enable weakbarrier for dmb.ishst (#2048) | Yang Liu | 2024-11-19 | 1 | -4/+13 |
| | | |||||
| * | [DYNAREC] Reworked strong memory emulation (#2043) | Yang Liu | 2024-11-19 | 16 | -200/+571 |
| | | | | | | | | | | | | * [ARM64_DYNAREC] Reworked strong memory emulation * Simplify * [RV64,LA64_DYNAREC] Reworked strong memory emulation * forgot this * more tweaks | ||||
| * | Improved Signal handling ([ARM4_DYNAREC] too) | ptitSeb | 2024-11-18 | 2 | -3/+8 |
| | | |||||
| * | [ARM64_DYNAREC] Only propagate native flags if at least 1 opcode consume them | ptitSeb | 2024-11-17 | 1 | -7/+14 |
| | | |||||
| * | [ARM64_DYNAREC] Cancel native flags when an opcode use native flags not ↵ | ptitSeb | 2024-11-17 | 1 | -6/+9 |
| | | | | | fully covered by the generated ones | ||||
| * | [ARM64_DYNAREC] Fixed potential issues with 0F A3/AB/B3/BB opcodes | ptitSeb | 2024-11-16 | 2 | -8/+13 |
| | | |||||
| * | [ARM64_DYNAREC] Small optim in emit_sar8c helper | ptitSeb | 2024-11-16 | 1 | -2/+1 |
| | | |||||
| * | [ARM64_DYNAREC] Various fixes and improvments to a few random opcodes | ptitSeb | 2024-11-15 | 7 | -68/+141 |
| | | |||||
| * | [DYNAREC] Zero'd upper 32bits of regs when switching to 32bits from 64bits | ptitSeb | 2024-11-15 | 1 | -5/+18 |
| | | |||||
| * | [ARM64_DYNAREC] A few fixes to 8/16bits logic/math opcodes | ptitSeb | 2024-11-15 | 3 | -16/+16 |
| | | |||||
| * | [INTERPRETER] Some cleanup on base logic/math/shift operations | ptitSeb | 2024-11-15 | 1 | -6/+0 |
| | | |||||
| * | [ARM64_DYNAREC] Try to not call UpdateFlags when switching to a DFNONE state ↵ | ptitSeb | 2024-11-15 | 10 | -3/+39 |
| | | | | | but dfnone is not needed | ||||
| * | [ARM64_DYNAREC] Very small change on on emit_rol32c helper | ptitSeb | 2024-11-15 | 1 | -1/+1 |
| | | |||||
| * | [RV64_DYNAREC] Added more MMX opcodes for vector (#2037) | xctan | 2024-11-15 | 2 | -0/+119 |
| | | | | | | | | | | | | | | * [RV64_DYNAREC] Added 0F 74-76 PCMPEQB/W/D opcodes * [RV64_DYNAREC] Added 0F 64-66 PCMPGTB/W/D opcodes * [RV64_DYNAREC] Added 0F E1-E2 PSRAW/D opcodes * [RV64_DYNAREC] Added 0F 6E MOVD opcode * [RV64_DYNAREC] Added 0F 73 /2 PSRLQ opcode * [RV64_DYNAREC] Added 0F 73 /6 PSLLQ opcode | ||||
| * | [ARM64_DYNAREC] Reworked 8/16/32/64bits TEST opcodes | ptitSeb | 2024-11-14 | 8 | -38/+236 |
| | | |||||
| * | [RV64_DYNAREC] Added more MMX opcodes for vector (#2035) | xctan | 2024-11-14 | 1 | -0/+101 |
| | | | | | | | | | | | | | | | | | | * [RV64_DYNAREC] Added 0F 68 PUNPCKHBW opcode * [RV64_DYNAREC] Added 0F 69 PUNPCKHWD opcode * [RV64_DYNAREC] Added 0F 6A PUNPCKHDQ opcode * [RV64_DYNAREC] Updated 0F 68-69 PUNPCKHBW/WD opcodes * [RV64_DYNAREC] Added 0F 60 PUNPCKLBW opcode * [RV64_DYNAREC] Added 0F 61 PUNPCKLWD opcode * [RV64_DYNAREC] Added 0F 62 PUNPCKLDQ opcode * [RV64_DYNAREC] Simplified MMX PUNPCK{L,H}{BW,WD,DQ} | ||||
| * | [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option (#2033) | Yang Liu | 2024-11-14 | 2 | -1/+15 |
| | | | | | | * [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option * Added it to the RCFILE | ||||
| * | [ARM64_DYNAREC] Refactor 8/16/32/64bits CMP and REP CMPS/SCAS opcodes | ptitSeb | 2024-11-14 | 4 | -51/+115 |
| | | |||||
| * | [ARM64_DYNAREC] Some refactor on 8/16/32/64bits SHL/SHR/SAR opcodes | ptitSeb | 2024-11-14 | 3 | -79/+67 |
| | | |||||
| * | [ARM64_DYNAREC] Minor change on 16bits neg opcode | ptitSeb | 2024-11-14 | 1 | -2/+0 |
| | | |||||
| * | [ARM64_DYNAREC] Some rework on 8/16/32/64 INC/DEC opcodes | ptitSeb | 2024-11-14 | 7 | -81/+36 |
| | | |||||
| * | [ARM64_DYNAREC] Small optim for 8/16/32/64bits adc/sbb opcodes | ptitSeb | 2024-11-13 | 1 | -32/+22 |
| | | |||||
| * | [ARM64_DYNAREC] Various small fixes for some 16bits math/logic opcodes | ptitSeb | 2024-11-13 | 6 | -36/+35 |
| | | |||||