| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | expr.c | 279 integer_constant (int radix, expressionS *expressionP) in integer_constant() function 807 integer_constant ((NUMBERS_WITH_SUFFIX || flag_m68k_mri) in operand() 814 integer_constant (2, expressionP); in operand() 831 integer_constant (0, expressionP); in operand() 846 integer_constant (0, expressionP); in operand() 872 integer_constant (16, expressionP); in operand() 882 integer_constant (10, expressionP); in operand() 892 integer_constant (2, expressionP); in operand() 907 integer_constant ((flag_m68k_mri || NUMBERS_WITH_SUFFIX) in operand() 939 integer_constant (10, expressionP); in operand() [all …]
|
| H A D | ChangeLog-9295 | 1902 * expr.c (integer_constant): In MRI mode, if the base was not 1906 0 as the base when calling integer_constant if there was no 2997 * expr.c (integer_constant, operand): Test them at run time 3152 * expr.c (integer_constant): If TARGET_WORD_SIZE is defined, 7649 * expr.c (integer_constant): Fix computation of too_many_digits. 9439 * app.c (do_scrub_begin), as.c (main), expr.c (integer_constant, 9461 * expr.c (floating_constant, integer_constant): Make static. Add 9997 * expr.c (integer_constant): Accept more digits if BFD64. 10491 * expr.c (floating_constant, integer_constant): Now return void. 12776 * expr.c (integer_constant): Handle "0f" and "0b" label references
|
| H A D | ChangeLog-2015 | 775 * expr.c (integer_constant): Return O_absent expression if eol.
|
| H A D | ChangeLog-2005 | 401 * expr.c (integer_constant): Match only 'B' as binary suffix if 3554 * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
|
| H A D | ChangeLog-9899 | 477 * expr.c (integer_constant): Correct too_many_digits calculation 4247 * expr.c (integer_constant, operand): Likewise.
|
| H A D | ChangeLog-2016 | 866 * expr.c (integer_constant): If tc_allow_L_suffix is defined and 4225 * expr.c (integer_constant): Accept and ignore U suffixes to
|
| H A D | ChangeLog-9697 | 28 * expr.c (integer_constant 32bit bignum): Mask off bits outside 864 * expr.c (integer_constant): If BFD64, don't make a bignum if the
|
| H A D | ChangeLog-0001 | 1185 (integer_constant): Use ISALNUM/TOUPPER instead of
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | expr.c | 275 integer_constant (int radix, expressionS *expressionP) in integer_constant() function 808 integer_constant ((NUMBERS_WITH_SUFFIX || flag_m68k_mri) in operand() 815 integer_constant (2, expressionP); in operand() 832 integer_constant (0, expressionP); in operand() 847 integer_constant (0, expressionP); in operand() 873 integer_constant (16, expressionP); in operand() 883 integer_constant (10, expressionP); in operand() 893 integer_constant (2, expressionP); in operand() 922 integer_constant ((flag_m68k_mri || NUMBERS_WITH_SUFFIX) in operand() 954 integer_constant (10, expressionP); in operand() [all …]
|
| H A D | ChangeLog-9295 | 1902 * expr.c (integer_constant): In MRI mode, if the base was not 1906 0 as the base when calling integer_constant if there was no 2997 * expr.c (integer_constant, operand): Test them at run time 3152 * expr.c (integer_constant): If TARGET_WORD_SIZE is defined, 7649 * expr.c (integer_constant): Fix computation of too_many_digits. 9439 * app.c (do_scrub_begin), as.c (main), expr.c (integer_constant, 9461 * expr.c (floating_constant, integer_constant): Make static. Add 9997 * expr.c (integer_constant): Accept more digits if BFD64. 10491 * expr.c (floating_constant, integer_constant): Now return void. 12776 * expr.c (integer_constant): Handle "0f" and "0b" label references
|
| H A D | ChangeLog-2015 | 775 * expr.c (integer_constant): Return O_absent expression if eol.
|
| H A D | ChangeLog-2005 | 401 * expr.c (integer_constant): Match only 'B' as binary suffix if 3554 * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
|
| H A D | ChangeLog-9899 | 477 * expr.c (integer_constant): Correct too_many_digits calculation 4247 * expr.c (integer_constant, operand): Likewise.
|
| H A D | ChangeLog-2016 | 866 * expr.c (integer_constant): If tc_allow_L_suffix is defined and 4225 * expr.c (integer_constant): Accept and ignore U suffixes to
|
| H A D | ChangeLog-9697 | 28 * expr.c (integer_constant 32bit bignum): Mask off bits outside 864 * expr.c (integer_constant): If BFD64, don't make a bignum if the
|
| H A D | ChangeLog-0001 | 1185 (integer_constant): Use ISALNUM/TOUPPER instead of
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-mmix.h | 94 integer_constant (16, (exp)); \
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-mmix.h | 94 integer_constant (16, (exp)); \
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | externs1.h | 303 val_t *integer_constant(tnode_t *, bool);
|
| H A D | func.c | 506 val_t *v = integer_constant(tn, true); in check_case_label()
|
| H A D | decl.c | 3188 val_t *v = integer_constant(tn, required); in to_int_constant()
|
| H A D | tree.c | 4620 integer_constant(tnode_t *tn, bool required) in check_expr_op() 4389 integer_constant(tnode_t *tn, bool required) integer_constant() function
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_tab_pip.c | 1767 static int integer_constant(struct isl_tab *tab, int row) in integer_constant() function 1798 if (integer_constant(tab, row)) in next_non_integer_var()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2019 | 3915 (__accepted_type): Use integer_constant base for failure case. Use
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/po/ |
| H A D | rw.po | 8757 #. Since integer_constant is local to expr.c, we have to make this a
|