Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-vax.c238 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'},
Dtc-spu.c89 {"dfloat", float_cons, 'd'},
90 {"ffloat", float_cons, 'f'},
Dtc-rl78.c349 return float_cons ('d'); in rl78_float_cons()
350 return float_cons ('f'); in rl78_float_cons()
Dtc-mcore.c285 mcore_pool_count (float_cons, float_type); in mcore_float_cons()
287 float_cons (float_type); in mcore_float_cons()
Dtc-rx.c211 return float_cons ('d'); in rx_float_cons()
212 return float_cons ('f'); in rx_float_cons()
609 { "fixed", float_cons, 'f' },
Dtc-tic4x.c169 {"ieee", float_cons, 'i'},
171 {"ldouble", float_cons, 'e'},
Dtc-i960.c2658 {"extended", float_cons, 't'},
Dtc-ia64.c4894 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' },
Dtc-score.c203 {"extend", float_cons, 'x'},
204 {"ldouble", float_cons, 'x'},
205 {"packed", float_cons, 'p'},
Dtc-m68k.c904 {"extend", float_cons, 'x'},
905 {"ldouble", float_cons, 'x'},
Dtc-i386.c997 {"ffloat", float_cons, 'f'},
998 {"dfloat", float_cons, 'd'},
999 {"tfloat", float_cons, 'x'},
Dtc-tic54x.c1560 float_cons ('f'); in tic54x_float_cons()
Dtc-nds32.c3521 float_cons (type); in nds32_aligned_float_cons()
Dtc-alpha.c4919 float_cons (type); in s_alpha_float_cons()
Dtc-hppa.c8256 float_cons (float_type); in pa_float_cons()
Dtc-arm.c4729 { "extend", float_cons, 'x' },
4730 { "ldouble", float_cons, 'x' },
4731 { "packed", float_cons, 'p' },
Dtc-mips.c15528 float_cons (type); in s_float_cons()
/toolchain/binutils/binutils-2.25/gas/
Dread.h122 extern void float_cons (int float_type);
Dread.c323 {"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
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.
DChangeLog-98991738 (mcore_float_cons): New function: intercept float_cons()
4255 (ignore_rest_of_line, float_cons): Likewise.
DChangeLog-2007401 (float_cons): Likewise.
DChangeLog-20092310 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
DChangeLog-02033280 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl.
5370 (float_cons): Fix prototype.
DChangeLog-20053454 (dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.

12