Home | History | Annotate | Download | only in X86

Lines Matching refs:PINSRW

6237   case X86ISD::PINSRW: {
6466 // Use PINSRB/PINSRW/PINSRD to create a build vector.
6526 // Pre-SSE4.1 - merge byte pairs and insert with PINSRW.
6581 // Use PINSRW to insert each byte directly.
15578 assert(Subtarget.hasSSE2() && "SSE2 required for PINSRW");
15579 Opc = X86ISD::PINSRW;
25942 case X86ISD::PINSRW: return "X86ISD::PINSRW";
34351 (N->getOpcode() == X86ISD::PINSRW &&
34355 // Attempt to combine PINSRB/PINSRW patterns to a shuffle.
39694 case X86ISD::PINSRW: return combineVectorInsert(N, DAG, DCI, Subtarget);