Searched refs:gen_to_words (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | atof-ieee.c | 237 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);
|
D | tc-ns32k.c | 1720 gen_to_words (words, 2, 8); in convert_iif() 1728 gen_to_words (words, 4, 11); in convert_iif()
|
D | tc-epiphany.c | 1097 gen_to_words (words, 2, 8L); in epiphany_cgen_parse_fix_exp()
|
D | tc-rl78.c | 188 gen_to_words (w, F_PRECISION, 8); in rl78_op()
|
D | tc-rx.c | 971 gen_to_words (w, F_PRECISION, 8); in rx_op()
|
D | tc-m68k.c | 2599 gen_to_words (words, baseo, (long) outro); in m68k_ip() 5584 gen_to_words (words, 2, 8L); /* These numbers are magic! */ in get_num()
|
D | tc-arm.c | 4921 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/ |
D | as.h | 485 int gen_to_words (LITTLENUM_TYPE *, int, long);
|
D | ChangeLog-2012 | 150 * config/atof-ieee.c (gen_to_words): Remove trailing redundant
|
D | ChangeLog-9697 | 568 * 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
|
D | ChangeLog-9899 | 1634 * config/atof-ieee.c (gen_to_words): Correctly round a 4260 * config/atof-ieee.c (gen_to_words): Likewise.
|
D | ChangeLog-0001 | 3062 (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,
|
D | ChangeLog-0203 | 6094 (gen_to_words): Update accordingly.
|