Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_ir.h471 Iop_Left8, Iop_Left16, Iop_Left32, Iop_Left64, /* \x -> x | -x */ enumerator
/external/valgrind/VEX/priv/
Dhost_mips_isel.c1664 case Iop_Left64: { in iselWordExpr_R_wrk()
1665 if (op_unop == Iop_Left64 && !mode64) in iselWordExpr_R_wrk()
1669 MIPSAluOp op = (op_unop == Iop_Left64) ? Malu_DSUB : Malu_SUB; in iselWordExpr_R_wrk()
2870 case Iop_Left64: { in iselInt64Expr_wrk()
Dir_opt.c1604 case Iop_Left64: { in fold_Expr()
5307 if (is_Unop(aa, Iop_Left64)) in fold_IRExpr_Unop()
5339 case Iop_Left64: in fold_IRExpr_Unop()
5341 if (is_Unop(aa, Iop_Left64)) in fold_IRExpr_Unop()
5342 return IRExpr_Unop( Iop_Left64, aa->Iex.Unop.arg ); in fold_IRExpr_Unop()
Dhost_tilegx_isel.c963 case Iop_Left64: { in iselWordExpr_R_wrk()
Dhost_ppc_isel.c2066 case Iop_Left64: { in iselWordExpr_R_wrk()
2068 if (op_unop == Iop_Left64 && !mode64) in iselWordExpr_R_wrk()
3417 case Iop_Left64: { in iselInt64Expr_wrk()
Dir_defs.c218 case Iop_Left64: vex_printf("Left64"); return; in ppIROp()
2669 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeOfPrimop()
Dhost_s390_isel.c1760 case Iop_Left64: in s390_isel_int_expr_wrk()
Dhost_arm_isel.c2067 case Iop_Left64: { in iselInt64Expr_wrk()
3207 case Iop_Left64: in iselNeon64Expr_wrk()
Dhost_arm64_isel.c1798 case Iop_Left64: { in iselIntExpr_R_wrk()
Dhost_x86_isel.c2695 case Iop_Left64: { in iselInt64Expr_wrk()
Dhost_amd64_isel.c1593 case Iop_Left64: { in iselIntExpr_R_wrk()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c130 { DEFOP(Iop_Left64, UNDEF_UNKNOWN), }, // not supported by mc_translate
/external/valgrind/memcheck/
Dmc_translate.c620 return assignNew('V', mce, Ity_I64, unop(Iop_Left64, a1)); in mkLeft64()