aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg
AgeCommit message (Expand)AuthorFilesLines
2023-03-13target/arm: Avoid tcg_const_ptr in handle_revRichard Henderson1-11/+15
2023-03-13target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrnRichard Henderson1-2/+6
2023-03-13target/arm: Avoid tcg_const_ptr in disas_simd_zip_trnRichard Henderson1-20/+21
2023-03-13target/arm: Avoid tcg_const_* in translate-mve.cRichard Henderson1-25/+29
2023-03-13target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}Richard Henderson1-2/+4
2023-03-13target/arm: Improve trans_BFCIRichard Henderson1-8/+6
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson4-48/+48
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson3-20/+20
2023-03-13target/arm: Improve arm_rmode_to_sfRichard Henderson1-1/+1
2023-03-13target/arm: Use rmode >= 0 for need_rmodeRichard Henderson1-28/+6
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée2-1/+2
2023-03-06target/arm: Export arm_v7m_get_sp_ptrDavid Reiss1-43/+41
2023-03-06target/arm: Export arm_v7m_mrs_controlDavid Reiss1-3/+3
2023-03-06target/arm: Create pauth_ptr_maskRichard Henderson1-4/+22
2023-03-05target/arm: Drop tcg_temp_free from translator.hRichard Henderson1-2/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-vfp.cRichard Henderson1-193/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-sve.cRichard Henderson1-184/+2
2023-03-05target/arm: Drop tcg_temp_free from translator-sme.cRichard Henderson1-28/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-neon.cRichard Henderson1-130/+1
2023-03-05target/arm: Drop tcg_temp_free from translator-mve.cRichard Henderson1-52/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-m-nocp.cRichard Henderson1-20/+0
2023-03-05target/arm: Drop tcg_temp_free from translator-a64.cRichard Henderson1-457/+11
2023-03-05target/arm: Drop new_tmp_a64_zeroRichard Henderson2-24/+18
2023-03-05target/arm: Drop new_tmp_a64Richard Henderson3-36/+30
2023-03-05target/arm: Drop DisasContext.tmp_a64Richard Henderson2-27/+1
2023-03-05target/arm: Drop tcg_temp_free from translator.cRichard Henderson1-261/+5
2023-03-05target/arm: Remove value_global from DisasCompareRichard Henderson2-6/+0
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson3-23/+4
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson2-3/+0
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson2-6/+6
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson3-39/+0
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 Johansson3-8/+8
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson3-4/+4
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+1
2023-02-27target/arm: Move regime_using_lpae_format into internal.hFabiano Rosas1-18/+0
2023-02-27target/arm: Move hflags code into the tcg directoryFabiano Rosas2-0/+404
2023-02-27target/arm: Move psci.c into the tcg directoryClaudio Fontana2-0/+226
2023-02-27target/arm: move helpers to tcg/Claudio Fontana15-0/+24899
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas25-0/+50203