aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate.c
AgeCommit message (Expand)Author
2024-04-02target/arm: take HSTR traps of cp15 accesses to EL2, not EL1Peter Maydell
2023-10-19target/arm: Permit T32 LDM with single registerPeter Maydell
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-09-16target/arm: Use tcg_gen_gvec_cmpi for compare vs 0Richard Henderson
2023-09-08target/arm: Implement FEAT_TIDCP1Richard Henderson
2023-09-08target/arm: Implement HCR_EL2.TIDCPRichard Henderson
2023-08-24target/arm: Use tcg_gen_negsetcond_*Richard Henderson
2023-08-22target/arm: Fix 64-bit SSRARichard Henderson
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell
2023-06-06target/arm: Introduce finalize_memop_{atom,pair}Richard Henderson
2023-06-05target/arm: Tidy helpers for translationRichard Henderson
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Split helper-proto.hRichard Henderson
2023-06-05tcg: Split helper-gen.hRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05target/arm: Include helper-gen.h in translator.hRichard Henderson
2023-05-02target/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