Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dtranslate-vfp.c553 TCGv_i32 tcg_single, tcg_res; in trans_VCVT() local
554 tcg_single = tcg_temp_new_i32(); in trans_VCVT()
556 vfp_load_reg32(tcg_single, rm); in trans_VCVT()
559 gen_helper_vfp_toslh(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
561 gen_helper_vfp_toulh(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
565 gen_helper_vfp_tosls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
567 gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); in trans_VCVT()
H A Dtranslate-a64.c7830 TCGv_i32 tcg_shift, tcg_single; in handle_fpfpcvt() local
7865 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
7867 gen_helper_vfp_sqtos(tcg_single, tcg_int, in handle_fpfpcvt()
7870 gen_helper_vfp_uqtos(tcg_single, tcg_int, in handle_fpfpcvt()
7873 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
7877 tcg_single = tcg_temp_new_i32(); in handle_fpfpcvt()
7879 gen_helper_vfp_sqtoh(tcg_single, tcg_int, in handle_fpfpcvt()
7882 gen_helper_vfp_uqtoh(tcg_single, tcg_int, in handle_fpfpcvt()
7885 write_fp_sreg(s, rd, tcg_single); in handle_fpfpcvt()
7930 tcg_single = read_fp_sreg(s, rn); in handle_fpfpcvt()
[all …]