aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-07-11target/arm: Enable SME for user-onlyRichard Henderson1-0/+11
2022-07-11target/arm: Only set ZEN in reset if SVE presentRichard Henderson1-4/+3
2022-07-11target/arm: Enable SME for -cpu maxRichard Henderson1-0/+11
2022-07-11target/arm: Reset streaming sve state on exception boundariesRichard Henderson1-2/+13
2022-07-11target/arm: Implement SCLAMP, UCLAMPRichard Henderson4-0/+149
2022-07-11target/arm: Implement REVDRichard Henderson4-0/+21
2022-07-11target/arm: Implement PSELRichard Henderson2-0/+77
2022-07-11target/arm: Implement SME integer outer productRichard Henderson4-0/+118
2022-07-11target/arm: Implement FMOPA, FMOPS (widening)Richard Henderson4-0/+78
2022-07-11target/arm: Implement BFMOPA, BFMOPSRichard Henderson4-0/+90
2022-07-11target/arm: Implement FMOPA, FMOPS (non-widening)Richard Henderson4-0/+115
2022-07-11target/arm: Implement SME ADDHA, ADDVARichard Henderson4-0/+137
2022-07-11target/arm: Implement SME LDR, STRRichard Henderson2-0/+31
2022-07-11target/arm: Export unpredicated ld/st from translate-sve.cRichard Henderson2-12/+39
2022-07-11target/arm: Implement SME LD1, ST1Richard Henderson4-0/+756
2022-07-11target/arm: Implement SME MOVARichard Henderson8-1/+331
2022-07-11target/arm: Implement SME ZERORichard Henderson4-0/+44
2022-07-11target/arm: Implement SME RDSVL, ADDSVL, ADDSPLRichard Henderson3-1/+54
2022-07-11target/arm: Handle SME in sve_access_checkRichard Henderson1-6/+16
2022-07-11target/arm: Add SME enablement checksRichard Henderson2-0/+55
2022-07-11target/arm: Mark LD1RO as non-streamingRichard Henderson2-3/+2
2022-07-11target/arm: Mark LDFF1 and LDNF1 as non-streamingRichard Henderson2-2/+2
2022-07-11target/arm: Mark gather prefetch as non-streamingRichard Henderson3-8/+16
2022-07-11target/arm: Mark gather/scatter load/store as non-streamingRichard Henderson2-9/+6
2022-07-11target/arm: Mark string/histo/crypto as non-streamingRichard Henderson2-18/+18
2022-07-11target/arm: Mark SMMLA, UMMLA, USMMLA as non-streamingRichard Henderson2-7/+6
2022-07-11target/arm: Mark FTSMUL, FTMAD, FADDA as non-streamingRichard Henderson2-7/+11
2022-07-11target/arm: Mark PMULL, FMMLA as non-streamingRichard Henderson2-11/+15
2022-07-11target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streamingRichard Henderson2-13/+12
2022-07-11target/arm: Mark RDFFR, WRFFR, SETFFR as non-streamingRichard Henderson2-5/+6
2022-07-11target/arm: Mark ADR as non-streamingRichard Henderson3-5/+11
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson8-2/+195
2022-07-11target/arm: Add infrastructure for disas_smeRichard Henderson5-1/+64
2022-07-11target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson1-1/+16
2022-07-08Merge tag 'pull-target-arm-20220707' of https://git.linaro.org/people/pmaydel...Richard Henderson9-514/+637
2022-07-07Merge tag 'pull-request-2022-07-07' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2-25/+24
2022-07-07target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmemPeter Maydell1-1/+1
2022-07-07target/arm: Correctly implement Feat_DoubleLockPeter Maydell2-2/+38
2022-07-07target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell4-0/+55
2022-07-07target/arm: Suppress debug exceptions when OS Lock setPeter Maydell1-0/+3
2022-07-07target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell4-530/+538
2022-07-07target/arm: Fix code style issues in debug helper functionsPeter Maydell1-20/+38
2022-07-07target/arm: Record tagged bit for user-only in sve_probe_pageRichard Henderson1-0/+3
2022-07-07target/arm: Fix MTE check in sve_ldnfff1_rRichard Henderson1-1/+1
2022-07-06target/s390x: Exit tb after executing ex_valueRichard Henderson1-1/+1
2022-07-06target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson1-10/+11
2022-07-06target/s390x: Remove DISAS_PC_STALERichard Henderson1-9/+4
2022-07-06target/s390x: Remove DISAS_GOTO_TBRichard Henderson1-6/+2
2022-07-06target/ppc: Fix MPC8555 and MPC8560 core type to e500v1Pali Rohár2-14/+14
2022-07-06target/ppc/cpu-models: Remove the "default" CPU aliasThomas Huth1-1/+1