Home | History | Annotate | Download | only in X86

Lines Matching refs:PINSRW

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