summaryrefslogtreecommitdiffstats
path: root/target/arm/sve.decode
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement SCLAMP, UCLAMPRichard Henderson2022-07-111-0/+5
* target/arm: Implement REVDRichard Henderson2022-07-111-0/+1
* target/arm: Implement PSELRichard Henderson2022-07-111-0/+20
* target/arm: Implement SME RDSVL, ADDSVL, ADDSPLRichard Henderson2022-07-111-1/+4
* target/arm: Mark gather prefetch as non-streamingRichard Henderson2022-07-111-5/+5
* target/arm: Use TRANS_FEAT for FMMLARichard Henderson2022-05-301-4/+3Star
* target/arm: Reject copy w/ shifted byte earlyRichard Henderson2022-05-301-2/+8
* target/arm: Reject add/sub w/ shifted byte earlyRichard Henderson2022-05-301-7/+28
* target/arm: Reject dup_i w/ shifted byte earlyRichard Henderson2022-05-301-1/+4
* target/arm: Fix sve2 ldnt1 and stnt1Richard Henderson2022-03-181-3/+2Star
* target/arm: Remove duplicate 'plus1' function from Neon and SVE decodePeter Maydell2021-07-181-1/+1
* target/arm: Implement bfloat widening fma (indexed)Richard Henderson2021-06-031-0/+2
* target/arm: Implement bfloat widening fma (vector)Richard Henderson2021-06-031-0/+3
* target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson2021-06-031-2/+4
* target/arm: Implement bfloat16 dot product (indexed)Richard Henderson2021-06-031-0/+3
* target/arm: Implement bfloat16 dot product (vector)Richard Henderson2021-06-031-0/+3
* target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson2021-06-031-0/+2
* target/arm: Implement integer matrix multiply accumulateRichard Henderson2021-05-251-0/+6
* target/arm: Implement SVE2 fp multiply-add longStephen Long2021-05-251-0/+14
* target/arm: Implement SVE2 bitwise shift immediateStephen Long2021-05-251-0/+5
* target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson2021-05-251-0/+8
* target/arm: Implement SVE2 LD1RORichard Henderson2021-05-251-0/+4
* target/arm: Implement SVE2 FLOGBStephen Long2021-05-251-0/+3
* target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long2021-05-251-0/+2
* target/arm: Implement SVE2 FCVTLTStephen Long2021-05-251-0/+2
* target/arm: Implement SVE2 FCVTNTRichard Henderson2021-05-251-0/+4
* target/arm: Implement SVE2 TBL, TBXStephen Long2021-05-251-0/+5
* target/arm: Implement SVE2 crypto constructive binary operationsRichard Henderson2021-05-251-0/+4
* target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson2021-05-251-0/+7
* target/arm: Implement SVE2 crypto unary operationsRichard Henderson2021-05-251-0/+6
* target/arm: Implement SVE mixed sign dot productRichard Henderson2021-05-251-0/+4
* target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson2021-05-251-0/+4
* target/arm: Implement SVE2 complex integer dot productRichard Henderson2021-05-251-0/+9
* target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson2021-05-251-0/+12
* target/arm: Implement SVE2 integer multiply long (indexed)Richard Henderson2021-05-251-0/+10
* target/arm: Implement SVE2 multiply-add long (indexed)Richard Henderson2021-05-251-0/+18
* target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson2021-05-251-0/+8
* target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson2021-05-251-0/+4
* target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson2021-05-251-0/+12
* target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson2021-05-251-0/+18
* target/arm: Implement SVE2 saturating multiply-add high (indexed)Richard Henderson2021-05-251-0/+8
* target/arm: Implement SVE2 integer multiply-add (indexed)Richard Henderson2021-05-251-0/+8
* target/arm: Implement SVE2 integer multiply (indexed)Richard Henderson2021-05-251-0/+7
* target/arm: Split out formats for 3 vectors + 1 indexRichard Henderson2021-05-251-10/+19
* target/arm: Split out formats for 2 vectors + 1 indexRichard Henderson2021-05-251-4/+10
* target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson2021-05-251-3/+4
* target/arm: Implement SVE2 SPLICE, EXTStephen Long2021-05-251-2/+9
* target/arm: Implement SVE2 FMMLAStephen Long2021-05-251-0/+4
* target/arm: Implement SVE2 gather load insnsStephen Long2021-05-251-0/+11
* target/arm: Implement SVE2 scatter store insnsStephen Long2021-05-251-0/+10