aboutsummaryrefslogtreecommitdiff
path: root/target/arm/sve_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-25target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson1-0/+36
2021-05-25target/arm: Implement SVE2 FMMLAStephen Long1-0/+74
2021-05-25target/arm: Implement SVE2 XARRichard Henderson1-0/+39
2021-05-25target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long1-0/+131
2021-05-25target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long1-0/+36
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson1-0/+46
2021-05-25target/arm: Implement SVE2 integer multiply-add longRichard Henderson1-0/+18
2021-05-25target/arm: Implement SVE2 saturating multiply-add longRichard Henderson1-0/+30
2021-05-25target/arm: Implement SVE2 MATCH, NMATCHStephen Long1-0/+64
2021-05-25target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson1-0/+50
2021-05-25target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson1-1/+37
2021-05-25target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson1-0/+24
2021-05-25target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson1-0/+24
2021-05-25target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson1-0/+35
2021-05-25target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson1-2/+52
2021-05-25target/arm: Implement SVE2 floating-point pairwiseStephen Long1-0/+46
2021-05-25target/arm: Implement SVE2 saturating extract narrowRichard Henderson1-0/+56
2021-05-25target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson1-0/+34
2021-05-25target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson1-0/+23
2021-05-25target/arm: Implement SVE2 complex integer addRichard Henderson1-0/+42
2021-05-25target/arm: Implement SVE2 bitwise permuteRichard Henderson1-0/+73
2021-05-25target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson1-0/+20
2021-05-25target/arm: Implement SVE2 bitwise shift left longRichard Henderson1-0/+22
2021-05-25target/arm: Implement SVE2 integer multiply longRichard Henderson1-0/+31
2021-05-25target/arm: Implement SVE2 integer add/subtract wideRichard Henderson1-0/+30
2021-05-25target/arm: Implement SVE2 integer add/subtract longRichard Henderson1-0/+43
2021-05-25target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson1-56/+138
2021-05-25target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson1-0/+76
2021-05-25target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson1-0/+39
2021-05-25target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)Richard Henderson1-0/+87
2021-05-25target/arm: Implement SVE2 integer unary operations (predicated)Richard Henderson1-0/+21
2021-05-25target/arm: Implement SVE2 integer pairwise add and accumulate longRichard Henderson1-0/+44
2021-04-30target/arm: Simplify sve mte checkingRichard Henderson1-58/+26
2021-04-30target/arm: Rename mte_probe1 to mte_probeRichard Henderson1-3/+3
2021-04-30target/arm: Merge mte_check1, mte_checkNRichard Henderson1-7/+7
2021-03-12target/arm: Update sve reduction vs simd_descRichard Henderson1-1/+1
2021-03-12target/arm: Update WHILE for PREDDESCRichard Henderson1-2/+2
2021-03-12target/arm: Update CNTP for PREDDESCRichard Henderson1-3/+3
2021-03-12target/arm: Update BRKA, BRKB, BRKN for PREDDESCRichard Henderson1-16/+14
2021-03-12target/arm: Update find_last_active for PREDDESCRichard Henderson1-3/+3
2021-03-12target/arm: Fix sve_punpk_p vs odd vector lengthsRichard Henderson1-2/+2
2021-03-12target/arm: Fix sve_zip_p vs odd vector lengthsRichard Henderson1-11/+14
2021-03-12target/arm: Fix sve_uzp_p vs odd vector lengthsRichard Henderson1-9/+21
2021-01-19target/arm: Update REV, PUNPK for pred_descRichard Henderson1-4/+4
2021-01-19target/arm: Update ZIP, UZP, TRN for pred_descRichard Henderson1-9/+9
2021-01-19target/arm: Update PFIRST, PNEXT for pred_descRichard Henderson1-3/+4
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1