Lines Matching defs:strict
612 /* Nonzero when strict matching is enabled. Zero otherwise.
615 not strict matching should be enabled for that instruction.
617 Mainly, strict causes errors to be ignored when a match failure
620 static int strict;
1994 Return 1 on success or 0 on failure. If STRICT, then a missing
2023 if (!strict && ISDIGIT (*p))
2157 else if (!strict)
2164 else if (!strict)
2184 if (!strict || have_prefix)
2518 /* We have a non-match in strict mode. */
2519 if (!strict)
3230 strict = (insn->flags & FLAG_STRICT);
3335 if (strict && the_insn.exp.X_op != O_constant)
3345 if (strict && the_insn.exp.X_op != O_constant)
3348 /* When in strict mode, we want to just reject this
3350 CHECK_FIELD (num, 15, -16, strict);
3357 if (strict && the_insn.exp.X_op != O_constant)
3360 /* When in strict mode, we want to just reject this
3362 CHECK_FIELD (num, 15, -16, strict);
3369 if (strict && the_insn.exp.X_op != O_constant)
3372 strict);
3378 if (strict && the_insn.exp.X_op != O_constant)
3381 CHECK_FIELD (num, 31, 0, strict);
3387 if (strict && the_insn.exp.X_op != O_constant)
3390 CHECK_FIELD (num, 1023, 0, strict);
3437 else if (strict)
3478 else if (strict)
3537 /* In strict mode, this is a match failure. */
3538 else if (strict)
5126 if (strict && the_insn.exp.X_op != O_constant)
5129 CHECK_FIELD (num, 3, 1, strict);
5135 if (strict && the_insn.exp.X_op != O_constant)
5138 CHECK_FIELD (num, 15, 0, strict);
5144 if (strict && the_insn.exp.X_op != O_constant)
5147 CHECK_FIELD (num, 31, 0, strict);
5154 if (strict && the_insn.exp.X_op != O_constant)
5157 CHECK_FIELD (num, 63, 0, strict);
5167 if (strict && the_insn.exp.X_op != O_constant)
5170 CHECK_FIELD (num, 64, 1, strict);
5180 if (strict && the_insn.exp.X_op != O_constant)
5183 CHECK_FIELD (num, 64, 1, strict);
5193 if (strict && the_insn.exp.X_op != O_constant)
5196 CHECK_FIELD (num, 31, 0, strict);
5203 if (strict && the_insn.exp.X_op != O_constant)
5206 CHECK_FIELD (num, 63, 0, strict);
5215 if (strict && the_insn.exp.X_op != O_constant)
5218 CHECK_FIELD (num, 63, 0, strict);
5226 if (strict && the_insn.exp.X_op != O_constant)
5229 CHECK_FIELD (num, 31, 0, strict);
5235 if (strict && the_insn.exp.X_op != O_constant)
5238 CHECK_FIELD (num, 511, 1, strict);
5244 if (strict && the_insn.exp.X_op != O_constant)
5247 CHECK_FIELD (num, 8191, 0, strict);
5253 if (strict && the_insn.exp.X_op != O_constant)
5256 CHECK_FIELD (num, 67108863, 0, strict);
5264 if (strict && the_insn.exp.X_op != O_constant)
5267 CHECK_FIELD (num, 7, 0, strict);
5273 if (strict && the_insn.exp.X_op != O_constant)
5276 CHECK_FIELD (num, 1048575, 0, strict);
5283 if (strict && the_insn.exp.X_op != O_constant)
5286 CHECK_FIELD (num, 32767, 0, strict);
5292 if (strict && the_insn.exp.X_op != O_constant)
5295 CHECK_FIELD (num, 1023, 0, strict);
5302 if (strict && the_insn.exp.X_op != O_constant)
5305 CHECK_FIELD (num, 32767, 0, strict);
5314 if (strict && the_insn.exp.X_op != O_constant)
5317 CHECK_FIELD (num, 7, 0, strict);
5323 if (strict && the_insn.exp.X_op != O_constant)
5326 CHECK_FIELD (num, 4194303, 0, strict);
6375 strict = 1;
7115 strict = 0;
7276 strict = 0;