Searched refs:Iop_Left32 (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 445 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
|
/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 1141 case Iop_Left32: { in fold_Expr() 3988 if (is_Unop(aa, Iop_Left32)) in fold_IRExpr_Unop() 3991 case Iop_Left32: in fold_IRExpr_Unop() 3993 if (is_Unop(aa, Iop_Left32)) in fold_IRExpr_Unop() 3994 return IRExpr_Unop( Iop_Left32, aa->Iex.Unop.arg ); in fold_IRExpr_Unop()
|
D | ir_defs.c | 204 case Iop_Left32: vex_printf("Left32"); return; in ppIROp() 2082 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32); in typeOfPrimop()
|
D | host_amd64_isel.c | 1576 case Iop_Left32: in iselIntExpr_R_wrk()
|
D | host_ppc_isel.c | 1724 case Iop_Left32: in iselWordExpr_R_wrk()
|
D | host_x86_isel.c | 1228 case Iop_Left32: { in iselIntExpr_R_wrk()
|
D | host_arm_isel.c | 1597 case Iop_Left32: { in iselIntExpr_R_wrk()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 535 return assignNew('V', mce, Ity_I32, unop(Iop_Left32, a1)); in mkLeft32()
|