Home | History | Annotate | Download | only in X86

Lines Matching refs:INSERTPS

5621     // For SSE 4.1, use insertps to put the high elements into the low element.
7283 // the '3' into bits [7:6] of X86ISD::INSERTPS.
7291 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
10587 return DAG.getNode(X86ISD::INSERTPS, dl, Op.getValueType(),
12444 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";