aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/translate-sve.c
AgeCommit message (Expand)Author
2023-03-13target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}Richard Henderson
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator-sve.cRichard Henderson
2023-03-05target/arm: Drop new_tmp_a64Richard Henderson
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson
2023-02-27target/arm: move translate modules to tcg/Fabiano Rosas