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.c9111 TCGv_ptr tcg_fpst = fpstatus_ptr(FPST_FPCR); in handle_fp_fcvt()
9117 gen_helper_vfp_fcvt_f16_to_f32(tcg_rd, tcg_rn, tcg_fpst, tcg_ahp); in handle_fp_fcvt()
9122 gen_helper_vfp_fcvt_f16_to_f64(tcg_rd, tcg_rn, tcg_fpst, tcg_ahp); in handle_fp_fcvt()
9673 TCGv_ptr tcg_fpst = fpstatus_ptr(size == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); in handle_simd_intfp_conv()
9692 tcg_shift, tcg_fpst); in handle_simd_intfp_conv()
9695 tcg_shift, tcg_fpst); in handle_simd_intfp_conv()
9715 tcg_shift, tcg_fpst); in handle_simd_intfp_conv()
9718 tcg_shift, tcg_fpst); 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()
9110 TCGv_ptr tcg_fpst = fpstatus_ptr(FPST_FPCR); handle_fp_fcvt() local
9672 TCGv_ptr tcg_fpst = fpstatus_ptr(size == MO_16 ? FPST_FPCR_F16 : FPST_FPCR); handle_simd_intfp_conv() local
[all...]