aboutsummaryrefslogtreecommitdiff
path: root/target/arm/sve.decode
AgeCommit message (Expand)AuthorFilesLines
2021-07-18target/arm: Remove duplicate 'plus1' function from Neon and SVE decodePeter Maydell1-1/+1
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson1-0/+2
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson1-0/+3
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson1-2/+4
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson1-0/+3
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson1-0/+3
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson1-0/+2
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson1-0/+6
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long1-0/+14
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long1-0/+5
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson1-0/+8
2021-05-25target/arm: Implement SVE2 LD1RORichard Henderson1-0/+4
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long1-0/+3
2021-05-25target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long1-0/+2
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long1-0/+2
2021-05-25target/arm: Implement SVE2 FCVTNTRichard Henderson1-0/+4
2021-05-25target/arm: Implement SVE2 TBL, TBXStephen Long1-0/+5
2021-05-25target/arm: Implement SVE2 crypto constructive binary operationsRichard Henderson1-0/+4
2021-05-25target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson1-0/+7
2021-05-25target/arm: Implement SVE2 crypto unary operationsRichard Henderson1-0/+6
2021-05-25target/arm: Implement SVE mixed sign dot productRichard Henderson1-0/+4
2021-05-25target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson1-0/+4
2021-05-25target/arm: Implement SVE2 complex integer dot productRichard Henderson1-0/+9
2021-05-25target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson1-0/+12
2021-05-25target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson1-0/+10
2021-05-25target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson1-0/+18
2021-05-25target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson1-0/+8
2021-05-25target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson1-0/+4
2021-05-25target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson1-0/+12
2021-05-25target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson1-0/+18
2021-05-25target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson1-0/+8
2021-05-25target/arm: Implement SVE2 integer multiply-add (indexed)Richard Henderson1-0/+8
2021-05-25target/arm: Implement SVE2 integer multiply (indexed)Richard Henderson1-0/+7
2021-05-25target/arm: Split out formats for 3 vectors + 1 indexRichard Henderson1-10/+19
2021-05-25target/arm: Split out formats for 2 vectors + 1 indexRichard Henderson1-4/+10
2021-05-25target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson1-3/+4
2021-05-25target/arm: Implement SVE2 SPLICE, EXTStephen Long1-2/+9
2021-05-25target/arm: Implement SVE2 FMMLAStephen Long1-0/+4
2021-05-25target/arm: Implement SVE2 gather load insnsStephen Long1-0/+11
2021-05-25target/arm: Implement SVE2 scatter store insnsStephen Long1-0/+10
2021-05-25target/arm: Implement SVE2 XARRichard Henderson1-0/+4
2021-05-25target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long1-0/+6
2021-05-25target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long1-0/+2
2021-05-25target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long1-0/+2
2021-05-25target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long1-0/+2
2021-05-25target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long1-0/+5
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 integer multiply-add longRichard Henderson1-0/+11
2021-05-25target/arm: Implement SVE2 saturating multiply-add highRichard Henderson1-0/+5
2021-05-25target/arm: Implement SVE2 saturating multiply-add longRichard Henderson1-0/+14