aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-06target/arm: Introduce finalize_memop_{atom,pair}Richard Henderson1-0/+1
2023-06-05target/arm: Tidy helpers for translationRichard Henderson1-10/+3
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-14/+6
2023-06-05tcg: Split helper-proto.hRichard Henderson1-0/+1
2023-06-05tcg: Split helper-gen.hRichard Henderson1-5/+3
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+3
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson1-2/+0
2023-05-02target/arm: Define and use new load_cpu_field_low32()Peter Maydell1-2/+2
2023-04-03target/arm: Fix generated code for cpreg reads when HSTR is activePeter Maydell1-0/+6
2023-03-13target/arm: Improve trans_BFCIRichard Henderson1-8/+6
2023-03-05target/arm: Drop tcg_temp_free from translator.cRichard Henderson1-261/+5
2023-03-05target/arm: Remove value_global from DisasCompareRichard Henderson1-5/+0
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson1-9/+0
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson1-1/+0
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson1-3/+3
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-3/+3
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas1-0/+9990