Home | History | Annotate | Download | only in X86

Lines Matching refs:PEXTRW

6129 // 4. [all]   mov + pshuflw + pshufhw + N x (pextrw + pinsrw)
6363 // The other elements are put in the right place using pextrw and pinsrw.
6384 // 3. [all] v8i16 shuffle + N x pextrw + rotate + pinsrw
7486 // If Idx is 0, it's cheaper to do a move instead of a pextrw.
7494 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
7579 // Transform it so it match pextrw which produces a 32-bit result.
7581 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT,
13144 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";