Home | History | Annotate | Download | only in X86

Lines Matching refs:PINSRW

5296   // Pre-SSE4.1 - merge byte pairs and insert with PINSRW.
12624 Opc = X86ISD::PINSRW;
12678 // Transform it so it match pinsrw which expects a 16-bit value in a GR32
12684 return DAG.getNode(X86ISD::PINSRW, dl, VT, N0, N1, N2);
22123 case X86ISD::PINSRW: return "X86ISD::PINSRW";