Home | History | Annotate | Download | only in X86

Lines Matching refs:ANDNP

12448   case X86ISD::ANDNP:              return "X86ISD::ANDNP";
16121 /// so it can be folded inside ANDNP.
16274 // Want to form ANDNP nodes:
16289 return DAG.getNode(X86ISD::ANDNP, DL, VT, N0.getOperand(0), N1);
16295 return DAG.getNode(X86ISD::ANDNP, DL, VT, N1.getOperand(0), N0);
16321 if (N0.getOpcode() == X86ISD::ANDNP)
16324 if (N0.getOpcode() == ISD::AND && N1.getOpcode() == X86ISD::ANDNP) {
16333 // Check to see if the mask appeared in both the AND and ANDNP and