Searched refs:s_alpha_float_cons (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c4352 s_alpha_float_cons (int type)
4699 {"t_floating", s_alpha_float_cons, 'd'},
4700 {"s_floating", s_alpha_float_cons, 'f'},
4701 {"f_floating", s_alpha_float_cons, 'F'},
4702 {"g_floating", s_alpha_float_cons, 'G'},
4703 {"d_floating", s_alpha_float_cons, 'D'},
4717 {"double", s_alpha_float_cons, 'd'},
4718 {"float", s_alpha_float_cons, 'f'},
4719 {"single", s_alpha_float_cons, 'f'},
4343 s_alpha_float_cons (int type) function

Completed in 97 milliseconds