summaryrefslogtreecommitdiffstats
path: root/target/arm/translate-sve.c
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Implement SVE load and broadcast quadwordRichard Henderson2018-06-291-0/+52
* target/arm: Implement SVE Memory Contiguous Store GroupRichard Henderson2018-06-291-0/+65
* target/arm: Implement SVE Contiguous Load, first-fault and no-faultRichard Henderson2018-06-291-0/+69
* target/arm: Implement SVE Memory Contiguous Load GroupRichard Henderson2018-06-291-0/+121
* target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson2018-06-151-0/+42
* target/arm: Implement SVE Integer Wide Immediate - Unpredicated GroupRichard Henderson2018-06-151-0/+144
* target/arm: Implement FDUP/DUPRichard Henderson2018-06-151-0/+37
* target/arm: Implement SVE Integer Compare - Scalars GroupRichard Henderson2018-06-151-0/+99
* target/arm: Implement SVE Predicate Count GroupRichard Henderson2018-06-151-0/+133
* target/arm: Implement SVE Partition Break GroupRichard Henderson2018-06-151-0/+106
* target/arm: Implement SVE Integer Compare - Immediate GroupRichard Henderson2018-06-151-0/+66
* target/arm: Implement SVE Integer Compare - Vectors GroupRichard Henderson2018-06-151-0/+91
* target/arm: Implement SVE Select Vectors GroupRichard Henderson2018-06-151-0/+2
* target/arm: Implement SVE vector splice (predicated)Richard Henderson2018-06-151-0/+13
* target/arm: Implement SVE reverse within elementsRichard Henderson2018-06-151-0/+38
* target/arm: Implement SVE copy to vector (predicated)Richard Henderson2018-06-151-0/+19
* target/arm: Implement SVE conditionally broadcast/extract elementRichard Henderson2018-06-151-0/+328
* target/arm: Implement SVE compress active elementsRichard Henderson2018-06-151-0/+12
* target/arm: Implement SVE Permute - Interleaving GroupRichard Henderson2018-06-151-0/+75
* target/arm: Implement SVE Permute - Predicates GroupRichard Henderson2018-06-151-0/+120
* target/arm: Implement SVE Permute - Unpredicated GroupRichard Henderson2018-06-151-0/+133
* target/arm: Implement SVE Permute - Extract GroupRichard Henderson2018-05-181-0/+34
* target/arm: Implement SVE Integer Wide Immediate - Predicated GroupRichard Henderson2018-05-181-0/+88
* target/arm: Implement SVE Bitwise Immediate GroupRichard Henderson2018-05-181-0/+49
* target/arm: Implement SVE Element Count GroupRichard Henderson2018-05-181-0/+288
* target/arm: Implement SVE floating-point trig select coefficientRichard Henderson2018-05-181-0/+21
* target/arm: Implement SVE floating-point exponential acceleratorRichard Henderson2018-05-181-0/+24
* target/arm: Implement SVE Compute Vector Address GroupRichard Henderson2018-05-181-0/+36
* target/arm: Implement SVE Bitwise Shift - Unpredicated GroupRichard Henderson2018-05-181-0/+85
* target/arm: Implement SVE Stack Allocation GroupRichard Henderson2018-05-181-0/+27
* target/arm: Implement SVE Index Generation GroupRichard Henderson2018-05-181-0/+79
* target/arm: Implement SVE Integer Arithmetic - Unpredicated GroupRichard Henderson2018-05-181-0/+34
* target/arm: Implement SVE Integer Multiply-Add GroupRichard Henderson2018-05-181-0/+34
* target/arm: Implement SVE Integer Arithmetic - Unary Predicated GroupRichard Henderson2018-05-181-0/+113
* target/arm: Implement SVE bitwise shift by wide elements (predicated)Richard Henderson2018-05-181-0/+24
* target/arm: Implement SVE bitwise shift by vector (predicated)Richard Henderson2018-05-181-0/+4
* target/arm: Implement SVE bitwise shift by immediate (predicated)Richard Henderson2018-05-181-0/+130
* target/arm: Implement SVE Integer Reduction GroupRichard Henderson2018-05-181-0/+68
* target/arm: Implement SVE Integer Binary Arithmetic - Predicated GroupRichard Henderson2018-05-181-0/+68
* target/arm: Implement SVE Predicate Misc GroupRichard Henderson2018-05-181-0/+209
* target/arm: Implement SVE Predicate Logical Operations GroupRichard Henderson2018-05-181-0/+361
* target/arm: Implement SVE predicate testRichard Henderson2018-05-181-0/+65
* target/arm: Implement SVE load vector/predicateRichard Henderson2018-05-181-0/+127
* target/arm: Implement SVE Bitwise Logical - Unpredicated GroupRichard Henderson2018-05-181-8/+47
* target/arm: Add SVE decode skeletonRichard Henderson2018-05-181-0/+63