Searched refs:Iop_Max32U (Results 1 – 12 of 12) sorted by relevance
472 Iop_Max32U, /* unsigned max */ enumerator
219 case Iop_Max32U: vex_printf("Max32U"); return; in ppIROp()2586 case Iop_Max32U: in typeOfPrimop()
1820 case Iop_Max32U: { in fold_Expr()2118 case Iop_Max32U: in fold_Expr()
1323 case Iop_Max32U: { in s390_isel_int_expr_wrk()
1616 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
1043 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
1039 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
1238 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
1656 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
1460 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
132 { DEFOP(Iop_Max32U, UNDEF_UNKNOWN), }, // not supported by mc_translate
6941 return assignNew( 'B', mce, Ity_I32, binop(Iop_Max32U, b1, b2) ); in gen_maxU32()