aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2021-06-17target/arm: Implement MVE VRMULHPeter Maydell
2021-06-17target/arm: Implement MVE VMULHPeter Maydell
2021-06-17target/arm: Implement MVE VADD, VSUB, VMULPeter Maydell
2021-06-17target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEORPeter Maydell
2021-06-17target/arm: Implement MVE VDUPPeter Maydell
2021-06-17target/arm: Implement MVE VNEGPeter Maydell
2021-06-17target/arm: Implement MVE VABSPeter Maydell
2021-06-17target/arm: Implement MVE VMVN (register)Peter Maydell
2021-06-17target/arm: Implement MVE VREV16, VREV32, VREV64Peter Maydell
2021-06-17target/arm: Implement MVE VCLSPeter Maydell
2021-06-17target/arm: Implement MVE VCLZPeter Maydell
2021-06-17target/arm: Implement widening/narrowing MVE VLDR/VSTR insnsPeter Maydell
2021-06-17target/arm: Implement MVE VLDR/VSTR (non-widening forms)Peter Maydell
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell
2021-06-16target/arm: Add framework for MVE decodePeter Maydell
2021-06-16target/arm: Implement MVE LETP insnPeter Maydell
2021-06-16target/arm: Implement MVE DLSTPPeter Maydell
2021-06-16target/arm: Implement MVE WLSTP insnPeter Maydell
2021-06-16target/arm: Implement MVE LCTPPeter Maydell
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell
2021-06-16target/arm: Handle VPR semantics in existing codePeter Maydell
2021-06-16target/arm: Enable FPSCR.QC bit for MVEPeter Maydell
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell
2021-06-16target/arm: Fix mte page crossing testRichard Henderson
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16Richard Henderson
2021-06-15target/arm: Remove fprintf from disas_simd_mod_immRichard Henderson
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16Richard Henderson
2021-06-03target/arm: Enable BFloat16 extensionsRichard Henderson
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson
2021-06-03target/arm: Implement scalar float32 to bfloat16 conversionRichard Henderson
2021-06-03target/arm: Unify unallocated path in disas_fp_1srcRichard Henderson
2021-06-03target/arm: Add isar_feature_{aa32, aa64, aa64_sve}_bf16Richard Henderson
2021-06-03target/arm: use raise_exception_ra for stack limit exceptionJamie Iles
2021-06-03target/arm: use raise_exception_ra for MTE check failureJamie Iles
2021-06-03target/arm: fold do_raise_exception into raise_exceptionJamie Iles
2021-06-03target/arm: fix missing exception classJamie Iles
2021-06-03target/arm: Mark LDS{MIN,MAX} as signed operationsRichard Henderson
2021-06-03target/arm: Allow board models to specify initial NS VTORPeter Maydell
2021-06-03target/arm: Make FPSCR.LTPSIZE writable for MVEPeter Maydell
2021-06-03target/arm: Implement M-profile VPR registerPeter Maydell
2021-06-03target/arm: Fix return values in fp_sysreg_checks()Peter Maydell
2021-06-03target/arm: Add MVE check to VMOV_reg_sp and VMOV_reg_dpPeter Maydell
2021-06-03target/arm: Move fpsp/fpdp isar check into callers of do_vfp_2op_sp/dpPeter Maydell