Searched refs:FPST_STD (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 228 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() 988 WRAP_FP_GVEC(gen_##INSN##_fp32_3s, FPST_STD, SFUNC) \ 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() [all …]
|
H A D | translate.h | 643 FPST_STD, 659 * FPST_STD 662 * as FPST_STD, but where FPCR.FZ16 is to be used in fpstatus_ptr() 676 case FPST_STD: in fpstatus_ptr() 639 FPST_STD, global() enumerator
|