summaryrefslogtreecommitdiffstats
path: root/target/arm/sve_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Fixup comment re handle_cpu_signalRichard Henderson2021-11-021-1/+1
* bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell2021-06-161-20/+0Star
* target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell2021-06-161-99/+4Star
* target/arm: Provide and use H8 and H1_8 macrosPeter Maydell2021-06-161-129/+129
* target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson2021-06-031-0/+2
* target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson2021-05-251-16/+0Star
* target/arm: Implement SVE2 bitwise shift immediateStephen Long2021-05-251-0/+35
* target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson2021-05-251-8/+21
* target/arm: Implement SVE2 FLOGBStephen Long2021-05-251-0/+88
* target/arm: Implement SVE2 FCVTLTStephen Long2021-05-251-0/+23
* target/arm: Implement SVE2 FCVTNTRichard Henderson2021-05-251-0/+20
* target/arm: Implement SVE2 TBL, TBXStephen Long2021-05-251-19/+71
* target/arm: Implement SVE2 complex integer dot productRichard Henderson2021-05-251-0/+99
* target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson2021-05-251-0/+28
* target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson2021-05-251-0/+6
* target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson2021-05-251-0/+16
* target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson2021-05-251-0/+20
* target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson2021-05-251-0/+30
* target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson2021-05-251-0/+36
* target/arm: Implement SVE2 FMMLAStephen Long2021-05-251-0/+74
* target/arm: Implement SVE2 XARRichard Henderson2021-05-251-0/+39
* target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long2021-05-251-0/+131
* target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long2021-05-251-0/+10
* target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long2021-05-251-0/+10
* target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long2021-05-251-0/+10
* target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long2021-05-251-0/+36
* target/arm: Implement SVE2 complex integer multiply-addRichard Henderson2021-05-251-0/+46
* target/arm: Implement SVE2 integer multiply-add longRichard Henderson2021-05-251-0/+18
* target/arm: Implement SVE2 saturating multiply-add longRichard Henderson2021-05-251-0/+30
* target/arm: Implement SVE2 MATCH, NMATCHStephen Long2021-05-251-0/+64
* target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson2021-05-251-0/+50
* target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson2021-05-251-1/+37
* target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson2021-05-251-0/+24
* target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson2021-05-251-0/+24
* target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson2021-05-251-0/+35
* target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson2021-05-251-2/+52
* target/arm: Implement SVE2 floating-point pairwiseStephen Long2021-05-251-0/+46
* target/arm: Implement SVE2 saturating extract narrowRichard Henderson2021-05-251-0/+56
* target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson2021-05-251-0/+34
* target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson2021-05-251-0/+23
* target/arm: Implement SVE2 complex integer addRichard Henderson2021-05-251-0/+42
* target/arm: Implement SVE2 bitwise permuteRichard Henderson2021-05-251-0/+73
* target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson2021-05-251-0/+20
* target/arm: Implement SVE2 bitwise shift left longRichard Henderson2021-05-251-0/+22
* target/arm: Implement SVE2 integer multiply longRichard Henderson2021-05-251-0/+31
* target/arm: Implement SVE2 integer add/subtract wideRichard Henderson2021-05-251-0/+30
* target/arm: Implement SVE2 integer add/subtract longRichard Henderson2021-05-251-0/+43
* target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson2021-05-251-56/+138
* target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson2021-05-251-0/+76
* target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson2021-05-251-0/+39