Searched refs:OP_SET_AND (Results 1 – 6 of 6) sorted by relevance
254 if (op >= OP_SET_AND && op <= OP_SLCT && op != OP_SELP) in asCmp()261 if (op >= OP_SET_AND && op <= OP_SLCT && op != OP_SELP) in asCmp()
387 case OP_SET_AND: in isOpSupported()
74 OP_SET_AND, // dst = (src0 CMP src1) & src2 enumerator
1137 operation redOp = (logop->op == OP_AND ? OP_SET_AND : in handleLOGOP()1142 set0->op != OP_SET_AND && in handleLOGOP()
248 { OP_SET_AND, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 },
884 case OP_SET_AND: hi = 0x10000000; break; in emitSET()1644 case OP_SET_AND: in emitInstruction()