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

Lines Matching defs:pairwise

3629 /* 32-bit pairwise ops end up the same as the elementwise versions.  */
4425 int pairwise;
4514 pairwise = 0;
4535 pairwise = 1;
4538 pairwise = (u && size < 2); /* if VPADD (float) */
4541 pairwise = u; /* if VPMIN/VPMAX (float) */
4569 if (pairwise && q) {
4570 /* All the pairwise insns UNDEF if Q is set */
4576 if (pairwise) {
4577 /* Pairwise. */
4822 straight into the destination register. For pairwise operations
4824 if (pairwise && rd == rm) {
4831 if (pairwise && rd == rm) {