Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dtranslate-neon.c197 FPST_STD, gen_helper_gvec_fcmlas); in trans_VCMLA()
226 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in trans_VCADD()
319 FPST_STD, gen_helper_gvec_fcmlas_idx); in trans_VCMLA_scalar()
992 WRAP_FP_GVEC(gen_VMAXNM_fp32_3s, FPST_STD, gen_helper_gvec_fmaxnum_s)
994 WRAP_FP_GVEC(gen_VMINNM_fp32_3s, FPST_STD, gen_helper_gvec_fminnum_s)
1494 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in do_fp_2sh()
2246 fpstatus = fpstatus_ptr(a->size == 1 ? FPST_STD_F16 : FPST_STD); in do_2scalar_fp_vec()
3065 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_B16_F32()
3105 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F16_F32()
3151 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F32_F16()
[all …]
H A Dtranslate.h630 FPST_STD, enumerator
663 case FPST_STD: in fpstatus_ptr()