Home | History | Annotate | Download | only in priv

Lines Matching refs:Iop_MullU32

15846          IROp   mulOp = isS ? Iop_MullS32 : Iop_MullU32;
15896 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32;
15952 binop(Iop_MullU32, mkexpr(argN), mkexpr(argM)),
20928 assign(res, binop(isU ? Iop_MullU32 : Iop_MullS32,
20996 IROp mulOp = isS ? Iop_MullS32 : Iop_MullU32;
21035 binop(Iop_MullU32, mkexpr(argN), mkexpr(argM)),