Home | History | Annotate | Download | only in X86

Lines Matching refs:PEXTRW

12336     // If Idx is 0, it's cheaper to do a move instead of a pextrw.
12343 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
12486 // Transform it so it match pextrw which produces a 32-bit result.
12488 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, EltVT, Vec, Idx);
22120 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";