Home | History | Annotate | Download | only in X86

Lines Matching refs:ANDNP

10660   case X86ISD::ANDNP:              return "X86ISD::ANDNP";
13290 /// so it can be folded inside ANDNP.
13347 // Want to form ANDNP nodes:
13362 return DAG.getNode(X86ISD::ANDNP, DL, VT, N0.getOperand(0), N1);
13368 return DAG.getNode(X86ISD::ANDNP, DL, VT, N1.getOperand(0), N0);
13394 if (N0.getOpcode() == X86ISD::ANDNP)
13397 if (N0.getOpcode() == ISD::AND && N1.getOpcode() == X86ISD::ANDNP) {
13406 // Check to see if the mask appeared in both the AND and ANDNP and