Searched refs:tcg_lo (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 9100 TCGv_i32 tcg_hi, tcg_lo, tcg_res; in do_reduction_op() local 9108 gen_helper_advsimd_maxnumh(tcg_res, tcg_lo, tcg_hi, fpst); in do_reduction_op() 9111 gen_helper_advsimd_maxh(tcg_res, tcg_lo, tcg_hi, fpst); in do_reduction_op() 9117 gen_helper_advsimd_minh(tcg_res, tcg_lo, tcg_hi, fpst); in do_reduction_op() 9120 gen_helper_vfp_maxnums(tcg_res, tcg_lo, tcg_hi, fpst); in do_reduction_op() 9123 gen_helper_vfp_maxs(tcg_res, tcg_lo, tcg_hi, fpst); in do_reduction_op() 9126 gen_helper_vfp_minnums(tcg_res, tcg_lo, tcg_hi, fpst); in do_reduction_op() 9129 gen_helper_vfp_mins(tcg_res, tcg_lo, tcg_hi, fpst); in do_reduction_op() 10407 TCGv_i32 tcg_lo = tcg_temp_new_i32(); in handle_2misc_narrow() local 10412 tcg_gen_extr_i64_i32(tcg_lo, tcg_hi, tcg_op); in handle_2misc_narrow() [all …]
|