Searched refs:Iop_Left64 (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 462 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
|
/external/valgrind/main/VEX/priv/ |
D | host_mips_isel.c | 1325 case Iop_Left64: { in iselWordExpr_R_wrk() 1326 if (op_unop == Iop_Left64 && !mode64) in iselWordExpr_R_wrk()
|
D | host_ppc_isel.c | 1854 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()
|
D | ir_defs.c | 215 case Iop_Left64: vex_printf("Left64"); return; in ppIROp() 2293 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeOfPrimop()
|
D | host_s390_isel.c | 1291 case Iop_Left64: in s390_isel_int_expr_wrk()
|
D | ir_opt.c | 1507 case Iop_Left64: { in fold_Expr() 4692 if (is_Unop(aa, Iop_Left64)) in fold_IRExpr_Unop()
|
D | host_arm_isel.c | 1971 case Iop_Left64: { in iselInt64Expr_wrk() 3104 case Iop_Left64: in iselNeon64Expr_wrk()
|
D | host_x86_isel.c | 2599 case Iop_Left64: { in iselInt64Expr_wrk()
|
D | host_amd64_isel.c | 1491 case Iop_Left64: { in iselIntExpr_R_wrk()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 604 return assignNew('V', mce, Ity_I64, unop(Iop_Left64, a1)); in mkLeft64()
|