summaryrefslogtreecommitdiffstats
path: root/target/arm/sve_helper.c
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Implement SVE compress active elementsRichard Henderson2018-06-151-0/+34
* target/arm: Implement SVE Permute - Interleaving GroupRichard Henderson2018-06-151-0/+72
* target/arm: Implement SVE Permute - Predicates GroupRichard Henderson2018-06-151-0/+290
* target/arm: Implement SVE Permute - Unpredicated GroupRichard Henderson2018-06-151-0/+114
* target/arm: Implement SVE Permute - Extract GroupRichard Henderson2018-05-181-0/+81
* target/arm: Implement SVE Integer Wide Immediate - Predicated GroupRichard Henderson2018-05-181-0/+108
* target/arm: Implement SVE Element Count GroupRichard Henderson2018-05-181-0/+136
* target/arm: Implement SVE floating-point trig select coefficientRichard Henderson2018-05-181-0/+43
* target/arm: Implement SVE floating-point exponential acceleratorRichard Henderson2018-05-181-0/+90
* target/arm: Implement SVE Compute Vector Address GroupRichard Henderson2018-05-181-0/+40
* target/arm: Implement SVE Bitwise Shift - Unpredicated GroupRichard Henderson2018-05-181-0/+30
* target/arm: Implement SVE Index Generation GroupRichard Henderson2018-05-181-0/+40
* target/arm: Implement SVE Integer Multiply-Add GroupRichard Henderson2018-05-181-0/+57
* target/arm: Implement SVE Integer Arithmetic - Unary Predicated GroupRichard Henderson2018-05-181-0/+127
* target/arm: Implement SVE bitwise shift by wide elements (predicated)Richard Henderson2018-05-181-0/+35
* target/arm: Implement SVE bitwise shift by vector (predicated)Richard Henderson2018-05-181-0/+25
* target/arm: Implement SVE bitwise shift by immediate (predicated)Richard Henderson2018-05-181-0/+264
* target/arm: Implement SVE Integer Reduction GroupRichard Henderson2018-05-181-0/+91
* target/arm: Implement SVE Integer Binary Arithmetic - Predicated GroupRichard Henderson2018-05-181-0/+194
* target/arm: Implement SVE Predicate Misc GroupRichard Henderson2018-05-181-0/+84
* target/arm: Implement SVE Predicate Logical Operations GroupRichard Henderson2018-05-181-0/+39
* target/arm: Implement SVE predicate testRichard Henderson2018-05-181-0/+78