aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate.c
AgeCommit message (Expand)Author
2023-05-10target/arm: Define and use new load_cpu_field_low32()Peter Maydell
2023-04-03target/arm: Fix generated code for cpreg reads when HSTR is activePeter Maydell
2023-03-13target/arm: Improve trans_BFCIRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator.cRichard 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-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard 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