aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper-sve.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-12target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/Richard Henderson1-2804/+0
2022-07-11target/arm: Implement REVDRichard Henderson1-0/+2
2022-07-11target/arm: Implement SME MOVARichard Henderson1-0/+2
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson1-0/+4
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long1-0/+33
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson1-0/+3
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long1-0/+4
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long1-0/+5
2021-05-25target/arm: Implement SVE2 FCVTNTRichard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 TBL, TBXStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 complex integer dot productRichard Henderson1-0/+10
2021-05-25target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson1-0/+9
2021-05-25target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson1-0/+17
2021-05-25target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson1-0/+9
2021-05-25target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson1-0/+14
2021-05-25target/arm: Implement SVE2 FMMLAStephen Long1-0/+3
2021-05-25target/arm: Implement SVE2 XARRichard Henderson1-0/+4
2021-05-25target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long1-0/+7
2021-05-25target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long1-0/+8
2021-05-25target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long1-0/+8
2021-05-25target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long1-0/+8
2021-05-25target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long1-0/+8
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson1-0/+18
2021-05-25target/arm: Implement SVE2 integer multiply-add longRichard Henderson1-0/+28
2021-05-25target/arm: Implement SVE2 saturating multiply-add longRichard Henderson1-0/+14
2021-05-25target/arm: Implement SVE2 MATCH, NMATCHStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson1-0/+6
2021-05-25target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson1-1/+2
2021-05-25target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 floating-point pairwiseStephen Long1-0/+35
2021-05-25target/arm: Implement SVE2 saturating extract narrowRichard Henderson1-0/+24
2021-05-25target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson1-0/+3
2021-05-25target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson1-0/+14
2021-05-25target/arm: Implement SVE2 complex integer addRichard Henderson1-0/+10
2021-05-25target/arm: Implement SVE2 bitwise permuteRichard Henderson1-0/+15
2021-05-25target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 bitwise shift left longRichard Henderson1-0/+8
2021-05-25target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson1-0/+1
2021-05-25target/arm: Implement SVE2 integer multiply longRichard Henderson1-0/+15
2021-05-25target/arm: Implement SVE2 integer add/subtract wideRichard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 integer add/subtract longRichard Henderson1-0/+24
2021-05-25target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson1-0/+54
2021-05-25target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson1-0/+45
2021-05-25target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson1-0/+54
2021-05-25target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)Richard Henderson1-0/+54