aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate-a64.c
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: Create gen_set_rmode, gen_restore_rmodeRichard Henderson1-28/+19
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson1-8/+8
2023-03-13target/arm: Use rmode >= 0 for need_rmodeRichard Henderson1-28/+6
2023-03-05target/arm: Drop tcg_temp_free from translator-a64.cRichard Henderson1-457/+11
2023-03-05target/arm: Drop new_tmp_a64_zeroRichard Henderson1-23/+18
2023-03-05target/arm: Drop new_tmp_a64Richard Henderson1-25/+20
2023-03-05target/arm: Drop DisasContext.tmp_a64Richard Henderson1-24/+1
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson1-13/+4
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson1-2/+0
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson1-6/+0
2023-03-01target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-4/+4
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-1/+1
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas1-0/+15054