summaryrefslogtreecommitdiffstats
path: root/target/arm/translate-sve.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement SVE2 complex integer dot productRichard Henderson2021-05-251-0/+17
* target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson2021-05-251-0/+15
* target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson2021-05-251-0/+10
* target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson2021-05-251-0/+20
* target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson2021-05-251-0/+8
* target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson2021-05-251-0/+18
* target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson2021-05-251-0/+14
* target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson2021-05-251-0/+19
* target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson2021-05-251-0/+8
* target/arm: Implement SVE2 integer multiply-add (indexed)Richard Henderson2021-05-251-0/+31
* target/arm: Implement SVE2 integer multiply (indexed)Richard Henderson2021-05-251-0/+30
* target/arm: Split out formats for 3 vectors + 1 indexRichard Henderson2021-05-251-10/+28
* target/arm: Pass separate addend to FCMLA helpersRichard Henderson2021-05-251-2/+3
* target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson2021-05-251-6/+7
* target/arm: Implement SVE2 SPLICE, EXTStephen Long2021-05-251-5/+30
* target/arm: Implement SVE2 FMMLAStephen Long2021-05-251-0/+34
* target/arm: Implement SVE2 gather load insnsStephen Long2021-05-251-0/+8
* target/arm: Implement SVE2 scatter store insnsStephen Long2021-05-251-0/+8
* target/arm: Implement SVE2 XARRichard Henderson2021-05-251-0/+104
* target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long2021-05-251-0/+19
* target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long2021-05-251-0/+2
* target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long2021-05-251-0/+3
* target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long2021-05-251-0/+2
* target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long2021-05-251-0/+13
* target/arm: Implement SVE2 complex integer multiply-addRichard Henderson2021-05-251-0/+32
* target/arm: Implement SVE2 integer multiply-add longRichard Henderson2021-05-251-0/+76
* target/arm: Implement SVE2 saturating multiply-add highRichard Henderson2021-05-251-0/+18
* target/arm: Implement SVE2 saturating multiply-add longRichard Henderson2021-05-251-0/+54
* target/arm: Implement SVE2 MATCH, NMATCHStephen Long2021-05-251-0/+22
* target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson2021-05-251-0/+213
* target/arm: Implement SVE2 WHILERW, WHILEWRRichard Henderson2021-05-251-0/+67
* target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson2021-05-251-14/+42
* target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson2021-05-251-0/+105
* target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson2021-05-251-0/+93
* target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson2021-05-251-0/+98
* target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson2021-05-251-0/+160
* target/arm: Implement SVE2 floating-point pairwiseStephen Long2021-05-251-0/+25
* target/arm: Implement SVE2 saturating extract narrowRichard Henderson2021-05-251-0/+238
* target/arm: Implement SVE2 integer absolute difference and accumulateRichard Henderson2021-05-251-0/+21
* target/arm: Implement SVE2 bitwise shift and insertRichard Henderson2021-05-251-0/+10
* target/arm: Implement SVE2 bitwise shift right and accumulateRichard Henderson2021-05-251-0/+34
* target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson2021-05-251-0/+23
* target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson2021-05-251-0/+55
* target/arm: Implement SVE2 complex integer addRichard Henderson2021-05-251-0/+31
* target/arm: Implement SVE2 bitwise permuteRichard Henderson2021-05-251-0/+36
* target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson2021-05-251-0/+19
* target/arm: Implement SVE2 bitwise shift left longRichard Henderson2021-05-251-0/+159
* target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson2021-05-251-0/+22
* target/arm: Implement SVE2 integer multiply longRichard Henderson2021-05-251-0/+9
* target/arm: Implement SVE2 integer add/subtract wideRichard Henderson2021-05-251-0/+20