aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-sve.c
AgeCommit message (Expand)Author
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-18target/arm: Fix sve2 ldnt1 and stnt1Richard Henderson
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-11-02target/arm: Use tcg_constant_i64() in do_sat_addsub_64()Philippe Mathieu-Daudé
2021-07-18target/arm: Remove duplicate 'plus1' function from Neon and SVE decodePeter Maydell
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long
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 LD1RORichard Henderson
2021-05-25target/arm: Tidy do_ldrqRichard Henderson
2021-05-25target/arm: Share table of sve load functionsRichard Henderson
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long
2021-05-25target/arm: Implement SVE2 FCVTXNT, FCVTXStephen 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 crypto constructive binary operationsRichard Henderson
2021-05-25target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson
2021-05-25target/arm: Implement SVE2 crypto unary operationsRichard Henderson
2021-05-25target/arm: Implement SVE mixed sign dot productRichard Henderson
2021-05-25target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson
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 high (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 signed saturating doubling multiply highRichard 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 integer multiply-add (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer multiply (indexed)Richard Henderson
2021-05-25target/arm: Split out formats for 3 vectors + 1 indexRichard Henderson
2021-05-25target/arm: Pass separate addend to FCMLA helpersRichard Henderson
2021-05-25target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson
2021-05-25target/arm: Implement SVE2 SPLICE, EXTStephen Long
2021-05-25target/arm: Implement SVE2 FMMLAStephen Long
2021-05-25target/arm: Implement SVE2 gather load insnsStephen Long
2021-05-25target/arm: Implement SVE2 scatter store insnsStephen 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