aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-09target/arm: Use insn_start from DisasContextBaseRichard Henderson1-6/+6
2024-01-09target/arm: Implement FEAT_NV2 redirection of sysregs to RAMPeter Maydell1-0/+6
2024-01-09target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2Peter Maydell1-0/+4
2024-01-09target/arm: Trap sysreg accesses for FEAT_NVPeter Maydell1-0/+2
2024-01-09target/arm: Enable trapping of ERET for FEAT_NVPeter Maydell1-2/+2
2023-11-06target/arm: Fix A64 LDRA immediate decodePeter Maydell1-0/+5
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell1-1/+1
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson1-8/+8
2023-09-21target/arm: Define new TB flag for ATA0Peter Maydell1-2/+2
2023-08-31target/arm: Allow cpu to configure GM blocksizeRichard Henderson1-0/+2
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