Home
last modified time | relevance | path

Searched refs:tcg_lo (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c6857 TCGv_i32 tcg_hi, tcg_lo, tcg_res; in TRANS() local
6860 tcg_lo = do_reduction_op(s, rn, esz, ebase, half, fpst, fn); in TRANS()
6863 fn(tcg_res, tcg_lo, tcg_hi, fpst); in TRANS()
10322 TCGv_i32 tcg_lo = tcg_temp_new_i32(); in handle_2misc_narrow() local
10327 tcg_gen_extr_i64_i32(tcg_lo, tcg_hi, tcg_op); in handle_2misc_narrow()
10328 gen_helper_vfp_fcvt_f32_to_f16(tcg_lo, tcg_lo, fpst, ahp); in handle_2misc_narrow()
10330 tcg_gen_deposit_i32(tcg_lo, tcg_lo, tcg_hi, 16, 16); in handle_2misc_narrow()
10331 tcg_gen_extu_i32_i64(tcg_res[pass], tcg_lo); in handle_2misc_narrow()