Lines Matching refs:Upper
3553 // Upper quadword shuffled.
3563 // Upper quadword shuffled.
3578 // Upper quadword copied in order.
3588 // Upper quadword copied in order.
4506 /// match movhlps. The lower half elements should come from upper half of
4507 /// V1 (and in order), and the upper half elements should come from the upper
4562 /// V1 (and in order), and the upper half elements should come from the upper
5903 // Build both the lower and upper subvector.
5905 SDValue Upper = DAG.getNode(ISD::BUILD_VECTOR, dl, HVT, &V[NumElems / 2],
5908 // Recreate the wider vector with the lower and upper part.
5909 return Concat128BitVectors(Lower, Upper, VT, NumElems, DAG, dl);
7758 // upper bits of a vector.
7784 // the upper bits of a vector.
8516 // Zero out the upper parts of the register.
8762 // Use vpunpckhwd for 4 upper elements v8i16 -> v4i32.
8763 // Concat upper and lower parts.
8767 // Use vpunpckhdq for 4 upper elements v4i32 -> v2i64.
8768 // Concat upper and lower parts.
9809 // Make sure the lower and upper halves are both all-ones.