aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2021-05-10target/arm: Make WFI a NOP for userspace emulatorsPeter Maydell
2021-05-10target/arm: Make translate-neon.c.inc its own compilation unitPeter Maydell
2021-05-10target/arm: Make functions used by translate-neon globalPeter Maydell
2021-05-10target/arm: Move NeonGenThreeOpEnvFn typedef to translate.hPeter Maydell
2021-05-10target/arm: Delete unused typedefPeter Maydell
2021-05-10target/arm: Move vfp_reg_ptr() to translate-neon.c.incPeter Maydell
2021-05-10target/arm: Make translate-vfp.c.inc its own compilation unitPeter Maydell
2021-05-10target/arm: Make functions used by translate-vfp globalPeter Maydell
2021-05-10target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.incPeter Maydell
2021-05-10target/arm: Move gen_aa32 functions to translate-a32.hPeter Maydell
2021-05-10target/arm: Split m-nocp trans functions into their own filePeter Maydell
2021-05-10target/arm: Make functions used by m-nocp globalPeter Maydell
2021-05-10target/arm: Share unallocated_encoding() and gen_exception_insn()Peter Maydell
2021-05-10target/arm: Move constant expanders to translate.hPeter Maydell
2021-05-10target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()Peter Maydell
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-04-30target/arm: Enforce alignment for sve LD1RRichard Henderson
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: Enforce alignment for VLDn/VSTn (single)Richard Henderson
2021-04-30target/arm: Enforce alignment for VLDn/VSTn (multiple)Richard Henderson
2021-04-30target/arm: Enforce alignment for VLDn (all lanes)Richard Henderson
2021-04-30target/arm: Enforce alignment for VLDR/VSTRRichard Henderson
2021-04-30target/arm: Enforce alignment for VLDM/VSTMRichard Henderson
2021-04-30target/arm: Enforce alignment for SRSRichard Henderson
2021-04-30target/arm: Enforce alignment for RFERichard Henderson
2021-04-30target/arm: Enforce alignment for LDM/STMRichard Henderson
2021-04-30target/arm: Enforce alignment for LDA/LDAH/STL/STLHRichard Henderson
2021-04-30target/arm: Enforce word alignment for LDRD/STRDRichard Henderson
2021-04-30target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endiannessRichard Henderson
2021-04-30target/arm: Fix SCTLR_B test for TCGv_i64 load/storeRichard Henderson
2021-04-30target/arm: Merge gen_aa32_frob64 into gen_aa32_ld_i64Richard Henderson
2021-04-30target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endiannessRichard Henderson
2021-04-30target/arm: Add ALIGN_MEM to TBFLAG_ANYRichard Henderson
2021-04-30target/arm: Move TBFLAG_ANY bits to the bottomRichard Henderson
2021-04-30target/arm: Move TBFLAG_AM32 bits to the topRichard Henderson
2021-04-30target/arm: Move mode specific TB flags to tb->cs_baseRichard 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: Rename TBFLAG_A32, SCTLR_BRichard Henderson
2021-04-30target/arm: Fix decode of align in VLDST_singleRichard Henderson
2021-04-30target/arm: Remove log2_esize parameter to gen_mte_checkNRichard Henderson
2021-04-30target/arm: Simplify sve mte checkingRichard Henderson
2021-04-30target/arm: Rename mte_probe1 to mte_probeRichard Henderson