HomeSort by: relevance | last modified time | path
    Searched defs:current_floating_point (Results 1 - 4 of 4) 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));
  /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));
  /src/external/gpl3/gdb/dist/sim/ppc/
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/
psim.c 69 int current_floating_point; variable
489 current_floating_point
493 if (CURRENT_FLOATING_POINT != current_floating_point)

Completed in 27 milliseconds