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