Lines Matching defs:swap
1411 * and PC-relative constants will be #0 by convention here, so swap to
1425 * PC-relative constants will be #0 by convention here, so swap
1615 bool swap = false;
1623 swap = (*pcrel_idx == (i + 1));
1628 unsigned B = swap ? A1 : B1;
1632 /* Swapped if swap set, identity if swap not set */
1635 /* Compute M1 value if we don't swap */
1642 swap = (M1 != 0) && (M1 < 8);
1644 /* However, we can't swap the last constant, so we
1646 if (last && swap) {
1648 swap = false;
1652 if (swap) {