Home
last modified time | relevance | path

Searched refs:DisallowDIV (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DARMBuildAttributes.h219 DisallowDIV = 1, // Hardware divide explicitly disallowed. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DARMBuildAttributes.h220 DisallowDIV = 1, // Hardware divide explicitly disallowed. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DARMBuildAttributes.h234 DisallowDIV = 1, // Hardware divide explicitly disallowed. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELFObjectFile.cpp227 case ARMBuildAttrs::DisallowDIV: in getARMFeatures()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DARMAttributeParser.cpp203 ARMBuildAttrs::DisallowDIV)); in TEST()