Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:V3

320                                          Hexagon::V2, Hexagon::V3,
2089 // LowerVECTOR_SHUFFLE - Lower a vector shuffle (V1, V2, V3). V1 and
2090 // V2 are the two vectors to select data from, V3 is the permutation.
2155 SDValue V3;
2161 V3 = V2;
2164 V3 = V1;
2174 Result = DAG.getNode(HexagonISD::VSRAH, dl, VT, V3, CommonSplat);
2177 Result = DAG.getNode(HexagonISD::VSHLH, dl, VT, V3, CommonSplat);
2180 Result = DAG.getNode(HexagonISD::VSRLH, dl, VT, V3, CommonSplat);
2188 Result = DAG.getNode(HexagonISD::VSRAW, dl, VT, V3, CommonSplat);
2191 Result = DAG.getNode(HexagonISD::VSHLW, dl, VT, V3, CommonSplat);
2194 Result = DAG.getNode(HexagonISD::VSRLW, dl, VT, V3, CommonSplat);