Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/
H A Dread.h115 extern void float_cons (int float_type);
H A Dread.c289 {"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 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.
H A DChangeLog-98991738 (mcore_float_cons): New function: intercept float_cons()
4255 (ignore_rest_of_line, float_cons): Likewise.
H A DChangeLog-02033288 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl.
5378 (float_cons): Fix prototype.
H A DChangeLog-96973766 * read.c (float_cons): Call md_flush_pending_output if it is
H A DChangeLog-00011226 (float_cons): Use ISALPHA instead of isalpha.
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-spu.c87 {"dfloat", float_cons, 'd'},
88 {"ffloat", float_cons, 'f'},
H A 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' },
H A Dtc-score.c6642 {"extend", float_cons, 'x'},
6643 {"ldouble", float_cons, 'x'},
6644 {"packed", float_cons, 'p'},
H A Dtc-i386.c536 {"ffloat", float_cons, 'f'},
537 {"dfloat", float_cons, 'd'},
538 {"tfloat", float_cons, 'x'},
H A Dtc-alpha.c4375 float_cons (type); in s_alpha_float_cons()
H A Dtc-arm.c3959 { "extend", float_cons, 'x' },
3960 { "ldouble", float_cons, 'x' },
3961 { "packed", float_cons, 'p' },
H A Dtc-mips.c12602 float_cons (type); in s_float_cons()