Home | History | Annotate | Download | only in priv

Lines Matching refs:Iop_RoundF64toInt

5489                   binop(Iop_RoundF64toInt, get_roundingmode(), get_ST(0)) );
15493 assign(res, binop(isD ? Iop_RoundF64toInt : Iop_RoundF32toInt,
15552 assign(res0, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src0)) );
15553 assign(res1, binop(Iop_RoundF64toInt, mkexpr(rm), mkexpr(src1)) );