aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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-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-25target/arm: Use correct SP in M-profile exception returnPeter Maydell1-1/+2
2021-05-20target/xtensa: clean up unaligned accessMax Filippov2-66/+67
2021-05-20target/xtensa: fix access ring in l32exMax Filippov1-1/+1
2021-05-20target/xtensa: don't generate extra EXCP_DEBUG on exceptionMax Filippov4-19/+0
2021-05-20Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210520-v2' i...Peter Maydell4-5/+17
2021-05-20target/i386: Make sure that vsyscall's tb->size != 0Ilya Leoshkevich1-0/+1
2021-05-20target/xtensa: Make sure that tb->size != 0Ilya Leoshkevich1-0/+3
2021-05-20target/arm: Make sure that commpage's tb->size != 0Ilya Leoshkevich1-0/+2
2021-05-20target/s390x: Fix translation exception on illegal instructionIlya Leoshkevich1-5/+11
2021-05-20Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-x86-20210519' into...Peter Maydell14-753/+592
2021-05-19target/i386: Remove user-only i/o stubsRichard Henderson4-58/+7
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson4-30/+40
2021-05-19target/i386: Create helper_check_ioRichard Henderson3-34/+5
2021-05-19target/i386: Pass in port to gen_check_ioRichard Henderson1-26/+29
2021-05-19target/i386: Tidy gen_check_ioRichard Henderson1-27/+30
2021-05-19target/i386: Exit tb after wrmsrRichard Henderson1-0/+2
2021-05-19target/i386: Eliminate user stubs for read/write_crN, rd/wrmsrRichard Henderson3-24/+8
2021-05-19target/i386: Inline user cpu_svm_check_intercept_paramRichard Henderson3-29/+8
2021-05-19target/i386: Unify invlpg, invlpgaRichard Henderson4-33/+15
2021-05-19target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson5-58/+63