Home
last modified time | relevance | path

Searched refs:dot_xfloat_cons (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ia64.c823 static void dot_xfloat_cons PARAMS ((int));
5085 dot_xfloat_cons (kind) in dot_xfloat_cons() function
5529 { "xreal4", dot_xfloat_cons, 'f' },
5530 { "xreal8", dot_xfloat_cons, 'd' },
5531 { "xreal10", dot_xfloat_cons, 'x' },
5532 { "xreal16", dot_xfloat_cons, 'X' },
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-00013005 (dot_xfloat_cons): Ditto.