Home | History | Annotate | Download | only in ARM

Lines Matching refs:VZIP

1211   case ARMISD::VZIP:          return "ARMISD::VZIP";
5515 // Checks whether the shuffle mask represents a vector zip (VZIP) by checking
5546 // VZIP.32 for 64-bit vectors is a pseudo-instruction alias for VTRN.32.
5579 // VZIP.32 for 64-bit vectors is a pseudo-instruction alias for VTRN.32.
5586 /// Check if \p ShuffleMask is a NEON two-result shuffle (VZIP, VUZP, VTRN),
5597 return ARMISD::VZIP;
5605 return ARMISD::VZIP;
6120 OP_VZIPL, // VZIP, left result
6121 OP_VZIPR, // VZIP, right result
6168 return DAG.getNode(ARMISD::VZIP, dl, DAG.getVTList(VT, VT),
6308 // concat(VZIP(v1, v2):0, :1)