index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
translate.c
Age
Commit message (
Expand
)
Author
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
2020-10-20
target/arm: Implement v8.1M low-overhead-loop instructions
Peter Maydell
2020-10-20
target/arm: Implement v8.1M branch-future insns (as NOPs)
Peter Maydell
2020-10-20
target/arm: Don't allow BLX imm for M-profile
Peter Maydell
2020-10-20
target/arm: Implement v8.1M conditional-select insns
Peter Maydell
2020-10-20
target/arm: Fix SMLAD incorrect setting of Q bit
Peter Maydell
2020-08-24
target/arm: Make A32/T32 use new fpstatus_ptr() API
Peter Maydell
2020-08-24
target/arm/translate.c: Delete/amend incorrect comments
Peter Maydell
2020-08-24
target/arm: Delete unused VFP_DREG macros
Peter Maydell
2020-08-24
target/arm: Remove ARCH macro
Peter Maydell
2020-08-24
target/arm: Convert T32 coprocessor insns to decodetree
Peter Maydell
2020-08-24
target/arm: Do M-profile NOCP checks early and via decodetree
Peter Maydell
2020-08-24
target/arm: Tidy up disas_arm_insn()
Peter Maydell
2020-08-24
target/arm: Convert A32 coprocessor insns to decodetree
Peter Maydell
2020-08-24
target/arm: Separate decode from handling of coproc insns
Peter Maydell
2020-08-24
target/arm: Pull handling of XScale insns out of disas_coproc_insn()
Peter Maydell
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-06-26
target/arm: Add DISAS_UPDATE_NOCHAIN
Richard Henderson
2020-06-26
target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXIT
Richard Henderson
2020-06-23
target/arm: Remove unnecessary gen_io_end() calls
Peter Maydell
2020-06-23
target/arm: Move some functions used only in translate-neon.inc.c to that file
Peter Maydell
2020-06-23
target/arm: Convert Neon VTRN to decodetree
Peter Maydell
2020-06-23
target/arm: Convert Neon VSWP to decodetree
Peter Maydell
2020-06-23
target/arm: Convert Neon 2-reg-misc VCVT insns to decodetree
Peter Maydell
2020-06-23
target/arm: Convert Neon 2-reg-misc VRINT insns to decodetree
Peter Maydell
2020-06-23
target/arm: Convert Neon 2-reg-misc fp-compare-with-zero insns to decodetree
Peter Maydell
2020-06-23
target/arm: Convert simple fp Neon 2-reg-misc insns
Peter Maydell
2020-06-23
target/arm: Convert Neon VQABS, VQNEG to decodetree
Peter Maydell
2020-06-23
target/arm: Convert remaining simple 2-reg-misc Neon ops
Peter Maydell
2020-06-23
target/arm: Convert Neon 2-reg-misc VREV32 and VREV16 to decodetree
Peter Maydell
2020-06-23
target/arm: Make gen_swap_half() take separate src and dest
Peter Maydell
2020-06-23
target/arm: Convert Neon 2-reg-misc crypto operations to decodetree
Peter Maydell
2020-06-23
target/arm: Convert vectorised 2-reg-misc Neon ops to decodetree
Peter Maydell
[next]