aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
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
2021-06-03target/arm: Update feature checks for insns which are "MVE or FP"Peter Maydell
2021-06-03target/arm: Add isar feature check functions for MVEPeter Maydell
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé
2021-05-25target/arm: Enable SVE2 and related extensionsRichard Henderson
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson
2021-05-25target/arm: Implement SVE2 LD1RORichard Henderson
2021-05-25target/arm: Tidy do_ldrqRichard Henderson
2021-05-25target/arm: Share table of sve load functionsRichard Henderson
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long
2021-05-25target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long