Home
last modified time | relevance | path

Searched refs:Iop_Left32 (Results 1 – 14 of 14) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c389 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32); in typeof_primop()
Dirops.c105 { DEFOP(Iop_Left32, UNDEF_UNKNOWN), }, // not supported by mc_translate
/external/valgrind/VEX/pub/
Dlibvex_ir.h471 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
/external/valgrind/VEX/priv/
Dir_opt.c1595 case Iop_Left32: { in fold_Expr()
5316 if (is_Unop(aa, Iop_Left32)) in fold_IRExpr_Unop()
5330 case Iop_Left32: in fold_IRExpr_Unop()
5332 if (is_Unop(aa, Iop_Left32)) in fold_IRExpr_Unop()
5333 return IRExpr_Unop( Iop_Left32, aa->Iex.Unop.arg ); in fold_IRExpr_Unop()
Dhost_tilegx_isel.c961 case Iop_Left32: in iselWordExpr_R_wrk()
Dir_defs.c217 case Iop_Left32: vex_printf("Left32"); return; in ppIROp()
2665 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32); in typeOfPrimop()
Dhost_s390_isel.c1759 case Iop_Left32: in s390_isel_int_expr_wrk()
Dhost_arm64_isel.c1797 case Iop_Left32: in iselIntExpr_R_wrk()
Dhost_mips_isel.c1663 case Iop_Left32: in iselWordExpr_R_wrk()
Dhost_x86_isel.c1347 case Iop_Left32: { in iselIntExpr_R_wrk()
Dhost_amd64_isel.c1592 case Iop_Left32: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c2065 case Iop_Left32: in iselWordExpr_R_wrk()
Dhost_arm_isel.c1734 case Iop_Left32: { in iselIntExpr_R_wrk()
/external/valgrind/memcheck/
Dmc_translate.c615 return assignNew('V', mce, Ity_I32, unop(Iop_Left32, a1)); in mkLeft32()