Home | History | Annotate | Download | only in X86

Lines Matching refs:INSERTPS

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