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.c228 FPST_STD, gen_helper_gvec_fcmlas); in trans_VCMLA()
257 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in trans_VCADD()
350 FPST_STD, gen_helper_gvec_fcmlas_idx); in trans_VCMLA_scalar()
1023 WRAP_FP_GVEC(gen_VMAXNM_fp32_3s, FPST_STD, gen_helper_gvec_fmaxnum_s)
1025 WRAP_FP_GVEC(gen_VMINNM_fp32_3s, FPST_STD, gen_helper_gvec_fminnum_s)
1399 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in do_fp_2sh()
2151 fpstatus = fpstatus_ptr(a->size == 1 ? FPST_STD_F16 : FPST_STD); in do_2scalar_fp_vec()
2969 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_B16_F32()
3009 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F16_F32()
3055 fpst = fpstatus_ptr(FPST_STD); in trans_VCVT_F32_F16()
[all …]
H A Dtranslate.h641 FPST_STD, enumerator
674 case FPST_STD: in fpstatus_ptr()