Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c9705 TCGv_i32 tcg_float = tcg_temp_new_i32(); in handle_simd_intfp_conv()
9714 gen_helper_vfp_sltos(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9717 gen_helper_vfp_ultos(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9722 gen_helper_vfp_sitos(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9724 gen_helper_vfp_uitos(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9731 gen_helper_vfp_sltoh(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9734 gen_helper_vfp_ultoh(tcg_float, tcg_int32, in handle_simd_intfp_conv()
9739 gen_helper_vfp_sitoh(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9741 gen_helper_vfp_uitoh(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
9750 write_fp_sreg(s, rd, tcg_float); in handle_simd_intfp_conv()
9704 TCGv_i32 tcg_float = tcg_temp_new_i32(); handle_simd_intfp_conv() local
[all...]