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-11-02
target/arm: Use tcg_constant_i32() in gen_rev16()
Philippe Mathieu-Daudé
2021-11-02
target/arm: Use the constant variant of store_cpu_field() when possible
Philippe Mathieu-Daudé
2021-11-02
target/arm: Use tcg_constant_i32() in op_smlad()
Philippe Mathieu-Daudé
2021-10-15
target/arm: Drop checks for singlestep_enabled
Richard Henderson
2021-09-21
target/arm: Add TB flag for "MVE insns not predicated"
Peter Maydell
2021-09-21
target/arm: Avoid goto_tb if we're trying to exit to the main loop
Peter Maydell
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-09-13
target/arm: Take an exception if PSTATE.IL is set
Peter Maydell
2021-08-26
target/arm: Implement HSTR.TJDBX
Peter Maydell
2021-08-25
target/arm: Implement M-profile trapping on division by zero
Peter Maydell
2021-08-25
target/arm: Implement MVE VCTP
Peter Maydell
2021-07-27
target/arm: Enforce that M-profile SP low 2 bits are always zero
Peter Maydell
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-09
target/arm: Use translator_use_goto_tb for aarch32
Richard Henderson
2021-07-09
target/arm: Use DISAS_TOO_MANY for ISB and SB
Richard Henderson
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2021-07-02
target/arm: Implement MVE shifts by register
Peter Maydell
2021-07-02
target/arm: Implement MVE shifts by immediate
Peter Maydell
2021-07-02
target/arm: Implement MVE long shifts by register
Peter Maydell
2021-07-02
target/arm: Implement MVE long shifts by immediate
Peter Maydell
2021-07-02
target/arm: Use asimd_imm_const for A64 decode
Peter Maydell
2021-07-02
target/arm: Make asimd_imm_const() public
Peter Maydell
2021-06-29
target/arm: Improve REVSH
Richard Henderson
2021-06-29
tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64
Richard Henderson
2021-06-16
target/arm: Add framework for MVE decode
Peter Maydell
2021-06-16
target/arm: Implement MVE LETP insn
Peter Maydell
2021-06-16
target/arm: Implement MVE DLSTP
Peter Maydell
2021-06-16
target/arm: Implement MVE WLSTP insn
Peter Maydell
2021-06-16
target/arm: Implement MVE LCTP
Peter Maydell
2021-06-16
target/arm: Add handling for PSR.ECI/ICI
Peter Maydell
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
[next]