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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMBuildAttributes.h 228 // Note: AllowDIVExt must be emitted if and only if the permission to use
233 AllowDIVExt = 2, // Allow hardware divide as optional architecture
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 276 // AllowDIVExt is only emitted if hwdiv isn't available in the base arch;
279 emitAttribute(ARMBuildAttrs::DIV_use, ARMBuildAttrs::AllowDIVExt);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ELFObjectFile.cpp 280 case ARMBuildAttrs::AllowDIVExt:

Completed in 17 milliseconds