Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c9703 TCGv_i32 tcg_int32 = tcg_temp_new_i32(); in handle_simd_intfp_conv() local
9707 read_vec_element_i32(s, tcg_int32, rn, pass, mop); in handle_simd_intfp_conv()
9713 gen_helper_vfp_sltos(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9716 gen_helper_vfp_ultos(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9721 gen_helper_vfp_sitos(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9723 gen_helper_vfp_uitos(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9730 gen_helper_vfp_sltoh(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9733 gen_helper_vfp_ultoh(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9738 gen_helper_vfp_sitoh(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9740 gen_helper_vfp_uitoh(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()