Home | History | Annotate | Download | only in X86

Lines Matching refs:PEXTRW

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