Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c9110 TCGv_ptr tcg_fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_fcvt() local
9116 gen_helper_vfp_fcvt_f16_to_f32(tcg_rd, tcg_rn, tcg_fpst, tcg_ahp); in handle_fp_fcvt()
9121 gen_helper_vfp_fcvt_f16_to_f64(tcg_rd, tcg_rn, tcg_fpst, tcg_ahp); in handle_fp_fcvt()
9672 TCGv_ptr tcg_fpst = fpstatus_ptr(size == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in handle_simd_intfp_conv() local
9691 tcg_shift, tcg_fpst); in handle_simd_intfp_conv()
9694 tcg_shift, tcg_fpst); in handle_simd_intfp_conv()
9714 tcg_shift, tcg_fpst); in handle_simd_intfp_conv()
9717 tcg_shift, tcg_fpst); 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()
[all …]