index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
Age
Commit message (
Expand
)
Author
2021-05-10
target/arm: Make WFI a NOP for userspace emulators
Peter Maydell
2021-05-10
target/arm: Make translate-neon.c.inc its own compilation unit
Peter Maydell
2021-05-10
target/arm: Make functions used by translate-neon global
Peter Maydell
2021-05-10
target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
Peter Maydell
2021-05-10
target/arm: Delete unused typedef
Peter Maydell
2021-05-10
target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
Peter Maydell
2021-05-10
target/arm: Make translate-vfp.c.inc its own compilation unit
Peter Maydell
2021-05-10
target/arm: Make functions used by translate-vfp global
Peter Maydell
2021-05-10
target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
Peter Maydell
2021-05-10
target/arm: Move gen_aa32 functions to translate-a32.h
Peter Maydell
2021-05-10
target/arm: Split m-nocp trans functions into their own file
Peter Maydell
2021-05-10
target/arm: Make functions used by m-nocp global
Peter Maydell
2021-05-10
target/arm: Share unallocated_encoding() and gen_exception_insn()
Peter Maydell
2021-05-10
target/arm: Move constant expanders to translate.h
Peter Maydell
2021-05-10
target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()
Peter Maydell
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-04-30
target/arm: Enforce alignment for sve LD1R
Richard Henderson
2021-04-30
target/arm: Enforce alignment for aa64 vector LDn/STn (single)
Richard Henderson
2021-04-30
target/arm: Enforce alignment for aa64 vector LDn/STn (multiple)
Richard Henderson
2021-04-30
target/arm: Use MemOp for size + endian in aa64 vector ld/st
Richard Henderson
2021-04-30
target/arm: Enforce alignment for aa64 load-acq/store-rel
Richard Henderson
2021-04-30
target/arm: Use finalize_memop for aa64 fpr load/store
Richard Henderson
2021-04-30
target/arm: Use finalize_memop for aa64 gpr load/store
Richard Henderson
2021-04-30
target/arm: Enforce alignment for VLDn/VSTn (single)
Richard Henderson
2021-04-30
target/arm: Enforce alignment for VLDn/VSTn (multiple)
Richard Henderson
2021-04-30
target/arm: Enforce alignment for VLDn (all lanes)
Richard Henderson
2021-04-30
target/arm: Enforce alignment for VLDR/VSTR
Richard Henderson
2021-04-30
target/arm: Enforce alignment for VLDM/VSTM
Richard Henderson
2021-04-30
target/arm: Enforce alignment for SRS
Richard Henderson
2021-04-30
target/arm: Enforce alignment for RFE
Richard Henderson
2021-04-30
target/arm: Enforce alignment for LDM/STM
Richard Henderson
2021-04-30
target/arm: Enforce alignment for LDA/LDAH/STL/STLH
Richard Henderson
2021-04-30
target/arm: Enforce word alignment for LDRD/STRD
Richard Henderson
2021-04-30
target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness
Richard Henderson
2021-04-30
target/arm: Fix SCTLR_B test for TCGv_i64 load/store
Richard Henderson
2021-04-30
target/arm: Merge gen_aa32_frob64 into gen_aa32_ld_i64
Richard Henderson
2021-04-30
target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endianness
Richard Henderson
2021-04-30
target/arm: Add ALIGN_MEM to TBFLAG_ANY
Richard Henderson
2021-04-30
target/arm: Move TBFLAG_ANY bits to the bottom
Richard Henderson
2021-04-30
target/arm: Move TBFLAG_AM32 bits to the top
Richard Henderson
2021-04-30
target/arm: Move mode specific TB flags to tb->cs_base
Richard Henderson
2021-04-30
target/arm: Introduce CPUARMTBFlags
Richard Henderson
2021-04-30
target/arm: Add wrapper macros for accessing tbflags
Richard Henderson
2021-04-30
target/arm: Rename TBFLAG_ANY, PSTATE_SS
Richard Henderson
2021-04-30
target/arm: Rename TBFLAG_A32, SCTLR_B
Richard Henderson
2021-04-30
target/arm: Fix decode of align in VLDST_single
Richard Henderson
2021-04-30
target/arm: Remove log2_esize parameter to gen_mte_checkN
Richard Henderson
2021-04-30
target/arm: Simplify sve mte checking
Richard Henderson
2021-04-30
target/arm: Rename mte_probe1 to mte_probe
Richard Henderson
[next]