Lines Matching refs:strict
617 static int strict; variable
2071 if (!strict && ISDIGIT (*p)) in pa_parse_number()
2205 else if (!strict) in pa_parse_number()
2212 else if (!strict) in pa_parse_number()
2232 if (!strict || have_prefix) in pa_parse_number()
2554 if (!strict) in pa_get_absolute_expression()
3263 strict = (insn->flags & FLAG_STRICT); in pa_ip()
3364 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
3374 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
3379 CHECK_FIELD (num, 15, -16, strict); in pa_ip()
3386 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
3391 CHECK_FIELD (num, 15, -16, strict); in pa_ip()
3398 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
3401 CHECK_FIELD (num, 31, 0, strict); in pa_ip()
3407 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
3410 CHECK_FIELD (num, 31, 0, strict); in pa_ip()
3416 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
3419 CHECK_FIELD (num, 1023, 0, strict); in pa_ip()
3466 else if (strict) in pa_ip()
3507 else if (strict) in pa_ip()
3566 else if (strict) in pa_ip()
5154 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5157 CHECK_FIELD (num, 3, 1, strict); in pa_ip()
5163 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5166 CHECK_FIELD (num, 15, 0, strict); in pa_ip()
5172 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5175 CHECK_FIELD (num, 31, 0, strict); in pa_ip()
5182 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5185 CHECK_FIELD (num, 63, 0, strict); in pa_ip()
5195 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5198 CHECK_FIELD (num, 64, 1, strict); in pa_ip()
5208 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5211 CHECK_FIELD (num, 64, 1, strict); in pa_ip()
5221 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5224 CHECK_FIELD (num, 31, 0, strict); in pa_ip()
5231 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5234 CHECK_FIELD (num, 63, 0, strict); in pa_ip()
5243 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5246 CHECK_FIELD (num, 63, 0, strict); in pa_ip()
5256 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5259 CHECK_FIELD (num, 31, 0, strict); in pa_ip()
5265 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5268 CHECK_FIELD (num, 511, 1, strict); in pa_ip()
5274 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5277 CHECK_FIELD (num, 8191, 0, strict); in pa_ip()
5283 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5286 CHECK_FIELD (num, 67108863, 0, strict); in pa_ip()
5294 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5297 CHECK_FIELD (num, 7, 0, strict); in pa_ip()
5303 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5306 CHECK_FIELD (num, 1048575, 0, strict); in pa_ip()
5313 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5316 CHECK_FIELD (num, 32767, 0, strict); in pa_ip()
5322 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5325 CHECK_FIELD (num, 1023, 0, strict); in pa_ip()
5332 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5335 CHECK_FIELD (num, 32767, 0, strict); in pa_ip()
5344 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5347 CHECK_FIELD (num, 7, 0, strict); in pa_ip()
5353 if (strict && the_insn.exp.X_op != O_constant) in pa_ip()
5356 CHECK_FIELD (num, 4194303, 0, strict); in pa_ip()
6416 strict = 1; in pa_equ()
7182 strict = 0; in pa_parse_space_stmt()
7344 strict = 0; in pa_space()