Home | History | Annotate | Download | only in priv

Lines Matching full:op_binop

2799       IROp op_binop = e->Iex.Binop.op;
2800 switch (op_binop) {
2807 op_binop);
2924 IROp op_binop = e->Iex.Binop.op;
2925 switch (op_binop) {
2931 Bool syned = toBool(op_binop == Iop_MullS32);
2952 PPCAluOp op = (op_binop == Iop_Or64) ? Palu_OR :
2953 (op_binop == Iop_And64) ? Palu_AND : Palu_XOR;
3001 (op_binop == Iop_F64toI64S) ? True : False,