| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [LA64_DYNAREC] Added more opcodes (#1488) | Yang Liu | 2024-05-03 | 7 | -1/+216 | |
| | | ||||||
| * | [LA64_DYNAREC] Fixing the fix, and leave a comment for future me in case I ↵ | ptitSeb | 2024-05-03 | 1 | -3/+4 | |
| | | | | | want to fix that again | |||||
| * | [DYNAREC] Stop a block when a unimplemented opcode is found | ptitSeb | 2024-05-02 | 1 | -2/+2 | |
| | | ||||||
| * | [LA64_DYNAREC] Fixed some lock assembly helper | ptitSeb | 2024-05-02 | 2 | -7/+9 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more opcodes (#1486) | Yang Liu | 2024-05-02 | 5 | -0/+177 | |
| | | ||||||
| * | [DYNAREC][32BITS] Fixed and improved 66 prefix opcodes (#1485) | Yang Liu | 2024-05-02 | 3 | -113/+50 | |
| | | | | | | | | | | * [DYNAREC][32BITS] Improved 66 prefix opcodes * more fixes * Removed some unintentional changes * removed unnecessary improvements | |||||
| * | [ARM64_DYNAREC] Added rcr16 / rcl16 emitter, plus some tiny fixes to other ↵ | ptitSeb | 2024-05-02 | 4 | -29/+114 | |
| | | | | | rotate operations | |||||
| * | [ARM64_DYNAREC] Some small fixes to rcl8 / rcr8 emitters | ptitSeb | 2024-05-02 | 1 | -16/+20 | |
| | | ||||||
| * | [RV64_DYNAREC] Remove useless code (#1484) | Yang Liu | 2024-05-02 | 1 | -1/+0 | |
| | | ||||||
| * | [RV64_DYNAREC] Added some missing fastnan handling (#1483) | Yang Liu | 2024-05-02 | 1 | -3/+33 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more opcodes (#1482) | Yang Liu | 2024-05-01 | 3 | -0/+73 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more opcodes (#1481) | Yang Liu | 2024-05-01 | 5 | -0/+171 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more opcodes (#1480) | Yang Liu | 2024-05-01 | 5 | -2/+384 | |
| | | ||||||
| * | [LA64_DYNAREC] Fixed dynarec infra (#1479) | Yang Liu | 2024-05-01 | 7 | -26/+103 | |
| | | ||||||
| * | [RV64_DYNAREC] Optimized F0 0F C7 32bits opcode | ptitSeb | 2024-04-30 | 1 | -15/+11 | |
| | | ||||||
| * | [RV64_DYNAREC] Fixed adc32 helper | ptitSeb | 2024-04-30 | 1 | -2/+2 | |
| | | ||||||
| * | [RV64_DYNAREC] Improved/fixed flag handling (ported from ARM64_DYNAREC) | ptitSeb | 2024-04-30 | 8 | -46/+49 | |
| | | ||||||
| * | [RV64_DYNAREC] Fix some x87 flags issue | ptitSeb | 2024-04-30 | 1 | -24/+25 | |
| | | ||||||
| * | [COSIM] Added thread-safe tests (#1477) | Yang Liu | 2024-04-30 | 8 | -3/+12 | |
| | | | | | | | | | | | | | | * [COSIM] Added thread-safe tests * Added more notest * Run cosim in CI * Disable tests for RISC-V for now * Simplify * Initialize notest | |||||
| * | [ARM64_DYNAREC] Added CE opcode | ptitSeb | 2024-04-30 | 1 | -1/+13 | |
| | | ||||||
| * | [ARM64_DYNAREC] Fixed some more issue on x87 handling | ptitSeb | 2024-04-29 | 1 | -1/+7 | |
| | | ||||||
| * | [ARM64_DYNAREC] Some fixes to pcmp[ei]strm opcodes | ptitSeb | 2024-04-28 | 1 | -4/+4 | |
| | | ||||||
| * | [DYNAREC] Change method to detect dead code in block (fixes Spintires on ↵ | ptitSeb | 2024-04-28 | 3 | -12/+25 | |
| | | | | | Wow64, maybe some other too) | |||||
| * | [ARM64_DYNAREC] Cosmetic change on FCOM helper macro | ptitSeb | 2024-04-28 | 1 | -3/+3 | |
| | | ||||||
| * | [RV64_DYNAREC] Fixed DIV and IDIV for zero divisor (#1476) | xctan | 2024-04-28 | 3 | -13/+105 | |
| | | | | | | | | * [RV64_DYNAREC] Fixed DIV Ed and IDIV Ed for zero divisor * [RV64_DYNAREC] Fixed DIV Ew and IDIV Ew for zero divisor * [LA64_DYNAREC] Added todos for zero divisor | |||||
| * | [ARM64_DYNAREC] Added some comment on ARM64 jump condition | ptitSeb | 2024-04-28 | 1 | -0/+17 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more opcodes (#1473) | Yang Liu | 2024-04-27 | 2 | -0/+157 | |
| | | | | | | | | | | | | | | | | * Added 66 0F PSHUFB opcode * Added 66 0F PHADDW opcode * Added 66 0F 38 02 PHADDD opcode * Added 66 0F 38 03 PHADDSW opcode * Added 66 0F 38 04 PMADDUBSW opcode * Added 66 0F 38 05..0A opcodes * Upgrade QEMU | |||||
| * | [DYNAREC] Fix some flag propagation with partial SF_SET/SF_SET_DF | ptitSeb | 2024-04-27 | 1 | -5/+1 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more opcodes and fixes (#1472) | Yang Liu | 2024-04-27 | 7 | -12/+269 | |
| | | | | | | | | | | | | | | | | | | | | | | * Fixed SHUFPS again * Added 0F 28 MOVAPS opcode * Added 0F 2E/2F [U]COMISS opcodes * Added F3 0F 5A CVTSS2SD opcode * Added 66 0F 7E MOVD opcode * Added 66 0F 28 MOVAPD opcode * fastnan handling * Added F3 0F 5D MINSS opcode * Added F3 0F 5F MAXSS opcode * Added F3 0F C2 CMPSS opcode | |||||
| * | [ARM64_DYNAREC] Improved x87 stack handling on transformCache helper (helps ↵ | ptitSeb | 2024-04-27 | 1 | -26/+26 | |
| | | | | | callret and bigblock on 32bits wow64 games) | |||||
| * | [LA64_DYNAREC] Added more useful extensions detection (#1469) | Yang Liu | 2024-04-26 | 1 | -5/+8 | |
| | | ||||||
| * | [LA64_DYNAREC] Added more opcodes (#1468) | Yang Liu | 2024-04-26 | 5 | -11/+174 | |
| | | | | | | | | | | | | | | | | | | | | | | * Added 0F BF MOVSX opcode * Added F7 /5 IMUL opcode * Added 86 XCHG opcode * Added 66 0F PADDQ opcode * Added 0F C6 SHUFPS opcode * Added 66 0F 69 PUNPCKHWD opcode * Added 66 0F DB PAND opcode * Test * Review * Review | |||||
| * | [DYNAREC] Fixed an issue with flags when using SF_SET_NODF (fixed regression ↵ | ptitSeb | 2024-04-26 | 1 | -1/+1 | |
| | | | | | with Freedom Planet 2 Wine/Wow64, probably a few other too) | |||||
| * | [DYNAREC] More fixes on BIGBLOCK | ptitSeb | 2024-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | [ARM64_DYNAREC] Added 0F B1 opcode | ptitSeb | 2024-04-26 | 1 | -0/+30 | |
| | | ||||||
| * | [DYNAREC] Stop building a block if opcode is garbbage or not redeable ↵ | ptitSeb | 2024-04-26 | 1 | -1/+8 | |
| | | | | | (should help BIGBLOCK=2) | |||||
| * | [DYNAREC] Fixed emit_shift functions and more (#1466) | Yang Liu | 2024-04-25 | 3 | -14/+38 | |
| | | | | | | | | * [LA64_DYNAREC] Fixed emit_shift functions * [RV64_DYNAREC] Fixed emit_shift functions and more * Fixed la64 build | |||||
| * | [DYNAREC] Fix for some rare (or less rare depending on the backend) case of ↵ | ptitSeb | 2024-04-24 | 1 | -1/+1 | |
| | | | | | jump incorectly computed (regression from previous commit) | |||||
| * | Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 ↵ | ptitSeb | 2024-04-24 | 19 | -209/+388 | |
| | | | | | robustness overall) | |||||
| * | [ARM64_DYNAREC] Small optim on flags handling | ptitSeb | 2024-04-22 | 10 | -70/+69 | |
| | | ||||||
| * | [ARM64_DYNAREC] Improved some specific cases of pcmpestri opcode | ptitSeb | 2024-04-22 | 3 | -23/+152 | |
| | | ||||||
| * | [ARM64_PRINTER] Added SHL printer | ptitSeb | 2024-04-22 | 1 | -0/+11 | |
| | | ||||||
| * | [ARM64_PRINTER] Fix some case of DecodeBit not working for 64bits values | ptitSeb | 2024-04-20 | 1 | -3/+5 | |
| | | ||||||
| * | Added 66 68 opcode ([ARM64_DYNAREC] too) | ptitSeb | 2024-04-17 | 1 | -0/+6 | |
| | | ||||||
| * | [DYNAREC] Fixed CF flag computation (#1453) | Yang Liu | 2024-04-17 | 2 | -12/+22 | |
| | | ||||||
| * | [RV64_DYNAREC] Added more opcodes (#1451) | ZoHan | 2024-04-17 | 1 | -0/+22 | |
| | | | | | | * [RV64_DYNAREC] Added more opcodes * modify the format | |||||
| * | [LA64_DYNAREC] Added more opcodes (#1447) | Yang Liu | 2024-04-14 | 9 | -4/+284 | |
| | | | | | | | | | | | | | | | | | | | | | | * Added B4..B7 MOV opcode * Added 66 81,83 /5 SUB opcode * Added 30 XOR opcode * Added F0 01 LOCK ADD opcode * Added 66 81,83 /0 ADD opcode * Added 66 39 CMP opcode * Added 66 0F D6 MOVQ opcode * Added 0F 57 XORPS opcode * Fix * Added 66 0F 61 opcode | |||||
| * | [LA64_DYNAREC] Added 1 more opcode and some fixes too (#1444) | Yang Liu | 2024-04-14 | 5 | -4/+89 | |
| | | | | | | | | * Added D3 /0 ROL opcode * Refined emit_sub32c * Fixed BSF and BSR | |||||
| * | [DYNAREC] Fixed shift xw macros (#1443) | Yang Liu | 2024-04-14 | 2 | -14/+47 | |
| | | ||||||
| * | Fixed a few warning here and there... | ptitSeb | 2024-04-13 | 1 | -9/+0 | |
| | | ||||||