aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-25target/arm: Implement SVE2 SPLICE, EXTStephen Long2-7/+39
2021-05-25target/arm: Implement SVE2 FMMLAStephen Long5-0/+125
2021-05-25target/arm: Implement SVE2 gather load insnsStephen Long2-0/+19
2021-05-25target/arm: Implement SVE2 scatter store insnsStephen Long2-0/+18
2021-05-25target/arm: Implement SVE2 XARRichard Henderson8-21/+172
2021-05-25target/arm: Implement SVE2 HISTCNT, HISTSEGStephen Long4-0/+163
2021-05-25target/arm: Implement SVE2 RSUBHNB, RSUBHNTStephen Long4-0/+22
2021-05-25target/arm: Implement SVE2 SUBHNB, SUBHNTStephen Long4-0/+23
2021-05-25target/arm: Implement SVE2 RADDHNB, RADDHNTStephen Long4-0/+22
2021-05-25target/arm: Implement SVE2 ADDHNB, ADDHNTStephen Long4-0/+62
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson6-8/+113
2021-05-25target/arm: Implement SVE2 integer multiply-add longRichard Henderson4-0/+133
2021-05-25target/arm: Implement SVE2 saturating multiply-add highRichard Henderson4-6/+195
2021-05-25target/arm: Implement SVE2 saturating multiply-add longRichard Henderson4-0/+112
2021-05-25target/arm: Implement SVE2 MATCH, NMATCHStephen Long4-0/+101
2021-05-25target/arm: Implement SVE2 bitwise ternary operationsRichard Henderson4-0/+281
2021-05-25target/arm: Implement SVE2 WHILERW, WHILEWRRichard Henderson2-0/+70
2021-05-25target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHSRichard Henderson4-17/+82
2021-05-25target/arm: Implement SVE2 SQSHRN, SQRSHRNRichard Henderson4-0/+149
2021-05-25target/arm: Implement SVE2 UQSHRN, UQRSHRNRichard Henderson4-0/+137
2021-05-25target/arm: Implement SVE2 SQSHRUN, SQRSHRUNRichard Henderson4-0/+153
2021-05-25target/arm: Implement SVE2 SHRN, RSHRNRichard Henderson4-2/+236
2021-05-25target/arm: Implement SVE2 floating-point pairwiseStephen Long4-0/+114
2021-05-25target/arm: Implement SVE2 saturating extract narrowRichard Henderson4-0/+330
2021-05-25target/arm: Implement SVE2 integer absolute difference and accumulateRichard Henderson2-0/+27
2021-05-25target/arm: Implement SVE2 bitwise shift and insertRichard Henderson2-0/+15
2021-05-25target/arm: Implement SVE2 bitwise shift right and accumulateRichard Henderson2-0/+42
2021-05-25target/arm: Implement SVE2 integer add/subtract long with carryRichard Henderson4-0/+66
2021-05-25target/arm: Implement SVE2 integer absolute difference and accumulate longRichard Henderson4-0/+104
2021-05-25target/arm: Implement SVE2 complex integer addRichard Henderson4-0/+92
2021-05-25target/arm: Implement SVE2 bitwise permuteRichard Henderson5-0/+135
2021-05-25target/arm: Implement SVE2 bitwise exclusive-or interleavedRichard Henderson4-0/+49
2021-05-25target/arm: Implement SVE2 bitwise shift left longRichard Henderson4-0/+197
2021-05-25target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson5-0/+59
2021-05-25target/arm: Implement SVE2 integer multiply longRichard Henderson4-0/+64
2021-05-25target/arm: Implement SVE2 integer add/subtract wideRichard Henderson4-0/+78
2021-05-25target/arm: Implement SVE2 integer add/subtract interleaved longRichard Henderson2-0/+10
2021-05-25target/arm: Implement SVE2 integer add/subtract longRichard Henderson4-0/+132
2021-05-25target/arm: Implement SVE2 saturating add/subtract (predicated)Richard Henderson4-56/+210
2021-05-25target/arm: Implement SVE2 integer pairwise arithmeticRichard Henderson4-0/+135
2021-05-25target/arm: Implement SVE2 integer halving add/subtract (predicated)Richard Henderson4-0/+112
2021-05-25target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)Richard Henderson4-0/+176
2021-05-25target/arm: Split out saturating/rounding shifts from neonRichard Henderson2-430/+227
2021-05-25target/arm: Implement SVE2 integer unary operations (predicated)Richard Henderson4-0/+88
2021-05-25target/arm: Implement SVE2 integer pairwise add and accumulate longRichard Henderson4-0/+102
2021-05-25target/arm: Implement SVE2 Integer Multiply - UnpredicatedRichard Henderson4-0/+166
2021-05-25target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2Richard Henderson3-8/+32
2021-05-25disas/libvixl: Protect C system header for C++ compilerPhilippe Mathieu-Daudé6-11/+15
2021-05-25target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU typeRebecca Cran1-0/+1
2021-05-25target/arm: Add support for FEAT_TLBIOSRebecca Cran2-0/+48