aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-25target/arm: Add support for FEAT_TLBIRANGERebecca Cran2-0/+286
2021-05-25accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]Richard Henderson1-6/+6
2021-05-25accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0Richard Henderson1-6/+5
2021-05-25accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson2-7/+32
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson2-7/+30
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson2-5/+34
2021-05-25accel/tcg: Remove {encode,decode}_pbm_to_runonRichard Henderson1-66/+20
2021-05-25accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeDataRichard Henderson1-12/+12
2021-05-25accel/tcg: Pass length argument to tlb_flush_range_locked()Richard Henderson1-15/+33
2021-05-25accel/tcg: Replace g_new() + memcpy() by g_memdup()Richard Henderson1-11/+4
2021-05-25target/arm: Use correct SP in M-profile exception returnPeter Maydell1-1/+2
2021-05-25hw/arm: Model TCMs in the SSE-300, not the AN547Peter Maydell3-12/+21
2021-05-25hw/arm/mps2-tz: Allow board to specify a boot RAM sizePeter Maydell1-0/+13
2021-05-25hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARDPeter Maydell1-4/+4