Home
last modified time | relevance | path

Searched refs:Iop_Left64 (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h454 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
/external/valgrind/main/VEX/priv/
Dhost_ppc_isel.c1752 case Iop_Left64: { in iselWordExpr_R_wrk()
1754 if (op_unop == Iop_Left64 && !mode64) in iselWordExpr_R_wrk()
2822 case Iop_Left64: { in iselInt64Expr_wrk()
Dir_defs.c210 case Iop_Left64: vex_printf("Left64"); return; in ppIROp()
2161 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeOfPrimop()
Dhost_s390_isel.c1168 case Iop_Left64: in s390_isel_int_expr_wrk()
Dir_opt.c1230 case Iop_Left64: { in fold_Expr()
4102 if (is_Unop(aa, Iop_Left64)) in fold_IRExpr_Unop()
Dhost_arm_isel.c1939 case Iop_Left64: { in iselInt64Expr_wrk()
3072 case Iop_Left64: in iselNeon64Expr_wrk()
Dhost_amd64_isel.c1606 case Iop_Left64: { in iselIntExpr_R_wrk()
Dhost_x86_isel.c2581 case Iop_Left64: { in iselInt64Expr_wrk()
/external/valgrind/main/memcheck/
Dmc_translate.c577 return assignNew('V', mce, Ity_I64, unop(Iop_Left64, a1)); in mkLeft64()