Home
last modified time | relevance | path

Searched refs:Iop_Max32U (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h472 Iop_Max32U, /* unsigned max */ enumerator
/external/valgrind/VEX/priv/
Dhost_tilegx_isel.c726 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
Dir_defs.c219 case Iop_Max32U: vex_printf("Max32U"); return; in ppIROp()
2521 case Iop_Max32U: in typeOfPrimop()
Dir_opt.c1819 case Iop_Max32U: { in fold_Expr()
2117 case Iop_Max32U: in fold_Expr()
Dhost_s390_isel.c1323 case Iop_Max32U: { in s390_isel_int_expr_wrk()
Dhost_arm64_isel.c1588 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
Dhost_x86_isel.c1039 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
Dhost_mips_isel.c1049 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
Dhost_amd64_isel.c1238 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
Dhost_ppc_isel.c1637 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
Dhost_arm_isel.c1317 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c131 { DEFOP(Iop_Max32U, UNDEF_UNKNOWN), }, // not supported by mc_translate
/external/valgrind/memcheck/
Dmc_translate.c6735 return assignNew( 'B', mce, Ity_I32, binop(Iop_Max32U, b1, b2) ); in gen_maxU32()