Home | History | Annotate | Download | only in target-arm

Lines Matching defs:pairwise

3682 /* 32-bit pairwise ops end up the same as the elementwise versions.  */
4501 int pairwise;
4598 pairwise = 0;
4619 pairwise = 1;
4622 pairwise = (u && size < 2); /* if VPADD (float) */
4625 pairwise = u; /* if VPMIN/VPMAX (float) */
4653 if (pairwise && q) {
4654 /* All the pairwise insns UNDEF if Q is set */
4660 if (pairwise) {
4661 /* Pairwise. */
4935 straight into the destination register. For pairwise operations
4937 if (pairwise && rd == rm) {
4944 if (pairwise && rd == rm) {