Lines Matching defs:strict

772 /* Nonzero when strict syntax checking is enabled.  Zero otherwise.
775 strict syntax checking should be enabled for that instruction. */
776 static int strict = 0;
1636 strict = (insn->flags & FLAG_STRICT);
1749 if (strict && the_insn.exp.X_op != O_constant)
1758 if (strict && the_insn.exp.X_op != O_constant)
1761 /* When in strict mode, we want to just reject this
1763 CHECK_FIELD (num, 15, -16, strict);
1770 if (strict && the_insn.exp.X_op != O_constant)
1773 /* When in strict mode, we want to just reject this
1775 CHECK_FIELD (num, 15, -16, strict);
1782 if (strict && the_insn.exp.X_op != O_constant)
1785 CHECK_FIELD (num, 31, 0, strict);
1791 if (strict && the_insn.exp.X_op != O_constant)
1794 CHECK_FIELD (num, 31, 0, strict);
1800 if (strict && the_insn.exp.X_op != O_constant)
1803 CHECK_FIELD (num, 1023, 0, strict);
1850 /* When in strict mode this is a match failure. */
1851 else if (strict)
1893 /* When in strict mode, pass through for cache op. */
1894 if (!found && strict)
1952 /* When in strict mode this is a match failure. */
1953 else if (strict)
3410 if (strict && the_insn.exp.X_op != O_constant)
3413 CHECK_FIELD (num, 3, 1, strict);
3419 if (strict && the_insn.exp.X_op != O_constant)
3422 CHECK_FIELD (num, 15, 0, strict);
3428 if (strict && the_insn.exp.X_op != O_constant)
3431 CHECK_FIELD (num, 31, 0, strict);
3437 if (strict && the_insn.exp.X_op != O_constant)
3440 CHECK_FIELD (num, 63, 0, strict);
3449 if (strict && the_insn.exp.X_op != O_constant)
3452 CHECK_FIELD (num, 64, 1, strict);
3461 if (strict && the_insn.exp.X_op != O_constant)
3464 CHECK_FIELD (num, 64, 1, strict);
3473 if (strict && the_insn.exp.X_op != O_constant)
3476 CHECK_FIELD (num, 31, 0, strict);
3482 if (strict && the_insn.exp.X_op != O_constant)
3485 CHECK_FIELD (num, 63, 0, strict);
3493 if (strict && the_insn.exp.X_op != O_constant)
3496 CHECK_FIELD (num, 63, 0, strict);
3506 if (strict && the_insn.exp.X_op != O_constant)
3509 CHECK_FIELD (num, 31, 0, strict);
3515 if (strict && the_insn.exp.X_op != O_constant)
3518 CHECK_FIELD (num, 511, 1, strict);
3524 if (strict && the_insn.exp.X_op != O_constant)
3527 CHECK_FIELD (num, 8191, 0, strict);
3533 if (strict && the_insn.exp.X_op != O_constant)
3536 CHECK_FIELD (num, 67108863, 0, strict);
3544 if (strict && the_insn.exp.X_op != O_constant)
3547 CHECK_FIELD (num, 7, 0, strict);
3553 if (strict && the_insn.exp.X_op != O_constant)
3556 CHECK_FIELD (num, 1048575, 0, strict);
3563 if (strict && the_insn.exp.X_op != O_constant)
3566 CHECK_FIELD (num, 32767, 0, strict);
3572 if (strict && the_insn.exp.X_op != O_constant)
3575 CHECK_FIELD (num, 1023, 0, strict);
3582 if (strict && the_insn.exp.X_op != O_constant)
3585 CHECK_FIELD (num, 32767, 0, strict);
3594 if (strict && the_insn.exp.X_op != O_constant)
3597 CHECK_FIELD (num, 7, 0, strict);
3603 if (strict && the_insn.exp.X_op != O_constant)
3606 CHECK_FIELD (num, 4194303, 0, strict);
4706 if (!strict && ISDIGIT (*p))
4840 else if (!strict)
4847 else if (!strict)
4867 if (!strict || have_prefix)
5248 /* When in strict mode we have a non-match, fix up the pointers
5250 if (insn->exp.X_op != O_constant && strict)
6510 strict = 1;
7223 strict = 0;
7386 strict = 0;