Searched refs:atof_ieee (Results 1 – 20 of 20) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | atof-ieee.c | 160 atof_ieee (char *str, /* Text to convert to binary. */ in atof_ieee() function 786 t = atof_ieee (input_line_pointer, type, words); in ieee_md_atof()
|
D | tc-lm32.c | 239 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
D | tc-ft32.c | 436 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
D | tc-moxie.c | 583 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
D | tc-tilepro.c | 1232 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
D | tc-tilegx.c | 1357 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
D | tc-visium.c | 865 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
D | tc-tic4x.c | 2592 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
D | tc-microblaze.c | 1801 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
D | tc-nios2.c | 288 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
D | tc-score7.c | 6245 t = atof_ieee (input_line_pointer, type, words); in s7_atof()
|
D | tc-aarch64.c | 2232 if ((str = atof_ieee (str, 's', words)) == NULL) in parse_aarch64_imm_float()
|
D | tc-arm.c | 1138 t = atof_ieee (input_line_pointer, type, words); in md_atof() 4890 if ((save_in = atof_ieee (*str, 'x', words)) != NULL in parse_fpa_immediate() 5031 if ((str = atof_ieee (str, 's', words)) != NULL) in parse_qfloat_immediate() 24722 if (atof_ieee ((char *) fp_const[i], 'x', fp_values[i]) == NULL) in set_constant_flonums()
|
D | tc-score.c | 6693 t = atof_ieee (input_line_pointer, type, words); in s3_atof()
|
D | tc-ia64.c | 11605 t = atof_ieee (input_line_pointer, type, words); in md_atof()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | as.h | 476 char * atof_ieee (char *, int, LITTLENUM_TYPE *);
|
D | ChangeLog-0203 | 456 * config/tc-arc.c: Remove a local prototype of atof_ieee. 3171 (md_atof): Remove declaration of atof_ieee. 3180 (md_atof): Remove declaration of atof_ieee. 3192 (md_atof): Remove declaration of atof_ieee. 3227 * config/tc-i860.c (md_atof): Remove declaration of atof_ieee. 3249 (md_atof): Remove declaration of atof_ieee. 3269 (md_atof): Remove declaration of atof_ieee. 3299 (md_atof): Remove declaration of atof_ieee. 3312 (md_atof): Remove declaration of atof_ieee. 3349 (md_atof): Remove declaration of atof_ieee. [all …]
|
D | ChangeLog-9697 | 2002 (md_atof): Don't declare atof_ieee and vax_md_atof. 2007 (md_atof): Don't declare atof_ieee. 2009 * config/tc-m88k.c (md_atof): Don't declare atof_ieee. 2012 (md_atof): Don't declare atof_ieee.
|
D | ChangeLog-9899 | 462 * config/atof-ieee.c (atof_ieee): Change what_kind to int.
|
D | ChangeLog-9295 | 5556 * config/tc-ns32k.c (md_atof): use atof_ieee instead of special 12307 * config/atof-ieee.c (atof_ieee): Exponent field isn't a pointer;
|