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