summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}Richard Henderson
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_{b,h}Richard Henderson
2021-05-25target/arm: Implement SVE2 complex integer dot productRichard Henderson
2021-05-25target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer multiply-add (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer multiply (indexed)Richard Henderson
2021-05-25target/arm: Split out formats for 3 vectors + 1 indexRichard Henderson
2021-05-25target/arm: Split out formats for 2 vectors + 1 indexRichard Henderson
2021-05-25target/arm: Pass separate addend to FCMLA helpersRichard Henderson
2021-05-25target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson
2021-05-25target/arm: Use correct output type for gvec_sdot_*_bRichard Henderson
2021-05-25target/arm: Implement SVE2 SPLICE, EXTStephen Long
2021-05-25target/arm: Implement SVE2 FMMLAStephen Long
2021-05-25target/arm: Implement SVE2 gather load insnsStephen Long
2021-05-25target/arm: Implement SVE2 scatter store insnsStephen Long
2021-05-25target/arm: Implement SVE2 XARRichard Henderson
2021-05-25target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long
2021-05-25target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long
2021-05-25target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long
2021-05-25target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long
2021-05-25target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson
2021-05-25target/arm: Implement SVE2 integer multiply-add longRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply-add highRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply-add longRichard Henderson
2021-05-25target/arm: Implement SVE2 MATCH, NMATCHStephen Long
2021-05-25target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson
2021-05-25target/arm: Implement SVE2 WHILERW, WHILEWRRichard Henderson
2021-05-25target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson
2021-05-25target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson
2021-05-25target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson
2021-05-25target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson
2021-05-25target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson
2021-05-25target/arm: Implement SVE2 floating-point pairwiseStephen Long
2021-05-25target/arm: Implement SVE2 saturating extract narrowRichard Henderson
2021-05-25target/arm: Implement SVE2 integer absolute difference and accumulateRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift and insertRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift right and accumulateRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson
2021-05-25target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson
2021-05-25target/arm: Implement SVE2 complex integer addRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise permuteRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson