Home
last modified time | relevance | path

Searched refs:float_cons (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-vax.c240 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'},
Dtc-mcore.c289 mcore_pool_count (float_cons, float_type); in mcore_float_cons()
291 float_cons (float_type); in mcore_float_cons()
Dtc-tic4x.c242 {"ieee", float_cons, 'i'},
244 {"ldouble", float_cons, 'e'},
Dtc-i960.c2722 {"extended", float_cons, 't'},
Dtc-ia64.c5070 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' },
Dtc-i386.c461 {"ffloat", float_cons, 'f'},
462 {"dfloat", float_cons, 'd'},
463 {"tfloat", float_cons, 'x'},
Dtc-m68k.c706 {"extend", float_cons, 'x'},
707 {"ldouble", float_cons, 'x'},
Dtc-alpha.c4375 float_cons (type); in s_alpha_float_cons()
Dtc-tic54x.c1705 float_cons ('f');
/openbsd/src/gnu/usr.bin/binutils/gas/
Dread.h116 extern void float_cons (int float_type);
Dread.c267 {"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
DChangeLog-92951705 (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/
Dread.h115 extern void float_cons (int float_type);
Dread.c286 {"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
DChangeLog-92951705 (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/
Dtc-tahoe.c144 void float_cons ();
150 {"dfloat", float_cons, 'd'},
151 {"ffloat", float_cons, 'f'},
Dtc-vax.c241 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'},
Dtc-mcore.c275 mcore_pool_count (float_cons, float_type);
277 float_cons (float_type);
Dtc-tic4x.c242 {"ieee", float_cons, 'i'},
244 {"ldouble", float_cons, 'e'},
Dtc-i386.c434 {"ffloat", float_cons, 'f'},
435 {"dfloat", float_cons, 'd'},
436 {"tfloat", float_cons, 'x'},
Dtc-i960.c256 {"extended", float_cons, 't'},
Dtc-ia64.c4515 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' },
Dtc-m68k.c565 {"extend", float_cons, 'x'},
566 {"ldouble", float_cons, 'x'},
Dtc-arm.c2542 { "extend", float_cons, 'x' },
2543 { "ldouble", float_cons, 'x' },
2544 { "packed", float_cons, 'p' },
Dtc-tic54x.c1710 float_cons ('f');

12