| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | chew.c | 303 check_range () in check_range() function 407 check_range (); in push_text() 881 check_range (); in icopy_past_newline() 1032 check_range (); in get_stuff_in_command() 1059 check_range (); in other_dup() 1069 check_range (); in drop() 1085 check_range (); in icatstr() 1119 check_range (); in maybecatstr() 1432 check_range (); in print()
|
| H A D | ChangeLog-9103 | 385 (die, check_range, icheck_range): New functions.
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | chew.c | 302 check_range () in check_range() function 406 check_range (); in push_text() 919 check_range (); in icopy_past_newline() 1070 check_range (); in get_stuff_in_command() 1097 check_range (); in other_dup() 1107 check_range (); in drop() 1123 check_range (); in icatstr() 1157 check_range (); in maybecatstr() 1470 check_range (); in print()
|
| H A D | ChangeLog-9103 | 385 (die, check_range, icheck_range): New functions.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-m68hc11.c | 167 static int check_range (long, int); 1321 check_range (long num, int mode) in check_range() function 1385 && !check_range (oper->X_add_number, M6812_OP_TRAP_ID)) in fixup8() 1398 && !check_range (oper->X_add_number, mode)) in fixup8() 1457 if (!check_range (oper->X_add_number, mode)) in fixup16() 1506 if (!check_range (oper->X_add_number, mode)) in fixup24() 1588 && (!check_range (n, opcode->format) && in build_jump_insn() 1630 if (!check_range (n, opcode->format)) in build_jump_insn() 1754 && (!check_range (n, M6812_OP_IBCC_MARKER) && in build_dbranch_insn() 1768 if (!check_range (n, M6812_OP_IBCC_MARKER)) in build_dbranch_insn() [all …]
|
| H A D | tc-d10v.c | 85 static int check_range PARAMS ((unsigned long num, int bits, int flags)); 200 check_range (num, bits, flags) in check_range() function 584 if (check_range (value, bits, d10v_operands[op_type].flags)) 674 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags)) 1447 if (!check_range (myops[opnum].X_add_number, bits, flags)) 1492 if (!check_range (value, bits, flags)) 1496 else if (!check_range (value, bits, flags))
|
| H A D | tc-d30v.c | 115 static int check_range PARAMS ((unsigned long num, int bits, int flags)); 238 check_range (num, bits, flags) in check_range() function 654 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags)) 1733 if (check_range (num, bits, flags)) 1754 if (check_range (value, bits, flags))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-m68hc11.c | 168 static int check_range (long, int); 1322 check_range (long num, int mode) in check_range() function 1386 && !check_range (oper->X_add_number, M6812_OP_TRAP_ID)) in fixup8() 1399 && !check_range (oper->X_add_number, mode)) in fixup8() 1458 if (!check_range (oper->X_add_number, mode)) in fixup16() 1507 if (!check_range (oper->X_add_number, mode)) in fixup24() 1589 && (!check_range (n, opcode->format) && in build_jump_insn() 1631 if (!check_range (n, opcode->format)) in build_jump_insn() 1755 && (!check_range (n, M6812_OP_IBCC_MARKER) && in build_dbranch_insn() 1769 if (!check_range (n, M6812_OP_IBCC_MARKER)) in build_dbranch_insn() [all …]
|
| H A D | tc-d10v.c | 169 check_range (unsigned long num, int bits, int flags) in check_range() function 536 if (check_range (value, bits, d10v_operands[op_type].flags)) in d10v_insert_operand() 625 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags)) in build_insn() 1240 if (!check_range (myops[opnum].X_add_number, bits, flags)) in find_opcode() 1285 if (!check_range (value, bits, flags)) in find_opcode() 1289 else if (!check_range (value, bits, flags)) in find_opcode()
|
| H A D | tc-crx.c | 154 static op_err check_range (long *, int, unsigned int, int); 1373 check_range (long *num, int bits, int unsigned flags, int update) in check_range() function 1590 && (op_error = check_range (&insn->arg[j].constant, cur_size[j], in assemble_insn() 1675 && (check_range (&insn->arg[j].constant, cur_size[j], in assemble_insn()
|
| H A D | tc-d30v.c | 195 check_range (unsigned long num, int bits, int flags) in check_range() function 588 if ((opers[i].X_op == O_constant) && check_range (number, bits, flags)) in build_insn() 1263 if (check_range (num, bits, flags)) in find_format() 1284 if (check_range (value, bits, flags)) in find_format()
|
| /openbsd-src/gnu/llvm/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 322 static _LIBCPP_CONSTEXPR_SINCE_CXX14 bool check_range() { in check_range() function 332 static_assert(check_range(), "the representable range is unacceptable small");
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog | 558 * config/tc-crx.c (check_range): Ensure that the sign bit of a
|
| H A D | ChangeLog-9899 | 279 (check_range): Fix bit operations to support integers bigger than 284 * config/tc-d10v.c (check_range): Check range for RESTRICTED_NUM3 3359 (check_range): If the operand is shifted, then shift the number
|
| H A D | ChangeLog-2004 | 134 (check_range): New function - Replace operand size calculation
|
| H A D | ChangeLog-0203 | 3113 * config/tc-d30v.c (check_range): Warning fixes, formatting. 4853 (check_range): Likewise for page range checking.
|
| H A D | ChangeLog-0001 | 6957 * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bit 7144 * config/tc-d30v.c (check_range): Remove code that incorrectly
|
| H A D | ChangeLog-9697 | 44 (check_range): Delete unused variable(s).
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-9899 | 279 (check_range): Fix bit operations to support integers bigger than 284 * config/tc-d10v.c (check_range): Check range for RESTRICTED_NUM3 3359 (check_range): If the operand is shifted, then shift the number
|
| H A D | ChangeLog-0203 | 3113 * config/tc-d30v.c (check_range): Warning fixes, formatting. 4853 (check_range): Likewise for page range checking.
|
| H A D | ChangeLog-0001 | 6957 * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bit 7144 * config/tc-d30v.c (check_range): Remove code that incorrectly
|
| H A D | ChangeLog-9697 | 44 (check_range): Delete unused variable(s).
|