Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dtranslate-a64.c9166 TCGv_i32 tcg_int32 = tcg_temp_new_i32(); in handle_simd_intfp_conv() local
9170 read_vec_element_i32(s, tcg_int32, rn, pass, mop); in handle_simd_intfp_conv()
9176 gen_helper_vfp_sltos(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9179 gen_helper_vfp_ultos(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9184 gen_helper_vfp_sitos(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9186 gen_helper_vfp_uitos(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9193 gen_helper_vfp_sltoh(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9196 gen_helper_vfp_ultoh(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9201 gen_helper_vfp_sitoh(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9203 gen_helper_vfp_uitoh(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()