Searched refs:tcg_double (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 539 TCGv_i64 tcg_double, tcg_res; in trans_VCVT() local 541 tcg_double = tcg_temp_new_i64(); in trans_VCVT() 544 vfp_load_reg64(tcg_double, rm); in trans_VCVT() 546 gen_helper_vfp_tosld(tcg_res, tcg_double, tcg_shift, fpst); in trans_VCVT() 548 gen_helper_vfp_tould(tcg_res, tcg_double, tcg_shift, fpst); in trans_VCVT()
|
H A D | translate-a64.c | 9236 TCGv_i64 tcg_double; in handle_fpfpcvt() local 9258 tcg_double = tcg_temp_new_i64(); in handle_fpfpcvt() 9260 gen_helper_vfp_sqtod(tcg_double, tcg_int, in handle_fpfpcvt() 9263 gen_helper_vfp_uqtod(tcg_double, tcg_int, in handle_fpfpcvt() 9266 write_fp_dreg(s, rd, tcg_double); in handle_fpfpcvt() 9311 tcg_double = read_fp_dreg(s, rn); in handle_fpfpcvt() 9314 gen_helper_vfp_tosld(tcg_int, tcg_double, in handle_fpfpcvt() 9317 gen_helper_vfp_tosqd(tcg_int, tcg_double, in handle_fpfpcvt() 9322 gen_helper_vfp_tould(tcg_int, tcg_double, in handle_fpfpcvt() 9325 gen_helper_vfp_touqd(tcg_int, tcg_double, in handle_fpfpcvt() [all …]
|