| Commit message (Expand) | Author | Age | Files | Lines |
* | target/arm: Use correct output type for gvec_sdot_*_b | Richard Henderson | 2021-05-25 | 1 | -4/+4 |
* | target/arm: Implement SVE2 SPLICE, EXT | Stephen Long | 2021-05-25 | 2 | -7/+39 |
* | target/arm: Implement SVE2 FMMLA | Stephen Long | 2021-05-25 | 5 | -0/+125 |
* | target/arm: Implement SVE2 gather load insns | Stephen Long | 2021-05-25 | 2 | -0/+19 |
* | target/arm: Implement SVE2 scatter store insns | Stephen Long | 2021-05-25 | 2 | -0/+18 |
* | target/arm: Implement SVE2 XAR | Richard Henderson | 2021-05-25 | 8 | -21/+172 |
* | target/arm: Implement SVE2 HISTCNT, HISTSEG | Stephen Long | 2021-05-25 | 4 | -0/+163 |
* | target/arm: Implement SVE2 RSUBHNB, RSUBHNT | Stephen Long | 2021-05-25 | 4 | -0/+22 |
* | target/arm: Implement SVE2 SUBHNB, SUBHNT | Stephen Long | 2021-05-25 | 4 | -0/+23 |
* | target/arm: Implement SVE2 RADDHNB, RADDHNT | Stephen Long | 2021-05-25 | 4 | -0/+22 |
* | target/arm: Implement SVE2 ADDHNB, ADDHNT | Stephen Long | 2021-05-25 | 4 | -0/+62 |
* | target/arm: Implement SVE2 complex integer multiply-add | Richard Henderson | 2021-05-25 | 6 | -8/+113 |
* | target/arm: Implement SVE2 integer multiply-add long | Richard Henderson | 2021-05-25 | 4 | -0/+133 |
* | target/arm: Implement SVE2 saturating multiply-add high | Richard Henderson | 2021-05-25 | 4 | -6/+195 |
* | target/arm: Implement SVE2 saturating multiply-add long | Richard Henderson | 2021-05-25 | 4 | -0/+112 |
* | target/arm: Implement SVE2 MATCH, NMATCH | Stephen Long | 2021-05-25 | 4 | -0/+101 |
* | target/arm: Implement SVE2 bitwise ternary operations | Richard Henderson | 2021-05-25 | 4 | -0/+281 |
* | target/arm: Implement SVE2 WHILERW, WHILEWR | Richard Henderson | 2021-05-25 | 2 | -0/+70 |
* | target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS | Richard Henderson | 2021-05-25 | 4 | -17/+82 |
* | target/arm: Implement SVE2 SQSHRN, SQRSHRN | Richard Henderson | 2021-05-25 | 4 | -0/+149 |
* | target/arm: Implement SVE2 UQSHRN, UQRSHRN | Richard Henderson | 2021-05-25 | 4 | -0/+137 |
* | target/arm: Implement SVE2 SQSHRUN, SQRSHRUN | Richard Henderson | 2021-05-25 | 4 | -0/+153 |
* | target/arm: Implement SVE2 SHRN, RSHRN | Richard Henderson | 2021-05-25 | 4 | -2/+236 |
* | target/arm: Implement SVE2 floating-point pairwise | Stephen Long | 2021-05-25 | 4 | -0/+114 |
* | target/arm: Implement SVE2 saturating extract narrow | Richard Henderson | 2021-05-25 | 4 | -0/+330 |
* | target/arm: Implement SVE2 integer absolute difference and accumulate | Richard Henderson | 2021-05-25 | 2 | -0/+27 |
* | target/arm: Implement SVE2 bitwise shift and insert | Richard Henderson | 2021-05-25 | 2 | -0/+15 |
* | target/arm: Implement SVE2 bitwise shift right and accumulate | Richard Henderson | 2021-05-25 | 2 | -0/+42 |
* | target/arm: Implement SVE2 integer add/subtract long with carry | Richard Henderson | 2021-05-25 | 4 | -0/+66 |
* | target/arm: Implement SVE2 integer absolute difference and accumulate long | Richard Henderson | 2021-05-25 | 4 | -0/+104 |
* | target/arm: Implement SVE2 complex integer add | Richard Henderson | 2021-05-25 | 4 | -0/+92 |
* | target/arm: Implement SVE2 bitwise permute | Richard Henderson | 2021-05-25 | 5 | -0/+135 |
* | target/arm: Implement SVE2 bitwise exclusive-or interleaved | Richard Henderson | 2021-05-25 | 4 | -0/+49 |
* | target/arm: Implement SVE2 bitwise shift left long | Richard Henderson | 2021-05-25 | 4 | -0/+197 |
* | target/arm: Implement SVE2 PMULLB, PMULLT | Richard Henderson | 2021-05-25 | 5 | -0/+59 |
* | target/arm: Implement SVE2 integer multiply long | Richard Henderson | 2021-05-25 | 4 | -0/+64 |
* | target/arm: Implement SVE2 integer add/subtract wide | Richard Henderson | 2021-05-25 | 4 | -0/+78 |
* | target/arm: Implement SVE2 integer add/subtract interleaved long | Richard Henderson | 2021-05-25 | 2 | -0/+10 |
* | target/arm: Implement SVE2 integer add/subtract long | Richard Henderson | 2021-05-25 | 4 | -0/+132 |
* | target/arm: Implement SVE2 saturating add/subtract (predicated) | Richard Henderson | 2021-05-25 | 4 | -56/+210 |
* | target/arm: Implement SVE2 integer pairwise arithmetic | Richard Henderson | 2021-05-25 | 4 | -0/+135 |
* | target/arm: Implement SVE2 integer halving add/subtract (predicated) | Richard Henderson | 2021-05-25 | 4 | -0/+112 |
* | target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated) | Richard Henderson | 2021-05-25 | 4 | -0/+176 |
* | target/arm: Split out saturating/rounding shifts from neon | Richard Henderson | 2021-05-25 | 2 | -430/+227 |
* | target/arm: Implement SVE2 integer unary operations (predicated) | Richard Henderson | 2021-05-25 | 4 | -0/+88 |
* | target/arm: Implement SVE2 integer pairwise add and accumulate long | Richard Henderson | 2021-05-25 | 4 | -0/+102 |
* | target/arm: Implement SVE2 Integer Multiply - Unpredicated | Richard Henderson | 2021-05-25 | 4 | -0/+166 |
* | target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2 | Richard Henderson | 2021-05-25 | 3 | -8/+32 |
* | disas/libvixl: Protect C system header for C++ compiler | Philippe Mathieu-Daudé | 2021-05-25 | 6 | -11/+15 |
* | target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type | Rebecca Cran | 2021-05-25 | 1 | -0/+1 |