summaryrefslogtreecommitdiffstats
path: root/target/arm
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Enable SME for user-onlyRichard Henderson2022-07-111-0/+11
* target/arm: Only set ZEN in reset if SVE presentRichard Henderson2022-07-111-4/+3Star
* target/arm: Enable SME for -cpu maxRichard Henderson2022-07-111-0/+11
* target/arm: Reset streaming sve state on exception boundariesRichard Henderson2022-07-111-2/+13
* target/arm: Implement SCLAMP, UCLAMPRichard Henderson2022-07-114-0/+149
* target/arm: Implement REVDRichard Henderson2022-07-114-0/+21
* target/arm: Implement PSELRichard Henderson2022-07-112-0/+77
* target/arm: Implement SME integer outer productRichard Henderson2022-07-114-0/+118
* target/arm: Implement FMOPA, FMOPS (widening)Richard Henderson2022-07-114-0/+78
* target/arm: Implement BFMOPA, BFMOPSRichard Henderson2022-07-114-0/+90
* target/arm: Implement FMOPA, FMOPS (non-widening)Richard Henderson2022-07-114-0/+115
* target/arm: Implement SME ADDHA, ADDVARichard Henderson2022-07-114-0/+137
* target/arm: Implement SME LDR, STRRichard Henderson2022-07-112-0/+31
* target/arm: Export unpredicated ld/st from translate-sve.cRichard Henderson2022-07-112-12/+39
* target/arm: Implement SME LD1, ST1Richard Henderson2022-07-114-0/+756
* target/arm: Implement SME MOVARichard Henderson2022-07-118-1/+331
* target/arm: Implement SME ZERORichard Henderson2022-07-114-0/+44
* target/arm: Implement SME RDSVL, ADDSVL, ADDSPLRichard Henderson2022-07-113-1/+54
* target/arm: Handle SME in sve_access_checkRichard Henderson2022-07-111-6/+16
* target/arm: Add SME enablement checksRichard Henderson2022-07-112-0/+55
* target/arm: Mark LD1RO as non-streamingRichard Henderson2022-07-112-3/+2Star
* target/arm: Mark LDFF1 and LDNF1 as non-streamingRichard Henderson2022-07-112-2/+2
* target/arm: Mark gather prefetch as non-streamingRichard Henderson2022-07-113-8/+16
* target/arm: Mark gather/scatter load/store as non-streamingRichard Henderson2022-07-112-9/+6Star
* target/arm: Mark string/histo/crypto as non-streamingRichard Henderson2022-07-112-18/+18
* target/arm: Mark SMMLA, UMMLA, USMMLA as non-streamingRichard Henderson2022-07-112-7/+6Star
* target/arm: Mark FTSMUL, FTMAD, FADDA as non-streamingRichard Henderson2022-07-112-7/+11
* target/arm: Mark PMULL, FMMLA as non-streamingRichard Henderson2022-07-112-11/+15
* target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streamingRichard Henderson2022-07-112-13/+12Star
* target/arm: Mark RDFFR, WRFFR, SETFFR as non-streamingRichard Henderson2022-07-112-5/+6
* target/arm: Mark ADR as non-streamingRichard Henderson2022-07-113-5/+11
* target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson2022-07-118-2/+195
* target/arm: Add infrastructure for disas_smeRichard Henderson2022-07-115-1/+64
* target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson2022-07-111-1/+16
* target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmemPeter Maydell2022-07-071-1/+1
* target/arm: Correctly implement Feat_DoubleLockPeter Maydell2022-07-072-2/+38
* target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell2022-07-074-0/+55
* target/arm: Suppress debug exceptions when OS Lock setPeter Maydell2022-07-071-0/+3
* target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell2022-07-074-530/+538
* target/arm: Fix code style issues in debug helper functionsPeter Maydell2022-07-071-20/+38
* target/arm: Record tagged bit for user-only in sve_probe_pageRichard Henderson2022-07-071-0/+3
* target/arm: Fix MTE check in sve_ldnfff1_rRichard Henderson2022-07-071-1/+1
* disas: Remove libvixl disassemblerThomas Huth2022-07-051-7/+0Star
* semihosting: Split out common-semi-target.hRichard Henderson2022-06-281-0/+62
* semihosting: Return void from do_common_semihostingRichard Henderson2022-06-282-3/+3
* target/arm: Check V7VE as well as LPAE in arm_pamaxRichard Henderson2022-06-271-1/+7
* target/arm: Extend arm_pamax to more than aarch64Richard Henderson2022-06-271-8/+16
* target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.hRichard Henderson2022-06-272-36/+38
* target/arm: Add SVL to TB flagsRichard Henderson2022-06-274-1/+21
* target/arm: Introduce sve_vqm1_for_el_smRichard Henderson2022-06-272-9/+32