Home
last modified time | relevance | path

Searched refs:gen_to_words (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Datof-ieee.c237 gen_to_words (words, precision, exponent_bits); in atof_ieee()
249 gen_to_words (LITTLENUM_TYPE *words, int precision, long exponent_bits) in gen_to_words() function
684 gen_to_words (&arr[0], 4, 11);
687 gen_to_words (&arr[0], 2, 8);
Dtc-ns32k.c1720 gen_to_words (words, 2, 8); in convert_iif()
1728 gen_to_words (words, 4, 11); in convert_iif()
Dtc-epiphany.c1097 gen_to_words (words, 2, 8L); in epiphany_cgen_parse_fix_exp()
Dtc-rl78.c188 gen_to_words (w, F_PRECISION, 8); in rl78_op()
Dtc-rx.c971 gen_to_words (w, F_PRECISION, 8); in rx_op()
Dtc-m68k.c2599 gen_to_words (words, baseo, (long) outro); in m68k_ip()
5584 gen_to_words (words, 2, 8L); /* These numbers are magic! */ in get_num()
Dtc-arm.c4921 if (gen_to_words (words, X_PRECISION, E_PRECISION) == 0) in parse_fpa_immediate()
7905 gen_to_words (w, X_PRECISION, E_PRECISION); in move_or_literal_pool()
/toolchain/binutils/binutils-2.27/gas/
Das.h485 int gen_to_words (LITTLENUM_TYPE *, int, long);
DChangeLog-2012150 * config/atof-ieee.c (gen_to_words): Remove trailing redundant
DChangeLog-9697568 * config/atof-ieee.c (gen_to_words): When generating a denormal
5110 gen_to_words, X_PRECISION changed from 6 to 5.
5314 * config/atof-ieee.c (gen_to_words): Improve handling of
DChangeLog-98991634 * config/atof-ieee.c (gen_to_words): Correctly round a
4260 * config/atof-ieee.c (gen_to_words): Likewise.
DChangeLog-00013062 (gen_to_words): Print warnings if NaNs are found and the target CPU
6570 * config/atof-ieee.c (gen_to_words): When adding carry back in,
DChangeLog-02036094 (gen_to_words): Update accordingly.