Home
last modified time | relevance | path

Searched refs:float_type (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dread.h122 extern void float_cons (int float_type);
Dread.c3431 s_float_space (int float_type) in s_float_space() argument
3472 flen = hex_float (float_type, temp); in s_float_space()
3485 err = md_atof (float_type, temp, &flen); in s_float_space()
4712 hex_float (int float_type, char *bytes) in hex_float() argument
4717 switch (float_type) in hex_float()
4744 as_bad (_("unknown floating type type '%c'"), float_type); in hex_float()
4815 int float_type /* 'f':.ffloat ... 'F':.float ... */) in float_cons() argument
4854 length = hex_float (float_type, temp); in float_cons()
4863 err = md_atof (float_type, temp, &length); in float_cons()
/toolchain/binutils/binutils-2.25/binutils/
Ddebug.h193 bfd_boolean (*float_type) (void *, unsigned int); member
Ddebug.c2493 return (*fns->float_type) (fhandle, type->size); in debug_write_type()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mcore.c282 mcore_float_cons (int float_type) in mcore_float_cons() argument
285 mcore_pool_count (float_cons, float_type); in mcore_float_cons()
287 float_cons (float_type); in mcore_float_cons()
Dtc-hppa.c8254 pa_float_cons (int float_type) in pa_float_cons() argument
8256 float_cons (float_type); in pa_float_cons()