Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h472 Iop_Max32U, /* unsigned max */ enumerator
/external/valgrind/VEX/priv/
Dir_defs.c219 case Iop_Max32U: vex_printf("Max32U"); return; in ppIROp()
2586 case Iop_Max32U: in typeOfPrimop()
Dir_opt.c1820 case Iop_Max32U: { in fold_Expr()
2118 case Iop_Max32U: in fold_Expr()
Dhost_s390_isel.c1323 case Iop_Max32U: { in s390_isel_int_expr_wrk()
Dhost_arm64_isel.c1616 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
Dhost_mips_isel.c1043 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
Dhost_x86_isel.c1039 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
Dhost_amd64_isel.c1238 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
Dhost_ppc_isel.c1656 if (e->Iex.Binop.op == Iop_Max32U) { in iselWordExpr_R_wrk()
Dhost_arm_isel.c1460 if (e->Iex.Binop.op == Iop_Max32U) { in iselIntExpr_R_wrk()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c132 { DEFOP(Iop_Max32U, UNDEF_UNKNOWN), }, // not supported by mc_translate
/external/valgrind/memcheck/
Dmc_translate.c6941 return assignNew( 'B', mce, Ity_I32, binop(Iop_Max32U, b1, b2) ); in gen_maxU32()