summaryrefslogtreecommitdiffstats
path: root/target/arm
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Honor the HCR_EL2.TACR bitRichard Henderson2020-03-051-4/+14
* target/arm: Honor the HCR_EL2.TSW bitRichard Henderson2020-03-051-6/+16
* target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson2020-03-051-27/+55
* target/arm: Improve masking in arm_hcr_el2_effRichard Henderson2020-03-051-4/+27
* target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson2020-03-051-6/+0Star
* target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson2020-03-051-2/+4
* target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson2020-03-051-0/+7
* target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson2020-03-051-13/+25
* target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell2020-03-053-0/+7
* target/arm: Implement ARMv8.3-CCIDXPeter Maydell2020-02-282-1/+35
* target/arm: Implement v8.4-RCPCPeter Maydell2020-02-283-1/+96
* target/arm: Implement v8.3-RCPCPeter Maydell2020-02-283-0/+30
* target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell2020-02-281-2/+2
* target/arm: Split VMINMAXNM decodeRichard Henderson2020-02-282-77/+44Star
* target/arm: Split VFM decodeRichard Henderson2020-02-282-14/+55
* target/arm: Add formats for some vfp 2 and 3-register insnsRichard Henderson2020-02-281-90/+60Star
* target/arm: Remove ARM_FEATURE_VFP*Richard Henderson2020-02-285-37/+0Star
* target/arm: Move the vfp decodetree calls next to the base isaRichard Henderson2020-02-281-54/+29Star
* target/arm: Move VLLDM and VLSTM to vfp.decodeRichard Henderson2020-02-283-44/+50
* target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insnRichard Henderson2020-02-281-4/+0Star
* target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson2020-02-284-6/+36
* target/arm: Add missing checks for fpsp_v2Richard Henderson2020-02-281-9/+69
* target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3Richard Henderson2020-02-281-16/+8Star
* target/arm: Perform fpdp_v2 check firstRichard Henderson2020-02-281-69/+71
* target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfpRichard Henderson2020-02-283-5/+20
* target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}Richard Henderson2020-02-281-0/+18
* target/arm: Rename isar_feature_aa32_fpdp_v2Richard Henderson2020-02-282-22/+22
* target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson2020-02-285-14/+25
* target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfnRichard Henderson2020-02-281-0/+1
* target/arm: Set MVFR0.FPSP for ARMv5 cpusRichard Henderson2020-02-211-4/+6
* target/arm: Use isar_feature_aa32_simd_r32 more placesRichard Henderson2020-02-213-13/+11Star
* target/arm: Rename isar_feature_aa32_simd_r32Richard Henderson2020-02-212-27/+28
* target/arm: Convert PMULL.8 to gvecRichard Henderson2020-02-216-55/+95
* target/arm: Convert PMULL.64 to gvecRichard Henderson2020-02-215-72/+39Star
* target/arm: Convert PMUL.8 to gvecRichard Henderson2020-02-215-37/+39
* target/arm: Vectorize USHL and SSHLRichard Henderson2020-02-216-66/+389
* target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell2020-02-214-9/+33
* target/arm: Use FIELD_EX32 for testing 32-bit fieldsPeter Maydell2020-02-211-9/+9
* target/arm: Use isar_feature function for testing AA32HPD featurePeter Maydell2020-02-212-2/+7
* target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell2020-02-216-79/+106
* target/arm: Correct handling of PMCR_EL0.LC bitPeter Maydell2020-02-211-4/+9
* target/arm: Correct definition of PMCRDPPeter Maydell2020-02-211-1/+2
* target/arm: Provide ARMv8.4-PMU in '-cpu max'Peter Maydell2020-02-211-0/+8
* target/arm: Implement ARMv8.4-PMU extensionPeter Maydell2020-02-212-1/+39
* target/arm: Implement ARMv8.1-PMU extensionPeter Maydell2020-02-211-2/+30
* target/arm: Read debug-related ID registers from KVMPeter Maydell2020-02-213-0/+49
* target/arm: Move DBGDIDR into ARMISARegistersPeter Maydell2020-02-215-12/+12
* target/arm: Stop assuming DBGDIDR always existsPeter Maydell2020-02-214-19/+57
* target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checksPeter Maydell2020-02-214-11/+25
* target/arm: Define an aa32_pmu_8_1 isar feature test functionPeter Maydell2020-02-214-21/+27