aboutsummaryrefslogtreecommitdiff
path: root/target/arm/sve_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell1-20/+0
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell1-99/+4
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell1-129/+129
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson1-0/+2
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson1-16/+0
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long1-0/+35
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson1-8/+21
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long1-0/+88
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long1-0/+23
2021-05-25target/arm: Implement SVE2 FCVTNTRichard Henderson1-0/+20
2021-05-25target/arm: Implement SVE2 TBL, TBXStephen Long1-19/+71
2021-05-25target/arm: Implement SVE2 complex integer dot productRichard Henderson1-0/+99
2021-05-25target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson1-0/+28
2021-05-25target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson1-0/+6
2021-05-25target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson1-0/+16
2021-05-25target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson1-0/+20
2021-05-25target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson1-0/+30
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