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
/
tcg
/
translate.h
Age
Commit message (
Expand
)
Author
2023-11-06
target/arm: Fix A64 LDRA immediate decode
Peter Maydell
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-09-21
target/arm: Define new TB flag for ATA0
Peter Maydell
2023-08-31
target/arm: Allow cpu to configure GM blocksize
Richard Henderson
2023-06-06
target/arm: Add SCTLR.nAA to TBFLAG_A64
Richard Henderson
2023-06-06
target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}
Richard Henderson
2023-06-06
target/arm: Introduce finalize_memop_{atom,pair}
Richard Henderson
2023-06-05
target/arm: Add missing include of exec/exec-all.h
Richard Henderson
2023-06-05
target/arm: Tidy helpers for translation
Richard Henderson
2023-06-05
target/arm: Include helper-gen.h in translator.h
Richard Henderson
2023-05-18
target/arm: Convert Add/subtract (immediate) to decodetree
Richard Henderson
2023-03-13
target/arm: Create gen_set_rmode, gen_restore_rmode
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator.h
Richard Henderson
2023-03-05
target/arm: Drop DisasContext.tmp_a64
Richard Henderson
2023-03-05
target/arm: Remove value_global from DisasCompare
Richard Henderson
2023-03-05
target/arm: Remove arm_free_cc, a64_free_cc
Richard Henderson
2023-03-01
target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-02-27
target/arm: move translate modules to tcg/
Fabiano Rosas