Searched refs:tcg_int (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 9243 TCGv_i64 tcg_int = cpu_reg(s, rn); in handle_fpfpcvt() local 9248 tcg_gen_ext32s_i64(tcg_extend, tcg_int); in handle_fpfpcvt() 9250 tcg_gen_ext32u_i64(tcg_extend, tcg_int); in handle_fpfpcvt() 9253 tcg_int = tcg_extend; 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() 9272 gen_helper_vfp_sqtos(tcg_single, tcg_int, in handle_fpfpcvt() 9275 gen_helper_vfp_uqtos(tcg_single, tcg_int, in handle_fpfpcvt() 9284 gen_helper_vfp_sqtoh(tcg_single, tcg_int, in handle_fpfpcvt() 9287 gen_helper_vfp_uqtoh(tcg_single, tcg_int, in handle_fpfpcvt() [all …]
|