Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dtranslate-a64.c8525 TCGv_i32 tcg_float = tcg_temp_new_i32(); in handle_simd_intfp_conv() local
8534 gen_helper_vfp_sltos(tcg_float, tcg_int32, in handle_simd_intfp_conv()
8537 gen_helper_vfp_ultos(tcg_float, tcg_int32, in handle_simd_intfp_conv()
8542 gen_helper_vfp_sitos(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
8544 gen_helper_vfp_uitos(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
8551 gen_helper_vfp_sltoh(tcg_float, tcg_int32, in handle_simd_intfp_conv()
8554 gen_helper_vfp_ultoh(tcg_float, tcg_int32, in handle_simd_intfp_conv()
8559 gen_helper_vfp_sitoh(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
8561 gen_helper_vfp_uitoh(tcg_float, tcg_int32, tcg_fpst); in handle_simd_intfp_conv()
8570 write_fp_sreg(s, rd, tcg_float); in handle_simd_intfp_conv()
[all …]