aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate.h
AgeCommit message (Expand)Author
2023-11-06target/arm: Fix A64 LDRA immediate decodePeter Maydell
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-09-21target/arm: Define new TB flag for ATA0Peter Maydell
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson
2023-06-06target/arm: Add SCTLR.nAA to TBFLAG_A64Richard Henderson
2023-06-06target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}Richard Henderson
2023-06-06target/arm: Introduce finalize_memop_{atom,pair}Richard Henderson
2023-06-05target/arm: Add missing include of exec/exec-all.hRichard Henderson
2023-06-05target/arm: Tidy helpers for translationRichard Henderson
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson
2023-05-18target/arm: Convert Add/subtract (immediate) to decodetreeRichard Henderson
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator.hRichard Henderson
2023-03-05target/arm: Drop DisasContext.tmp_a64Richard Henderson
2023-03-05target/arm: Remove value_global from DisasCompareRichard Henderson
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas