HomeSort by: relevance | last modified time | path
    Searched defs:mfpu_opt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 80 static unsigned int mfpu_opt = 0; variable
453 if (!mfpu_opt && (regs[0]->unit == UNIT_FX || regs[1]->unit == UNIT_FX))
5863 mfpu_opt = opt->value;
6536 !(template->core_flags & mfpu_opt))
6545 (template->core_flags & mfpu_opt)))
6632 !mfpu_opt)
tc-arm.c 183 static const arm_feature_set *mfpu_opt = NULL; variable
30109 if (mfpu_opt)
30114 else if (mfpu_opt)
30115 selected_fpu = *mfpu_opt;
31828 mfpu_opt = &opt->value;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 80 static unsigned int mfpu_opt = 0; variable
453 if (!mfpu_opt && (regs[0]->unit == UNIT_FX || regs[1]->unit == UNIT_FX))
5863 mfpu_opt = opt->value;
6536 !(template->core_flags & mfpu_opt))
6545 (template->core_flags & mfpu_opt)))
6632 !mfpu_opt)
tc-arm.c 183 static const arm_feature_set *mfpu_opt = NULL; variable
30116 if (mfpu_opt)
30121 else if (mfpu_opt)
30122 selected_fpu = *mfpu_opt;
31835 mfpu_opt = &opt->value;

Completed in 72 milliseconds