Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c225 FPST_STD_F16, gen_helper_gvec_fcmlah); in trans_VCMLA()
257 fpst = fpstatus_ptr(a->size == MO_16 ? FPST_STD_F16 : FPST_STD); in trans_VCADD()
347 FPST_STD_F16, gen_helper_gvec_fcmlah_idx); in trans_VCMLA_scalar()
989 WRAP_FP_GVEC(gen_##INSN##_fp16_3s, FPST_STD_F16, HFUNC) \
1024 WRAP_FP_GVEC(gen_VMAXNM_fp16_3s, FPST_STD_F16, gen_helper_gvec_fmaxnum_h)
1026 WRAP_FP_GVEC(gen_VMINNM_fp16_3s, FPST_STD_F16, gen_helper_gvec_fminnum_h)
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()
3365 fpst = fpstatus_ptr(vece == MO_16 ? FPST_STD_F16 : FPST_STD); \
3415 fpst = fpstatus_ptr(vece == 1 ? FPST_STD_F16 : FPST_STD); \
H A Dtranslate.h640 FPST_STD_F16, enumerator
675 case FPST_STD_F16: in fpstatus_ptr()