/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-vax.c | 238 void float_cons (int); 243 {"dfloat", float_cons, 'd'}, 244 {"ffloat", float_cons, 'f'}, 245 {"gfloat", float_cons, 'g'}, 246 {"hfloat", float_cons, 'h'}, 247 {"d_floating", float_cons, 'd'}, 248 {"f_floating", float_cons, 'f'}, 249 {"g_floating", float_cons, 'g'}, 250 {"h_floating", float_cons, 'h'},
|
D | tc-spu.c | 89 {"dfloat", float_cons, 'd'}, 90 {"ffloat", float_cons, 'f'},
|
D | tc-rl78.c | 349 return float_cons ('d'); in rl78_float_cons() 350 return float_cons ('f'); in rl78_float_cons()
|
D | tc-mcore.c | 285 mcore_pool_count (float_cons, float_type); in mcore_float_cons() 287 float_cons (float_type); in mcore_float_cons()
|
D | tc-rx.c | 211 return float_cons ('d'); in rx_float_cons() 212 return float_cons ('f'); in rx_float_cons() 609 { "fixed", float_cons, 'f' },
|
D | tc-tic4x.c | 169 {"ieee", float_cons, 'i'}, 171 {"ldouble", float_cons, 'e'},
|
D | tc-i960.c | 2658 {"extended", float_cons, 't'},
|
D | tc-ia64.c | 4894 float_cons (kind); in stmt_float_cons() 4928 cross_section (kind, float_cons, 1); in dot_xfloat_cons_ua() 5412 { "real4.ua", float_cons, 'f' }, 5413 { "real8.ua", float_cons, 'd' }, 5414 { "real10.ua", float_cons, 'x' }, 5415 { "real16.ua", float_cons, 'X' },
|
D | tc-score.c | 203 {"extend", float_cons, 'x'}, 204 {"ldouble", float_cons, 'x'}, 205 {"packed", float_cons, 'p'},
|
D | tc-m68k.c | 904 {"extend", float_cons, 'x'}, 905 {"ldouble", float_cons, 'x'},
|
D | tc-i386.c | 997 {"ffloat", float_cons, 'f'}, 998 {"dfloat", float_cons, 'd'}, 999 {"tfloat", float_cons, 'x'},
|
D | tc-tic54x.c | 1560 float_cons ('f'); in tic54x_float_cons()
|
D | tc-nds32.c | 3521 float_cons (type); in nds32_aligned_float_cons()
|
D | tc-alpha.c | 4919 float_cons (type); in s_alpha_float_cons()
|
D | tc-hppa.c | 8256 float_cons (float_type); in pa_float_cons()
|
D | tc-arm.c | 4729 { "extend", float_cons, 'x' }, 4730 { "ldouble", float_cons, 'x' }, 4731 { "packed", float_cons, 'p' },
|
D | tc-mips.c | 15528 float_cons (type); in s_float_cons()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | read.h | 122 extern void float_cons (int float_type);
|
D | read.c | 323 {"dc.d", float_cons, 'd'}, 325 {"dc.s", float_cons, 'f'}, 327 {"dc.x", float_cons, 'x'}, 348 {"double", float_cons, 'd'}, 374 {"float", float_cons, 'f'}, 441 {"single", float_cons, 'f'}, 4814 float_cons (/* Clobbers input_line-pointer, checks end-of-line. */ in float_cons() function
|
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.
|
D | ChangeLog-9899 | 1738 (mcore_float_cons): New function: intercept float_cons() 4255 (ignore_rest_of_line, float_cons): Likewise.
|
D | ChangeLog-2007 | 401 (float_cons): Likewise.
|
D | ChangeLog-2009 | 2310 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
|
D | ChangeLog-0203 | 3280 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl. 5370 (float_cons): Fix prototype.
|
D | ChangeLog-2005 | 3454 (dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.
|