Home | History | Annotate | Download | only in priv

Lines Matching refs:Iop_MullU32

15800          IROp   mulOp = isS ? Iop_MullS32 : Iop_MullU32;
15850 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32;
15906 binop(Iop_MullU32, mkexpr(argN), mkexpr(argM)),
20884 assign(res, binop(isU ? Iop_MullU32 : Iop_MullS32,
20952 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32;
20991 binop(Iop_MullU32, mkexpr(argN), mkexpr(argM)),