Lines Matching refs:Iex_Binop
966 case Iex_Binop: { in iselIntExpr_R_wrk()
1421 if (e->Iex.Unop.op == Iop_32Uto64 && e->Iex.Unop.arg->tag == Iex_Binop) { in iselIntExpr_R_wrk()
1985 if (e->tag == Iex_Binop in iselIntExpr_AMode_wrk()
1987 && e->Iex.Binop.arg2->tag == Iex_Binop in iselIntExpr_AMode_wrk()
2000 if (e->tag == Iex_Binop in iselIntExpr_AMode_wrk()
2318 if (e->tag == Iex_Binop in iselCondCode_wrk()
2347 if (e->tag == Iex_Binop in iselCondCode_wrk()
2367 if (e->tag == Iex_Binop in iselCondCode_wrk()
2394 if (e->tag == Iex_Binop in iselCondCode_wrk()
2420 if (e->tag == Iex_Binop in iselCondCode_wrk()
2486 if (e->tag == Iex_Binop) { in iselInt128Expr_wrk()
2583 if (e->tag == Iex_Binop in iselFltExpr_wrk()
2616 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF32toInt) { in iselFltExpr_wrk()
2886 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_RoundF64toInt) { in iselDblExpr_wrk()
2970 if (e->tag == Iex_Binop && e->Iex.Binop.op == Iop_I64StoF64) { in iselDblExpr_wrk()
3013 if (e->tag == Iex_Binop) { in iselDblExpr_wrk()
3303 if (e->tag == Iex_Binop) { in iselVecExpr_wrk()
3887 if (e->tag == Iex_Binop) { in iselDVecExpr_wrk()
4517 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt()