Home | History | Annotate | Download | only in priv

Lines Matching refs:Iop_Mul32

8986         assign( res, binop(Iop_Mul32, mkexpr(srcN), mkexpr(srcM)) );
10423 binop( Iop_Mul32,
10430 assign( irt_prod_hi, binop(Iop_Mul32,
10507 binop(Iop_Mul32,
10515 binop( Iop_Mul32,
10585 binop(Iop_Mul32,
15660 assign( res, binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) );
15756 binop(Iop_Mul32, mkexpr(argL), mkexpr(argR)) ));
17905 anOp = Iop_Mul32; anOpNm = "mul"; goto and_orr_eor_mul;
20828 assign(res, binop(Iop_Mul32, getIRegT(rN), getIRegT(rM)));
20909 binop(Iop_Mul32, getIRegT(rN), getIRegT(rM))));