aboutsummaryrefslogtreecommitdiff
path: root/target/arm/sve_helper.c
AgeCommit message (Expand)Author
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long
2021-05-25target/arm: Implement SVE2 FCVTNTRichard Henderson
2021-05-25target/arm: Implement SVE2 TBL, TBXStephen Long
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 (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 FMMLAStephen 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 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 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 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
2021-05-25target/arm: Implement SVE2 bitwise shift left longRichard Henderson
2021-05-25target/arm: Implement SVE2 integer multiply longRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract wideRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract longRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson
2021-05-25target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson
2021-05-25target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)Richard Henderson