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
/
translate.c
Age
Commit message (
Expand
)
Author
2021-05-20
target/arm: Make sure that commpage's tb->size != 0
Ilya Leoshkevich
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-04-30
target/arm: Enforce alignment for VLDn (all lanes)
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: 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: Make Thumb store insns UNDEF for Rn==1111
Peter Maydell
2021-04-17
target/arm: drop CF_LAST_IO/dc->condjump check
Alex Bennée
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-01-19
target/arm: Implement SCR_EL2.EEL2
Rémi Denis-Courmont
2021-01-19
target/arm: revector to run-time pick target EL
Rémi Denis-Courmont
2021-01-12
target/arm: Don't decode insns in the XScale/iWMMXt space as cp insns
Peter Maydell
2020-12-10
target/arm: Move general-use constant expanders up in translate.c
Peter Maydell
2020-12-10
target/arm: Implement CLRM instruction
Peter Maydell
2020-12-10
target/arm: Implement VSCCLRM insn
Peter Maydell
2020-11-15
arm tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-11-10
target/arm: add space before the open parenthesis '('
Xinhao Zhang
2020-11-02
target/arm: Improve do_prewiden_3d
Richard Henderson
2020-11-02
target/arm: Rename neon_load_reg64 to vfp_load_reg64
Richard Henderson
2020-11-02
target/arm: Add read/write_neon_element64
Richard Henderson
2020-11-02
target/arm: Rename neon_load_reg32 to vfp_load_reg32
Richard Henderson
2020-11-02
target/arm: Expand read/write_neon_element32 to all MemOp
Richard Henderson
2020-11-02
target/arm: Add read/write_neon_element32
Richard Henderson
2020-11-02
target/arm: Use neon_element_offset in vfp_reg_offset
Richard Henderson
2020-11-02
target/arm: Use neon_element_offset in neon_load/store_reg
Richard Henderson
2020-11-02
target/arm: Move neon_element_offset to translate.c
Richard Henderson
2020-11-02
target/arm: Introduce neon_full_reg_offset
Richard Henderson
[next]