Age | Commit message (Expand) | Author | Files | Lines |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add high (indexed) | Richard Henderson | 1 | -0/+36 |
2021-05-25 | target/arm: Implement SVE2 FMMLA | Stephen Long | 1 | -0/+74 |
2021-05-25 | target/arm: Implement SVE2 XAR | Richard Henderson | 1 | -0/+39 |
2021-05-25 | target/arm: Implement SVE2 HISTCNT, HISTSEG | Stephen Long | 1 | -0/+131 |
2021-05-25 | target/arm: Implement SVE2 RSUBHNB, RSUBHNT | Stephen Long | 1 | -0/+10 |
2021-05-25 | target/arm: Implement SVE2 SUBHNB, SUBHNT | Stephen Long | 1 | -0/+10 |
2021-05-25 | target/arm: Implement SVE2 RADDHNB, RADDHNT | Stephen Long | 1 | -0/+10 |
2021-05-25 | target/arm: Implement SVE2 ADDHNB, ADDHNT | Stephen Long | 1 | -0/+36 |
2021-05-25 | target/arm: Implement SVE2 complex integer multiply-add | Richard Henderson | 1 | -0/+46 |
2021-05-25 | target/arm: Implement SVE2 integer multiply-add long | Richard Henderson | 1 | -0/+18 |
2021-05-25 | target/arm: Implement SVE2 saturating multiply-add long | Richard Henderson | 1 | -0/+30 |
2021-05-25 | target/arm: Implement SVE2 MATCH, NMATCH | Stephen Long | 1 | -0/+64 |
2021-05-25 | target/arm: Implement SVE2 bitwise ternary operations | Richard Henderson | 1 | -0/+50 |
2021-05-25 | target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS | Richard Henderson | 1 | -1/+37 |
2021-05-25 | target/arm: Implement SVE2 SQSHRN, SQRSHRN | Richard Henderson | 1 | -0/+24 |
2021-05-25 | target/arm: Implement SVE2 UQSHRN, UQRSHRN | Richard Henderson | 1 | -0/+24 |
2021-05-25 | target/arm: Implement SVE2 SQSHRUN, SQRSHRUN | Richard Henderson | 1 | -0/+35 |
2021-05-25 | target/arm: Implement SVE2 SHRN, RSHRN | Richard Henderson | 1 | -2/+52 |
2021-05-25 | target/arm: Implement SVE2 floating-point pairwise | Stephen Long | 1 | -0/+46 |
2021-05-25 | target/arm: Implement SVE2 saturating extract narrow | Richard Henderson | 1 | -0/+56 |
2021-05-25 | target/arm: Implement SVE2 integer add/subtract long with carry | Richard Henderson | 1 | -0/+34 |
2021-05-25 | target/arm: Implement SVE2 integer absolute difference and accumulate long | Richard Henderson | 1 | -0/+23 |
2021-05-25 | target/arm: Implement SVE2 complex integer add | Richard Henderson | 1 | -0/+42 |
2021-05-25 | target/arm: Implement SVE2 bitwise permute | Richard Henderson | 1 | -0/+73 |
2021-05-25 | target/arm: Implement SVE2 bitwise exclusive-or interleaved | Richard Henderson | 1 | -0/+20 |
2021-05-25 | target/arm: Implement SVE2 bitwise shift left long | Richard Henderson | 1 | -0/+22 |
2021-05-25 | target/arm: Implement SVE2 integer multiply long | Richard Henderson | 1 | -0/+31 |
2021-05-25 | target/arm: Implement SVE2 integer add/subtract wide | Richard Henderson | 1 | -0/+30 |
2021-05-25 | target/arm: Implement SVE2 integer add/subtract long | Richard Henderson | 1 | -0/+43 |
2021-05-25 | target/arm: Implement SVE2 saturating add/subtract (predicated) | Richard Henderson | 1 | -56/+138 |
2021-05-25 | target/arm: Implement SVE2 integer pairwise arithmetic | Richard Henderson | 1 | -0/+76 |
2021-05-25 | target/arm: Implement SVE2 integer halving add/subtract (predicated) | Richard Henderson | 1 | -0/+39 |
2021-05-25 | target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated) | Richard Henderson | 1 | -0/+87 |
2021-05-25 | target/arm: Implement SVE2 integer unary operations (predicated) | Richard Henderson | 1 | -0/+21 |
2021-05-25 | target/arm: Implement SVE2 integer pairwise add and accumulate long | Richard Henderson | 1 | -0/+44 |
2021-04-30 | target/arm: Simplify sve mte checking | Richard Henderson | 1 | -58/+26 |
2021-04-30 | target/arm: Rename mte_probe1 to mte_probe | Richard Henderson | 1 | -3/+3 |
2021-04-30 | target/arm: Merge mte_check1, mte_checkN | Richard Henderson | 1 | -7/+7 |
2021-03-12 | target/arm: Update sve reduction vs simd_desc | Richard Henderson | 1 | -1/+1 |
2021-03-12 | target/arm: Update WHILE for PREDDESC | Richard Henderson | 1 | -2/+2 |
2021-03-12 | target/arm: Update CNTP for PREDDESC | Richard Henderson | 1 | -3/+3 |
2021-03-12 | target/arm: Update BRKA, BRKB, BRKN for PREDDESC | Richard Henderson | 1 | -16/+14 |
2021-03-12 | target/arm: Update find_last_active for PREDDESC | Richard Henderson | 1 | -3/+3 |
2021-03-12 | target/arm: Fix sve_punpk_p vs odd vector lengths | Richard Henderson | 1 | -2/+2 |
2021-03-12 | target/arm: Fix sve_zip_p vs odd vector lengths | Richard Henderson | 1 | -11/+14 |
2021-03-12 | target/arm: Fix sve_uzp_p vs odd vector lengths | Richard Henderson | 1 | -9/+21 |
2021-01-19 | target/arm: Update REV, PUNPK for pred_desc | Richard Henderson | 1 | -4/+4 |
2021-01-19 | target/arm: Update ZIP, UZP, TRN for pred_desc | Richard Henderson | 1 | -9/+9 |
2021-01-19 | target/arm: Update PFIRST, PNEXT for pred_desc | Richard Henderson | 1 | -3/+4 |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |