Home | History | Annotate | Download | only in X86

Lines Matching refs:PINSRW

5430 // 4. [all]   mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
5673 // The other elements are put in the right place using pextrw and pinsrw.
5694 // 3. [all] v8i16 shuffle + N x pextrw + rotate + pinsrw
7014 Opc = X86ISD::PINSRW;
7085 // Transform it so it match pinsrw which expects a 16-bit value in a GR32
7091 return DAG.getNode(X86ISD::PINSRW, dl, VT, N0, N1, N2);
10658 case X86ISD::PINSRW: return "X86ISD::PINSRW";