Home | History | Annotate | Download | only in X86

Lines Matching refs:PEXTRW

6205     // for PEXTRW/PEXTRB we must handle the implicit zext of the scalar.
6211 (N0.getOpcode() == X86ISD::PEXTRW &&
6257 (X86ISD::PINSRB == Opcode ? X86ISD::PEXTRB : X86ISD::PEXTRW);
15400 // If IdxVal is 0, it's cheaper to do a move instead of a pextrw, unless
15408 // Transform it so it match pextrw which produces a 32-bit result.
15409 SDValue Extract = DAG.getNode(X86ISD::PEXTRW, dl, MVT::i32,
25939 case X86ISD::PEXTRW: return "X86ISD::PEXTRW";
28888 case X86ISD::PEXTRW: {
32284 unsigned OpCode = (SrcVT == MVT::v8i16 ? X86ISD::PEXTRW : X86ISD::PEXTRB);
32304 // X86ISD::PEXTRW/X86ISD::PEXTRB in:
39632 case X86ISD::PEXTRW: