Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c9244 TCGv_i64 tcg_int = cpu_reg(s, rn); in handle_fpfpcvt()
9249 tcg_gen_ext32s_i64(tcg_extend, tcg_int); in handle_fpfpcvt()
9251 tcg_gen_ext32u_i64(tcg_extend, tcg_int); in handle_fpfpcvt()
9254 tcg_int = tcg_extend; in handle_fpfpcvt()
9261 gen_helper_vfp_sqtod(tcg_double, tcg_int, in handle_fpfpcvt()
9264 gen_helper_vfp_uqtod(tcg_double, tcg_int, in handle_fpfpcvt()
9273 gen_helper_vfp_sqtos(tcg_single, tcg_int, in handle_fpfpcvt()
9276 gen_helper_vfp_uqtos(tcg_single, tcg_int, in handle_fpfpcvt()
9285 gen_helper_vfp_sqtoh(tcg_single, tcg_int, in handle_fpfpcvt()
9288 gen_helper_vfp_uqtoh(tcg_single, tcg_int, in handle_fpfpcvt()
9243 TCGv_i64 tcg_int = cpu_reg(s, rn); handle_fpfpcvt() local
9297 TCGv_i64 tcg_int = cpu_reg(s, rd); handle_fpfpcvt() local
[all...]