aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2021-06-21target/arm: Handle writeback in VLDR/VSTR sysreg with no memory accessPeter Maydell1-30/+72
2021-06-21target/arm: Don't NOCP fault for FPCXT_NS accessesPeter Maydell5-528/+542
2021-06-21target/arm: Handle FPU being disabled in FPCXT_NS accessesPeter Maydell1-2/+30
2021-06-21target/arm/translate-vfp.c: Whitespace fixesPeter Maydell1-6/+5
2021-06-21target/arm: Use acpi_ghes_present() to see if we report ACPI memory errorsPeter Maydell1-5/+1
2021-06-16bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operationsPeter Maydell1-20/+0
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell3-99/+109
2021-06-16target/arm: Add framework for MVE decodePeter Maydell5-0/+53
2021-06-16target/arm: Implement MVE LETP insnPeter Maydell2-9/+97
2021-06-16target/arm: Implement MVE DLSTPPeter Maydell2-5/+27
2021-06-16target/arm: Implement MVE WLSTP insnPeter Maydell2-3/+42
2021-06-16target/arm: Implement MVE LCTPPeter Maydell2-0/+26
2021-06-16target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell1-5/+15
2021-06-16target/arm: Add handling for PSR.ECI/ICIPeter Maydell5-5/+133
2021-06-16target/arm: Handle VPR semantics in existing codePeter Maydell3-11/+57
2021-06-16target/arm: Enable FPSCR.QC bit for MVEPeter Maydell2-10/+23
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell3-137/+143
2021-06-16target/arm: Fix mte page crossing testRichard Henderson1-1/+1
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16Richard Henderson1-30/+48
2021-06-15target/arm: Remove fprintf from disas_simd_mod_immRichard Henderson1-1/+0
2021-06-15target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16Richard Henderson1-2/+2
2021-06-03target/arm: Enable BFloat16 extensionsRichard Henderson3-0/+7
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson7-1/+82
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson7-4/+73
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson7-3/+81
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson7-9/+80
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson7-0/+89
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson9-0/+95
2021-06-03target/arm: Implement scalar float32 to bfloat16 conversionRichard Henderson5-0/+51
2021-06-03target/arm: Unify unallocated path in disas_fp_1srcRichard Henderson1-9/+6
2021-06-03target/arm: Add isar_feature_{aa32, aa64, aa64_sve}_bf16Richard Henderson1-0/+15
2021-06-03target/arm: use raise_exception_ra for stack limit exceptionJamie Iles2-10/+4
2021-06-03target/arm: use raise_exception_ra for MTE check failureJamie Iles1-9/+3
2021-06-03target/arm: fold do_raise_exception into raise_exceptionJamie Iles1-10/+2
2021-06-03target/arm: fix missing exception classJamie Iles1-2/+9
2021-06-03target/arm: Mark LDS{MIN,MAX} as signed operationsRichard Henderson1-3/+10
2021-06-03target/arm: Allow board models to specify initial NS VTORPeter Maydell2-0/+12
2021-06-03target/arm: Make FPSCR.LTPSIZE writable for MVEPeter Maydell3-4/+9
2021-06-03target/arm: Implement M-profile VPR registerPeter Maydell3-0/+63
2021-06-03target/arm: Fix return values in fp_sysreg_checks()Peter Maydell1-3/+3
2021-06-03target/arm: Add MVE check to VMOV_reg_sp and VMOV_reg_dpPeter Maydell1-2/+13
2021-06-03target/arm: Move fpsp/fpdp isar check into callers of do_vfp_2op_sp/dpPeter Maydell1-18/+19
2021-06-03target/arm: Update feature checks for insns which are "MVE or FP"Peter Maydell1-19/+29
2021-06-03target/arm: Add isar feature check functions for MVEPeter Maydell1-0/+22
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson2-2/+2
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé1-2/+2
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé1-1/+1