/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-vax.c | 239 void float_cons (int); 244 {"dfloat", float_cons, 'd'}, 245 {"ffloat", float_cons, 'f'}, 246 {"gfloat", float_cons, 'g'}, 247 {"hfloat", float_cons, 'h'}, 248 {"d_floating", float_cons, 'd'}, 249 {"f_floating", float_cons, 'f'}, 250 {"g_floating", float_cons, 'g'}, 251 {"h_floating", float_cons, 'h'},
|
H A D | tc-wasm32.c | 481 float_cons ('f'); in wasm32_f32() 494 float_cons ('d'); in wasm32_f64()
|
H A D | tc-spu.c | 89 {"dfloat", float_cons, 'd'}, 90 {"ffloat", float_cons, 'f'},
|
H A D | tc-rl78.c | 391 return float_cons ('d'); in rl78_float_cons() 392 return float_cons ('f'); in rl78_float_cons()
|
H A D | tc-mcore.c | 285 mcore_pool_count (float_cons, float_type); in mcore_float_cons() 287 float_cons (float_type); in mcore_float_cons()
|
H A D | tc-rx.c | 238 return float_cons ('d'); in rx_float_cons() 239 return float_cons ('f'); in rx_float_cons() 633 { "fixed", float_cons, 'f' },
|
H A D | tc-tic4x.c | 167 {"ieee", float_cons, 'i'}, 169 {"ldouble", float_cons, 'e'},
|
H A D | tc-ia64.c | 4837 float_cons (kind); in stmt_float_cons() 4871 cross_section (kind, float_cons, 1); in dot_xfloat_cons_ua() 5354 { "real4.ua", float_cons, 'f' }, 5355 { "real8.ua", float_cons, 'd' }, 5356 { "real10.ua", float_cons, 'x' }, 5357 { "real16.ua", float_cons, 'X' },
|
H A D | tc-score.c | 203 {"extend", float_cons, 'x'}, 204 {"ldouble", float_cons, 'x'}, 205 {"packed", float_cons, 'p'},
|
H A D | tc-i386.c | 1153 {"ffloat", float_cons, 'f'}, 1154 {"dfloat", float_cons, 'd'}, 1155 {"tfloat", float_cons, 'x'}, 1156 {"hfloat", float_cons, 'h'}, 1157 {"bfloat16", float_cons, 'b'},
|
H A D | tc-m68k.c | 872 {"extend", float_cons, 'x'}, 873 {"ldouble", float_cons, 'x'},
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-vax.c | 239 void float_cons (int); 244 {"dfloat", float_cons, 'd'}, 245 {"ffloat", float_cons, 'f'}, 246 {"gfloat", float_cons, 'g'}, 247 {"hfloat", float_cons, 'h'}, 248 {"d_floating", float_cons, 'd'}, 249 {"f_floating", float_cons, 'f'}, 250 {"g_floating", float_cons, 'g'}, 251 {"h_floating", float_cons, 'h'},
|
H A D | tc-wasm32.c | 481 float_cons ('f'); in wasm32_f32() 494 float_cons ('d'); in wasm32_f64()
|
H A D | tc-spu.c | 89 {"dfloat", float_cons, 'd'}, 90 {"ffloat", float_cons, 'f'},
|
H A D | tc-rl78.c | 381 return float_cons ('d'); in rl78_float_cons() 382 return float_cons ('f'); in rl78_float_cons()
|
H A D | tc-mcore.c | 285 mcore_pool_count (float_cons, float_type); in mcore_float_cons() 287 float_cons (float_type); in mcore_float_cons()
|
H A D | tc-rx.c | 228 return float_cons ('d'); in rx_float_cons() 229 return float_cons ('f'); in rx_float_cons() 621 { "fixed", float_cons, 'f' },
|
H A D | tc-tic4x.c | 167 {"ieee", float_cons, 'i'}, 169 {"ldouble", float_cons, 'e'},
|
H A D | tc-ia64.c | 4830 float_cons (kind); in stmt_float_cons() 4864 cross_section (kind, float_cons, 1); in dot_xfloat_cons_ua() 5346 { "real4.ua", float_cons, 'f' }, 5347 { "real8.ua", float_cons, 'd' }, 5348 { "real10.ua", float_cons, 'x' }, 5349 { "real16.ua", float_cons, 'X' },
|
H A D | tc-score.c | 199 {"extend", float_cons, 'x'}, 200 {"ldouble", float_cons, 'x'}, 201 {"packed", float_cons, 'p'},
|
H A D | tc-m68k.c | 870 {"extend", float_cons, 'x'}, 871 {"ldouble", float_cons, 'x'},
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | read.h | 137 extern void float_cons (int);
|
H A D | read.c | 369 {"dc.d", float_cons, 'd'}, 371 {"dc.s", float_cons, 'f'}, 373 {"dc.x", float_cons, 'x'}, 394 {"double", float_cons, 'd'}, 418 {"float", float_cons, 'f'}, 487 {"single", float_cons, 'f'}, 4888 float_cons (/* Clobbers input_line-pointer, checks end-of-line. */ in float_cons() function
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | read.h | 138 extern void float_cons (int);
|
H A D | read.c | 374 {"dc.d", float_cons, 'd'}, 376 {"dc.s", float_cons, 'f'}, 378 {"dc.x", float_cons, 'x'}, 399 {"double", float_cons, 'd'}, 423 {"float", float_cons, 'f'}, 492 {"single", float_cons, 'f'}, 4926 float_cons (/* Clobbers input_line-pointer, checks end-of-line. */ in float_cons() function
|