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

/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.h115 extern void float_cons (int float_type);
H A Dread.c291 {"dc.d", float_cons, 'd'},
293 {"dc.s", float_cons, 'f'},
295 {"dc.x", float_cons, 'x'},
316 {"double", float_cons, 'd'},
342 {"float", float_cons, 'f'},
412 {"single", float_cons, 'f'},
4540 /* float_cons()
4558 float_cons (/* Clobbers input_line-pointer, checks end-of-line. */
4549 float_cons (/* Clobbers input_line-pointer, checks end-of-line. */ function
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-spu.c87 {"dfloat", float_cons, 'd'},
88 {"ffloat", float_cons, 'f'},
H A Dtc-ia64.c5045 /* Why doesn't float_cons() call md_cons_align() the way cons() does? */
5070 float_cons (kind);
5109 cross_section (kind, float_cons, 1);
5599 { "real4.ua", float_cons, 'f' },
5600 { "real8.ua", float_cons, 'd' },
5601 { "real10.ua", float_cons, 'x' },
5602 { "real16.ua", float_cons, 'X' },
H A Dtc-i386.c536 {"ffloat", float_cons, 'f'},
537 {"dfloat", float_cons, 'd'},
538 {"tfloat", float_cons, 'x'},
H A Dtc-score.c6642 {"extend", float_cons, 'x'},
6643 {"ldouble", float_cons, 'x'},
6644 {"packed", float_cons, 'p'},
H A Dtc-alpha.c4384 float_cons (type);
H A Dtc-arm.c3924 { "extend", float_cons, 'x' },
3925 { "ldouble", float_cons, 'x' },
3926 { "packed", float_cons, 'p' },
H A Dtc-mips.c12613 float_cons (type);

Completed in 319 milliseconds