Searched refs:float_cons (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | read.h | 115 extern void float_cons (int float_type);
|
| H A D | read.c | 289 {"dc.d", float_cons, 'd'}, 291 {"dc.s", float_cons, 'f'}, 293 {"dc.x", float_cons, 'x'}, 314 {"double", float_cons, 'd'}, 340 {"float", float_cons, 'f'}, 410 {"single", float_cons, 'f'}, 4566 float_cons (/* Clobbers input_line-pointer, checks end-of-line. */ in float_cons() function
|
| H A D | ChangeLog-9295 | 1705 (float_cons): Use hex_float. 1899 (float_cons): Accept :xxxx, where the x's are hex digits. 2318 float_cons. 9214 * read.c (float_cons): Expect a null pointer for success, not an 10214 (read_a_source_file, big_cons, float_cons): Use memcpy instead of 10237 * read.c (float_cons): Simplified parsing logic. If 10254 s_stringer. Changed argument to float_cons from 0 or 1 to 'f' 10266 (s_float_cons): Let float_cons do the work. 11219 * read.c (float_cons): Accept null pointer return from md_atof.
|
| H A D | ChangeLog-9899 | 1738 (mcore_float_cons): New function: intercept float_cons() 4255 (ignore_rest_of_line, float_cons): Likewise.
|
| H A D | ChangeLog-0203 | 3288 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl. 5378 (float_cons): Fix prototype.
|
| H A D | ChangeLog-9697 | 3766 * read.c (float_cons): Call md_flush_pending_output if it is
|
| H A D | ChangeLog-0001 | 1226 (float_cons): Use ISALPHA instead of isalpha.
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-spu.c | 87 {"dfloat", float_cons, 'd'}, 88 {"ffloat", float_cons, 'f'},
|
| H A D | tc-ia64.c | 5070 float_cons (kind); 5109 cross_section (kind, float_cons, 1); 5599 { "real4.ua", float_cons, 'f' }, 5600 { "real8.ua", float_cons, 'd' }, 5601 { "real10.ua", float_cons, 'x' }, 5602 { "real16.ua", float_cons, 'X' },
|
| H A D | tc-score.c | 6642 {"extend", float_cons, 'x'}, 6643 {"ldouble", float_cons, 'x'}, 6644 {"packed", float_cons, 'p'},
|
| H A D | tc-i386.c | 536 {"ffloat", float_cons, 'f'}, 537 {"dfloat", float_cons, 'd'}, 538 {"tfloat", float_cons, 'x'},
|
| H A D | tc-alpha.c | 4375 float_cons (type); in s_alpha_float_cons()
|
| H A D | tc-arm.c | 3959 { "extend", float_cons, 'x' }, 3960 { "ldouble", float_cons, 'x' }, 3961 { "packed", float_cons, 'p' },
|
| H A D | tc-mips.c | 12602 float_cons (type); in s_float_cons()
|