summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
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
2021-05-25target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long
2021-05-25target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long
2021-05-25target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long
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: Split out saturating/rounding shifts from neonRichard 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-05-25target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2Richard Henderson
2021-05-25target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU typeRebecca Cran
2021-05-25target/arm: Add support for FEAT_TLBIOSRebecca Cran
2021-05-25target/arm: Add support for FEAT_TLBIRANGERebecca Cran