summaryrefslogtreecommitdiffstats
path: root/target/arm/translate-sve.c
Commit message (Expand)AuthorAgeFilesLines
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-5/+5
* target/arm: Use tcg_constant_i64() in do_sat_addsub_64()Philippe Mathieu-Daudé2021-11-021-9/+8Star
* target/arm: Remove duplicate 'plus1' function from Neon and SVE decodePeter Maydell2021-07-181-5/+0Star
* tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0Star
* target/arm: Implement bfloat widening fma (indexed)Richard Henderson2021-06-031-0/+30
* target/arm: Implement bfloat widening fma (vector)Richard Henderson2021-06-031-0/+30
* target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson2021-06-031-0/+12
* target/arm: Implement bfloat16 dot product (indexed)Richard Henderson2021-06-031-0/+12
* target/arm: Implement bfloat16 dot product (vector)Richard Henderson2021-06-031-0/+12
* target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson2021-06-031-0/+16
* target/arm: Implement integer matrix multiply accumulateRichard Henderson2021-05-251-0/+27
* target/arm: Implement SVE2 fp multiply-add longStephen Long2021-05-251-0/+75
* target/arm: Implement SVE2 bitwise shift immediateStephen Long2021-05-251-0/+60
* target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson2021-05-251-0/+58
* target/arm: Implement SVE2 LD1RORichard Henderson2021-05-251-0/+93
* target/arm: Tidy do_ldrqRichard Henderson2021-05-251-9/+4Star
* target/arm: Share table of sve load functionsRichard Henderson2021-05-251-128/+126Star
* target/arm: Implement SVE2 FLOGBStephen Long2021-05-251-0/+24
* target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long2021-05-251-10/+39
* target/arm: Implement SVE2 FCVTLTStephen Long2021-05-251-0/+16
* target/arm: Implement SVE2 FCVTNTRichard Henderson2021-05-251-0/+16
* target/arm: Implement SVE2 TBL, TBXStephen Long2021-05-251-0/+33
* target/arm: Implement SVE2 crypto constructive binary operationsRichard Henderson2021-05-251-0/+16
* target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson2021-05-251-0/+38
* target/arm: Implement SVE2 crypto unary operationsRichard Henderson2021-05-251-0/+11
* target/arm: Implement SVE mixed sign dot productRichard Henderson2021-05-251-0/+16
* target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson2021-05-251-0/+16
* target/arm: Implement SVE2 complex integer dot productRichard Henderson2021-05-251-0/+17
* target/arm: Implement SVE2 complex integer multiply-add (indexed)Richard Henderson2021-05-251-0/+15
* 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/+20
* 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/+18
* target/arm: Implement SVE2 saturating multiply (indexed)Richard Henderson2021-05-251-0/+14
* target/arm: Implement SVE2 saturating multiply-add (indexed)Richard Henderson2021-05-251-0/+19
* 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/+31
* target/arm: Implement SVE2 integer multiply (indexed)Richard Henderson2021-05-251-0/+30
* target/arm: Split out formats for 3 vectors + 1 indexRichard Henderson2021-05-251-10/+28
* target/arm: Pass separate addend to FCMLA helpersRichard Henderson2021-05-251-2/+3
* target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson2021-05-251-6/+7
* target/arm: Implement SVE2 SPLICE, EXTStephen Long2021-05-251-5/+30
* target/arm: Implement SVE2 FMMLAStephen Long2021-05-251-0/+34
* target/arm: Implement SVE2 gather load insnsStephen Long2021-05-251-0/+8
* target/arm: Implement SVE2 scatter store insnsStephen Long2021-05-251-0/+8
* target/arm: Implement SVE2 XARRichard Henderson2021-05-251-0/+104
* target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long2021-05-251-0/+19
* target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long2021-05-251-0/+2
* target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long2021-05-251-0/+3
* target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long2021-05-251-0/+2