aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate-a64.c
AgeCommit message (Expand)Author
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: Mark LDS{MIN,MAX} as signed operationsRichard Henderson
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson
2021-05-25target/arm: Pass separate addend to FCMLA helpersRichard Henderson
2021-05-25target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson
2021-05-25target/arm: Implement SVE2 XARRichard Henderson
2021-05-10target/arm: Share unallocated_encoding() and gen_exception_insn()Peter Maydell
2021-04-30target/arm: Enforce alignment for aa64 vector LDn/STn (single)Richard Henderson
2021-04-30target/arm: Enforce alignment for aa64 vector LDn/STn (multiple)Richard Henderson
2021-04-30target/arm: Use MemOp for size + endian in aa64 vector ld/stRichard Henderson
2021-04-30target/arm: Enforce alignment for aa64 load-acq/store-relRichard Henderson
2021-04-30target/arm: Use finalize_memop for aa64 fpr load/storeRichard Henderson
2021-04-30target/arm: Use finalize_memop for aa64 gpr load/storeRichard Henderson
2021-04-30target/arm: Add ALIGN_MEM to TBFLAG_ANYRichard Henderson
2021-04-30target/arm: Introduce CPUARMTBFlagsRichard Henderson
2021-04-30target/arm: Add wrapper macros for accessing tbflagsRichard Henderson
2021-04-30target/arm: Rename TBFLAG_ANY, PSTATE_SSRichard Henderson
2021-04-30target/arm: Remove log2_esize parameter to gen_mte_checkNRichard Henderson
2021-04-30target/arm: Merge mte_check1, mte_checkNRichard Henderson
2021-04-30target/arm: Replace MTEDESC ESIZE+TSIZE with SIZEM1Richard Henderson
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé
2021-03-05target/arm: Speed up aarch64 TBL/TBXRichard Henderson
2021-03-05target/arm: Add support for FEAT_SSBS, Speculative Store Bypass SafeRebecca Cran
2021-02-16target/arm: Improve gen_top_byte_ignoreRichard Henderson
2021-02-11target/arm: Add support for FEAT_DIT, Data Independent TimingRebecca Cran
2021-01-19target/arm: add MMU stage 1 for Secure EL2Rémi Denis-Courmont
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson
2020-09-01target/arm/translate-a64:Remove redundant statement in disas_simd_two_reg_mis...Chen Qun
2020-09-01target/arm/translate-a64:Remove dead assignment in handle_scalar_simd_shli()Chen Qun
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdpull-target-arm-20200828Richard Henderson
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson
2020-08-28target/arm: Rearrange {sve,fp}_check_access assertRichard Henderson
2020-08-24target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell
2020-08-04target/arm: Fix decode of LDRA[AB] instructionspull-target-arm-20200804Peter Collingbourne
2020-08-03target/arm: Avoid maybe-uninitialized warning with gcc 4.9Kaige Li
2020-07-03target/arm: Fix temp double-free in sve ldr/strRichard Henderson
2020-06-26target/arm: Implement data cache set allocation tagsRichard Henderson
2020-06-26target/arm: Complete TBI clearing for user-only for SVERichard Henderson