aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-sve.c
AgeCommit message (Expand)Author
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson
2021-05-25target/arm: Implement SVE2 integer multiply-add longRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply-add highRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply-add longRichard Henderson
2021-05-25target/arm: Implement SVE2 MATCH, NMATCHStephen Long
2021-05-25target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson
2021-05-25target/arm: Implement SVE2 WHILERW, WHILEWRRichard Henderson
2021-05-25target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson
2021-05-25target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson
2021-05-25target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson
2021-05-25target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson
2021-05-25target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson
2021-05-25target/arm: Implement SVE2 floating-point pairwiseStephen Long
2021-05-25target/arm: Implement SVE2 saturating extract narrowRichard Henderson
2021-05-25target/arm: Implement SVE2 integer absolute difference and accumulateRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift and insertRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift right and accumulateRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson
2021-05-25target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson
2021-05-25target/arm: Implement SVE2 complex integer addRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise permuteRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift left longRichard Henderson
2021-05-25target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson
2021-05-25target/arm: Implement SVE2 integer multiply longRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract wideRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract interleaved longRichard Henderson
2021-05-25target/arm: Implement SVE2 integer add/subtract longRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson
2021-05-25target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson
2021-05-25target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer unary operations (predicated)Richard Henderson
2021-05-25target/arm: Implement SVE2 integer pairwise add and accumulate longRichard Henderson
2021-05-25target/arm: Implement SVE2 Integer Multiply - UnpredicatedRichard Henderson
2021-04-30target/arm: Enforce alignment for sve LD1RRichard Henderson
2021-04-30target/arm: Remove log2_esize parameter to gen_mte_checkNRichard Henderson
2021-04-30target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1Richard Henderson
2021-03-12target/arm: Update sve reduction vs simd_descRichard Henderson
2021-03-12target/arm: Update WHILE for PREDDESCRichard Henderson
2021-03-12target/arm: Update CNTP for PREDDESCRichard Henderson
2021-03-12target/arm: Update BRKA, BRKB, BRKN for PREDDESCRichard Henderson
2021-03-12target/arm: Update find_last_active for PREDDESCRichard Henderson
2021-01-19target/arm: Update REV, PUNPK for pred_descRichard Henderson
2021-01-19target/arm: Update ZIP, UZP, TRN for pred_descRichard Henderson
2021-01-19target/arm: Update PFIRST, PNEXT for pred_descRichard Henderson
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-10-01target/arm: Fix SVE spliceRichard Henderson
2020-10-01target/arm: Fix sve ldr/strRichard Henderson
2020-09-01target/arm: Remove local definitions of float constantsPeter Maydell