Lines Matching defs:M1
1366 * pcrel, it must be the high constant to use the M1=4 modification [sx64(E0) +
1515 * values so the PC-relative constant (if it exists) has the M1=4 modification
1536 * (with clause format 12), with M1 values computed from the pair */
1549 /* Set M1 = 4 by noting (A - B) mod 16 = 4 is
1559 /* Compute M1 value if we don't swap */
1560 unsigned M1 = (16 + A1 - B1) & 0xF;
1562 /* For M1 = 0 or M1 >= 8, the constants are unchanged,
1566 swap = (M1 != 0) && (M1 < 8);
1569 * force M1 = 0 instead for this case */