| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-vax.c | 240 void float_cons (int); 245 {"dfloat", float_cons, 'd'}, 246 {"ffloat", float_cons, 'f'}, 247 {"gfloat", float_cons, 'g'}, 248 {"hfloat", float_cons, 'h'}, 249 {"d_floating", float_cons, 'd'}, 250 {"f_floating", float_cons, 'f'}, 251 {"g_floating", float_cons, 'g'}, 252 {"h_floating", float_cons, 'h'},
|
| D | tc-mcore.c | 289 mcore_pool_count (float_cons, float_type); in mcore_float_cons() 291 float_cons (float_type); in mcore_float_cons()
|
| D | tc-tic4x.c | 242 {"ieee", float_cons, 'i'}, 244 {"ldouble", float_cons, 'e'},
|
| D | tc-i960.c | 2722 {"extended", float_cons, 't'},
|
| 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' },
|
| D | tc-i386.c | 461 {"ffloat", float_cons, 'f'}, 462 {"dfloat", float_cons, 'd'}, 463 {"tfloat", float_cons, 'x'},
|
| D | tc-m68k.c | 706 {"extend", float_cons, 'x'}, 707 {"ldouble", float_cons, 'x'},
|
| D | tc-alpha.c | 4375 float_cons (type); in s_alpha_float_cons()
|
| D | tc-tic54x.c | 1705 float_cons ('f');
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | read.h | 116 extern void float_cons (int float_type);
|
| D | read.c | 267 {"dc.d", float_cons, 'd'}, 269 {"dc.s", float_cons, 'f'}, 271 {"dc.x", float_cons, 'x'}, 292 {"double", float_cons, 'd'}, 315 {"float", float_cons, 'f'}, 377 {"single", float_cons, 'f'}, 4024 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.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | read.h | 115 extern void float_cons (int float_type);
|
| D | read.c | 286 {"dc.d", float_cons, 'd'}, 288 {"dc.s", float_cons, 'f'}, 290 {"dc.x", float_cons, 'x'}, 311 {"double", float_cons, 'd'}, 337 {"float", float_cons, 'f'}, 402 {"single", float_cons, 'f'}, 4265 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.
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-tahoe.c | 144 void float_cons (); 150 {"dfloat", float_cons, 'd'}, 151 {"ffloat", float_cons, 'f'},
|
| D | tc-vax.c | 241 void float_cons PARAMS ((int)); 245 {"dfloat", float_cons, 'd'}, 246 {"ffloat", float_cons, 'f'}, 247 {"gfloat", float_cons, 'g'}, 248 {"hfloat", float_cons, 'h'},
|
| D | tc-mcore.c | 275 mcore_pool_count (float_cons, float_type); 277 float_cons (float_type);
|
| D | tc-tic4x.c | 242 {"ieee", float_cons, 'i'}, 244 {"ldouble", float_cons, 'e'},
|
| D | tc-i386.c | 434 {"ffloat", float_cons, 'f'}, 435 {"dfloat", float_cons, 'd'}, 436 {"tfloat", float_cons, 'x'},
|
| D | tc-i960.c | 256 {"extended", float_cons, 't'},
|
| D | tc-ia64.c | 4515 float_cons (kind); 5054 { "real4.ua", float_cons, 'f' }, 5055 { "real8.ua", float_cons, 'd' }, 5056 { "real10.ua", float_cons, 'x' }, 5057 { "real16.ua", float_cons, 'X' },
|
| D | tc-m68k.c | 565 {"extend", float_cons, 'x'}, 566 {"ldouble", float_cons, 'x'},
|
| D | tc-arm.c | 2542 { "extend", float_cons, 'x' }, 2543 { "ldouble", float_cons, 'x' }, 2544 { "packed", float_cons, 'p' },
|
| D | tc-tic54x.c | 1710 float_cons ('f');
|