Searched refs:stmt_float_cons (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | tc-ia64.c | 821 static void stmt_float_cons PARAMS ((int)); 5048 stmt_float_cons (kind) in stmt_float_cons() function 5088 cross_section (kind, stmt_float_cons, 0); 5587 { "real4", stmt_float_cons, 'f' }, 5588 { "real8", stmt_float_cons, 'd' }, 5589 { "real10", stmt_float_cons, 'x' }, 5590 { "real16", stmt_float_cons, 'X' },
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ChangeLog-0203 | 2249 * config/tc-ia64.c (stmt_float_cons): Fix alignment for real10
|