Searched refs:Iop_Max32U (Results 1 – 13 of 13) sorted by relevance
472 Iop_Max32U, /* unsigned max */ enumerator
726 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
219 case Iop_Max32U: vex_printf("Max32U"); return; in ppIROp()2521 case Iop_Max32U: in typeOfPrimop()
1819 case Iop_Max32U: { in fold_Expr()2117 case Iop_Max32U: in fold_Expr()
1323 case Iop_Max32U: { in s390_isel_int_expr_wrk()
1588 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
1039 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
1049 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
1238 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
1637 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
1317 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
131 { DEFOP(Iop_Max32U, UNDEF_UNKNOWN), }, // not supported by mc_translate
6735 return assignNew( 'B', mce, Ity_I32, binop(Iop_Max32U, b1, b2) ); in gen_maxU32()