aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-06target/arm: Add SCTLR.nAA to TBFLAG_A64Richard Henderson1-0/+2
2023-06-06target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}Richard Henderson1-0/+24
2023-06-06target/arm: Introduce finalize_memop_{atom,pair}Richard Henderson1-5/+34
2023-06-05target/arm: Add missing include of exec/exec-all.hRichard Henderson1-0/+1
2023-06-05target/arm: Tidy helpers for translationRichard Henderson1-0/+3
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson1-0/+1
2023-05-18target/arm: Convert Add/subtract (immediate) to decodetreeRichard Henderson1-0/+5
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson1-0/+17
2023-03-05target/arm: Drop tcg_temp_free from translator.hRichard Henderson1-2/+0
2023-03-05target/arm: Drop DisasContext.tmp_a64Richard Henderson1-3/+0
2023-03-05target/arm: Remove value_global from DisasCompareRichard Henderson1-1/+0
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson1-1/+0
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-1/+1
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas1-0/+644