Searched refs:s_alpha_float_cons (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-alpha.c | 4888 s_alpha_float_cons (int type) in s_alpha_float_cons() function 5241 {"t_floating", s_alpha_float_cons, 'd'}, 5242 {"s_floating", s_alpha_float_cons, 'f'}, 5243 {"f_floating", s_alpha_float_cons, 'F'}, 5244 {"g_floating", s_alpha_float_cons, 'G'}, 5245 {"d_floating", s_alpha_float_cons, 'D'}, 5259 {"double", s_alpha_float_cons, 'd'}, 5260 {"float", s_alpha_float_cons, 'f'}, 5261 {"single", s_alpha_float_cons, 'f'},
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9697 | 4353 (s_alpha_float_cons): Simplify alignment handling.
|
D | ChangeLog-9295 | 2317 .g_floating, and .d_floating to use s_alpha_float_cons rather than 2326 (s_alpha_cons, s_alpha_float_cons): New static functions.
|