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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
ARMTargetParser.cpp 175 FPURestriction MaxRestriction;
181 // under FPURestriction::None, which is the only FPURestriction in
182 // which they would be valid (since FPURestriction::SP doesn't
184 {"+vfp2", "-vfp2", FPUVersion::VFPV2, FPURestriction::D16},
185 {"+vfp2sp", "-vfp2sp", FPUVersion::VFPV2, FPURestriction::SP_D16},
186 {"+vfp3", "-vfp3", FPUVersion::VFPV3, FPURestriction::None},
187 {"+vfp3d16", "-vfp3d16", FPUVersion::VFPV3, FPURestriction::D16},
188 {"+vfp3d16sp", "-vfp3d16sp", FPUVersion::VFPV3, FPURestriction::SP_D16},
189 {"+vfp3sp", "-vfp3sp", FPUVersion::VFPV3, FPURestriction::None}
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMTargetParser.h 149 enum class FPURestriction {
183 FPURestriction Restriction;
238 FPURestriction getFPURestriction(unsigned FPUKind);

Completed in 17 milliseconds