Home | History | Annotate | Download | only in priv

Lines Matching refs:op_binop

3129       IROp op_binop = e->Iex.Binop.op;
3130 switch (op_binop) {
3137 op_binop);
3246 IROp op_binop = e->Iex.Binop.op;
3247 switch (op_binop) {
3253 Bool syned = toBool(op_binop == Iop_MullS32);
3276 PPCAluOp op = (op_binop == Iop_Or64) ? Palu_OR :
3277 (op_binop == Iop_And64) ? Palu_AND : Palu_XOR;
3326 (op_binop == Iop_F64toI64S) ? True : False,