Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h462 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
/external/valgrind/main/VEX/priv/
Dhost_mips_isel.c1325 case Iop_Left64: { in iselWordExpr_R_wrk()
1326 if (op_unop == Iop_Left64 && !mode64) in iselWordExpr_R_wrk()
Dhost_ppc_isel.c1854 case Iop_Left64: { in iselWordExpr_R_wrk()
1856 if (op_unop == Iop_Left64 && !mode64) in iselWordExpr_R_wrk()
3044 case Iop_Left64: { in iselInt64Expr_wrk()
Dir_defs.c215 case Iop_Left64: vex_printf("Left64"); return; in ppIROp()
2293 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeOfPrimop()
Dhost_s390_isel.c1291 case Iop_Left64: in s390_isel_int_expr_wrk()
Dir_opt.c1507 case Iop_Left64: { in fold_Expr()
4692 if (is_Unop(aa, Iop_Left64)) in fold_IRExpr_Unop()
Dhost_arm_isel.c1971 case Iop_Left64: { in iselInt64Expr_wrk()
3104 case Iop_Left64: in iselNeon64Expr_wrk()
Dhost_x86_isel.c2599 case Iop_Left64: { in iselInt64Expr_wrk()
Dhost_amd64_isel.c1491 case Iop_Left64: { in iselIntExpr_R_wrk()
/external/valgrind/main/memcheck/
Dmc_translate.c604 return assignNew('V', mce, Ity_I64, unop(Iop_Left64, a1)); in mkLeft64()