Searched refs:Iop_Left64 (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 454 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
|
/external/valgrind/main/VEX/priv/ |
D | host_ppc_isel.c | 1752 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()
|
D | ir_defs.c | 210 case Iop_Left64: vex_printf("Left64"); return; in ppIROp() 2161 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeOfPrimop()
|
D | host_s390_isel.c | 1168 case Iop_Left64: in s390_isel_int_expr_wrk()
|
D | ir_opt.c | 1230 case Iop_Left64: { in fold_Expr() 4102 if (is_Unop(aa, Iop_Left64)) in fold_IRExpr_Unop()
|
D | host_arm_isel.c | 1939 case Iop_Left64: { in iselInt64Expr_wrk() 3072 case Iop_Left64: in iselNeon64Expr_wrk()
|
D | host_amd64_isel.c | 1606 case Iop_Left64: { in iselIntExpr_R_wrk()
|
D | host_x86_isel.c | 2581 case Iop_Left64: { in iselInt64Expr_wrk()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 577 return assignNew('V', mce, Ity_I64, unop(Iop_Left64, a1)); in mkLeft64()
|