Home | History | Annotate | Download | only in priv

Lines Matching full:op_binop

1968       IROp op_binop = e->Iex.Binop.op;
1969 switch (op_binop) {
1989 Bool syned = toBool(op_binop == Iop_MullS32);
2008 Bool syned = toBool(op_binop == Iop_DivModS64to32);
2034 MIPSAluOp op = (op_binop == Iop_Or64) ? Malu_OR :
2035 (op_binop == Iop_And64) ? Malu_AND : Malu_XOR;