Home | History | Annotate | Download | only in priv

Lines Matching refs:opAND

5577    IROp    opAND     = is32bit ? Iop_And32     : Iop_And64;
5628 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const8);
5632 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const4);
5636 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const2);
5640 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const8);
5644 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const4);