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
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
2020-06-23
target/arm: Convert Neon VCVT f16/f32 insns to decodetree
Peter Maydell
2020-06-23
target/arm: Convert Neon 2-reg-misc VSHLL to decodetree
Peter Maydell
2020-06-23
target/arm: Convert Neon narrowing moves to decodetree
Peter Maydell
2020-06-23
target/arm: Convert VZIP, VUZP to decodetree
Peter Maydell
2020-06-23
target/arm: Convert Neon 2-reg-misc pairwise ops to decodetree
Peter Maydell
2020-06-23
target/arm: Convert Neon 2-reg-misc VREV64 to decodetree
Peter Maydell
2020-06-16
target/arm: Convert Neon VDUP (scalar) to decodetree
Peter Maydell
2020-06-16
target/arm: Convert Neon VTBL, VTBX to decodetree
Peter Maydell
2020-06-16
target/arm: Convert Neon VEXT to decodetree
Peter Maydell
2020-06-16
target/arm: Convert Neon 2-reg-scalar long multiplies to decodetree
Peter Maydell
[next]