Home | History | Annotate | Download | only in X86

Lines Matching refs:BLSMSK

13215   case X86ISD::BLSMSK:             return "X86ISD::BLSMSK";
17237 // PerformXorCombine - Attempts to turn XOR nodes into BLSMSK nodes
17258 assert(Subtarget->hasBMI() && "Creating BLSMSK requires BMI instructions");
17260 // Create BLSMSK instructions by finding X ^ (X-1)
17267 return DAG.getNode(X86ISD::BLSMSK, DL, VT, N1);
17271 return DAG.getNode(X86ISD::BLSMSK, DL, VT, N0);