Home | History | Annotate | Download | only in priv

Lines Matching defs:opAND

5860    IROp    opAND     = is32bit ? Iop_And32     : Iop_And64;
5911 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const8);
5915 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const4);
5919 tmp = binop(opAND, binop(opCMPORDS, argLe, argRe), const2);
5923 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const8);
5927 tmp = binop(opAND, binop(opCMPORDU, argLe, argRe), const4);