summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement SVE2 TBL, TBXStephen Long2021-05-254-19/+119
* target/arm: Implement SVE2 crypto constructive binary operationsRichard Henderson2021-05-253-0/+25
* target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson2021-05-253-0/+50
* target/arm: Implement SVE2 crypto unary operationsRichard Henderson2021-05-252-0/+17
* target/arm: Implement SVE mixed sign dot productRichard Henderson2021-05-254-0/+22
* target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson2021-05-255-0/+31
* target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}Richard Henderson2021-05-251-131/+29Star
* target/arm: Macroize helper_gvec_{s,u}dot_{b,h}Richard Henderson2021-05-251-64/+22Star
* target/arm: Implement SVE2 complex integer dot productRichard Henderson2021-05-254-0/+135
* target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson2021-05-254-0/+64
* target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson2021-05-254-0/+31
* target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson2021-05-254-0/+71
* target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson2021-05-254-0/+118
* target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson2021-05-254-0/+116
* target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson2021-05-254-0/+51
* target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson2021-05-254-0/+76
* target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson2021-05-254-0/+66
* target/arm: Implement SVE2 integer multiply-add (indexed)Richard Henderson2021-05-252-0/+39
* target/arm: Implement SVE2 integer multiply (indexed)Richard Henderson2021-05-252-0/+37
* target/arm: Split out formats for 3 vectors + 1 indexRichard Henderson2021-05-252-20/+47
* target/arm: Split out formats for 2 vectors + 1 indexRichard Henderson2021-05-251-4/+10
* target/arm: Pass separate addend to FCMLA helpersRichard Henderson2021-05-255-51/+62
* target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson2021-05-256-77/+110
* target/arm: Use correct output type for gvec_sdot_*_bRichard Henderson2021-05-251-4/+4
* target/arm: Implement SVE2 SPLICE, EXTStephen Long2021-05-252-7/+39
* target/arm: Implement SVE2 FMMLAStephen Long2021-05-255-0/+125
* target/arm: Implement SVE2 gather load insnsStephen Long2021-05-252-0/+19
* target/arm: Implement SVE2 scatter store insnsStephen Long2021-05-252-0/+18
* target/arm: Implement SVE2 XARRichard Henderson2021-05-258-21/+172
* target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long2021-05-254-0/+163
* target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long2021-05-254-0/+22
* target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long2021-05-254-0/+23
* target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long2021-05-254-0/+22
* target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long2021-05-254-0/+62
* target/arm: Implement SVE2 complex integer multiply-addRichard Henderson2021-05-256-8/+113
* target/arm: Implement SVE2 integer multiply-add longRichard Henderson2021-05-254-0/+133
* target/arm: Implement SVE2 saturating multiply-add highRichard Henderson2021-05-254-6/+195
* target/arm: Implement SVE2 saturating multiply-add longRichard Henderson2021-05-254-0/+112
* target/arm: Implement SVE2 MATCH, NMATCHStephen Long2021-05-254-0/+101
* target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson2021-05-254-0/+281
* target/arm: Implement SVE2 WHILERW, WHILEWRRichard Henderson2021-05-252-0/+70
* target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson2021-05-254-17/+82
* target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson2021-05-254-0/+149
* target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson2021-05-254-0/+137
* target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson2021-05-254-0/+153
* target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson2021-05-254-2/+236
* target/arm: Implement SVE2 floating-point pairwiseStephen Long2021-05-254-0/+114
* target/arm: Implement SVE2 saturating extract narrowRichard Henderson2021-05-254-0/+330
* target/arm: Implement SVE2 integer absolute difference and accumulateRichard Henderson2021-05-252-0/+27
* target/arm: Implement SVE2 bitwise shift and insertRichard Henderson2021-05-252-0/+15