Home
last modified time | relevance | path

Searched refs:WITH_FLOATING_POINT (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-config.c36 #if defined (WITH_FLOATING_POINT)
112 #if defined (WITH_FLOATING_POINT)
273 #if defined (WITH_FLOATING_POINT) in sim_config()
277 current_floating_point = WITH_FLOATING_POINT; in sim_config()
335 #if defined (WITH_FLOATING_POINT) in sim_config_print()
337 config_floating_point_to_a (WITH_FLOATING_POINT)); in sim_config_print()
Dsim-config.h230 #if defined (WITH_FLOATING_POINT)
236 #define CURRENT_FLOATING_POINT (WITH_FLOATING_POINT \
237 ? WITH_FLOATING_POINT \
DChangeLog-20217754 * sim-config.h (WITH_ALIGNMENT, WITH_FLOATING_POINT,
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dstd-config.h214 #ifndef WITH_FLOATING_POINT
215 #define WITH_FLOATING_POINT HARD_FLOATING_POINT macro
218 #define CURRENT_FLOATING_POINT (WITH_FLOATING_POINT \
219 ? WITH_FLOATING_POINT \
Doptions.c123 printf_filtered ("WITH_FLOATING_POINT = %s\n", options_float (WITH_FLOATING_POINT)); in print_options()
Demul_generic.c282 WITH_FLOATING_POINT ? "true" : "false"); in emul_add_tree_options()
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
DChangeLog-20213319 WITH_TARGET_WORD_BITSIZE and WITH_FLOATING_POINT and gensim GPRLEN
3323 (mips_fpu): Configure WITH_FLOATING_POINT.