HomeSort by: relevance | last modified time | path
    Searched refs:CURRENT_FLOATING_POINT (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-config.c 37 int current_floating_point; variable
276 if (current_floating_point == 0)
277 current_floating_point = WITH_FLOATING_POINT;
280 if (CURRENT_FLOATING_POINT == 0)
285 if (CURRENT_FLOATING_POINT != current_floating_point)
288 config_alignment_to_a (CURRENT_FLOATING_POINT),
289 config_alignment_to_a (current_floating_point));
sim-config.h 235 extern int current_floating_point;
236 #define CURRENT_FLOATING_POINT (WITH_FLOATING_POINT \
238 : current_floating_point)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-config.c 37 int current_floating_point; variable
276 if (current_floating_point == 0)
277 current_floating_point = WITH_FLOATING_POINT;
280 if (CURRENT_FLOATING_POINT == 0)
285 if (CURRENT_FLOATING_POINT != current_floating_point)
288 config_alignment_to_a (CURRENT_FLOATING_POINT),
289 config_alignment_to_a (current_floating_point));
sim-config.h 235 extern int current_floating_point;
236 #define CURRENT_FLOATING_POINT (WITH_FLOATING_POINT \
238 : current_floating_point)
  /src/external/gpl3/gdb/dist/sim/ppc/
std-config.h 217 extern int current_floating_point;
218 #define CURRENT_FLOATING_POINT (WITH_FLOATING_POINT \
220 : current_floating_point)
psim.c 69 int current_floating_point; variable
489 current_floating_point
493 if (CURRENT_FLOATING_POINT != current_floating_point)
  /src/external/gpl3/gdb.old/dist/sim/ppc/
std-config.h 217 extern int current_floating_point;
218 #define CURRENT_FLOATING_POINT (WITH_FLOATING_POINT \
220 : current_floating_point)
psim.c 69 int current_floating_point; variable
489 current_floating_point
493 if (CURRENT_FLOATING_POINT != current_floating_point)
  /src/external/gpl3/gdb/dist/sim/mips/
interp.c 1663 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
1780 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT
1789 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2089 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2123 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2154 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2181 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2362 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
  /src/external/gpl3/gdb.old/dist/sim/mips/
interp.c 1663 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
1780 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT
1789 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2089 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2123 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2154 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2181 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)
2362 if (CURRENT_FLOATING_POINT == HARD_FLOATING_POINT)

Completed in 35 milliseconds