Home
last modified time | relevance | path

Searched refs:float_cons (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-vax.c239 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 Dtc-wasm32.c481 float_cons ('f'); in wasm32_f32()
494 float_cons ('d'); in wasm32_f64()
H A Dtc-spu.c89 {"dfloat", float_cons, 'd'},
90 {"ffloat", float_cons, 'f'},
H A Dtc-rl78.c391 return float_cons ('d'); in rl78_float_cons()
392 return float_cons ('f'); in rl78_float_cons()
H A Dtc-mcore.c285 mcore_pool_count (float_cons, float_type); in mcore_float_cons()
287 float_cons (float_type); in mcore_float_cons()
H A Dtc-rx.c238 return float_cons ('d'); in rx_float_cons()
239 return float_cons ('f'); in rx_float_cons()
633 { "fixed", float_cons, 'f' },
H A Dtc-tic4x.c167 {"ieee", float_cons, 'i'},
169 {"ldouble", float_cons, 'e'},
H A Dtc-ia64.c4837 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 Dtc-score.c203 {"extend", float_cons, 'x'},
204 {"ldouble", float_cons, 'x'},
205 {"packed", float_cons, 'p'},
H A Dtc-i386.c1153 {"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 Dtc-m68k.c872 {"extend", float_cons, 'x'},
873 {"ldouble", float_cons, 'x'},
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-vax.c239 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 Dtc-wasm32.c481 float_cons ('f'); in wasm32_f32()
494 float_cons ('d'); in wasm32_f64()
H A Dtc-spu.c89 {"dfloat", float_cons, 'd'},
90 {"ffloat", float_cons, 'f'},
H A Dtc-rl78.c381 return float_cons ('d'); in rl78_float_cons()
382 return float_cons ('f'); in rl78_float_cons()
H A Dtc-mcore.c285 mcore_pool_count (float_cons, float_type); in mcore_float_cons()
287 float_cons (float_type); in mcore_float_cons()
H A Dtc-rx.c228 return float_cons ('d'); in rx_float_cons()
229 return float_cons ('f'); in rx_float_cons()
621 { "fixed", float_cons, 'f' },
H A Dtc-tic4x.c167 {"ieee", float_cons, 'i'},
169 {"ldouble", float_cons, 'e'},
H A Dtc-ia64.c4830 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 Dtc-score.c199 {"extend", float_cons, 'x'},
200 {"ldouble", float_cons, 'x'},
201 {"packed", float_cons, 'p'},
H A Dtc-m68k.c870 {"extend", float_cons, 'x'},
871 {"ldouble", float_cons, 'x'},
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dread.h137 extern void float_cons (int);
H A Dread.c369 {"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 Dread.h138 extern void float_cons (int);
H A Dread.c374 {"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

123