Home | History | Annotate | Download | only in priv

Lines Matching refs:Iop_F32toI32S

9441                            : (isD ? Iop_F64toI64S : Iop_F32toI32S);
10087 cvt = isD ? Iop_F64toI64S : Iop_F32toI32S;
10806 : (isD ? Iop_F64toI64S : Iop_F32toI32S);
12377 cvt = isD ? Iop_F64toI64S : Iop_F32toI32S;
13424 = { Iop_F32toI32S, Iop_F64toI32S, Iop_F32toI64S, Iop_F64toI64S,
13574 = { Iop_F32toI32S, Iop_F32toI32U, Iop_F32toI64S, Iop_F32toI64U,
13579 (iop == Iop_F32toI32S && irrm == Irrm_ZERO) /* FCVTZS Wd,Sn */
13580 || (iop == Iop_F32toI32S && irrm == Irrm_NegINF) /* FCVTMS Wd,Sn */
13581 || (iop == Iop_F32toI32S && irrm == Irrm_PosINF) /* FCVTPS Wd,Sn */
13582 || (iop == Iop_F32toI32S && irrm == Irrm_NEAREST)/* FCVT{A,N}S W,S */