Home | History | Annotate | Download | only in X86

Lines Matching refs:PEXTRW

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
9717 // If Idx is 0, it's cheaper to do a move instead of a pextrw.
9725 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
9864 // Transform it so it match pextrw which produces a 32-bit result.
9866 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT,
16517 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";