Home | History | Annotate | Download | only in X86

Lines Matching refs:INSERTPS

5313     // For SSE 4.1, use insertps to put the high elements into the low element.
7031 // the '3' into bits [7:6] of X86ISD::INSERTPS.
7039 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
10656 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";