reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Basic/Targets/ARM.cpp
  433       HW_FP |= HW_FP_SP;
  435           HW_FP |= HW_FP_DP;
  439       HW_FP |= HW_FP_SP;
  441           HW_FP |= HW_FP_DP;
  445       HW_FP |= HW_FP_SP | HW_FP_HP;
  447           HW_FP |= HW_FP_DP;
  451       HW_FP |= HW_FP_SP | HW_FP_HP;
  453           HW_FP |= HW_FP_DP;
  456       HW_FP |= HW_FP_SP;
  468       HW_FP |= HW_FP_DP;
  477       HW_FP |= HW_FP_HP;
  490       HW_FP |= HW_FP_SP | HW_FP_HP;
  661   if (HW_FP)
  662     Builder.defineMacro("__ARM_FP", "0x" + Twine::utohexstr(HW_FP));
  749                         "0x" + Twine::utohexstr(HW_FP & ~HW_FP_DP));