Searched defs:hasV7Ops (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h297 bool hasV7Ops() const { return HasV7Ops; } function in class:llvm::ARMSubtarget
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp259 bool hasV7Ops() const { function in class:__anon25986::ARMAsmParser
3929 if (!hasV7Ops() && FlagsVal >= 0x811 && FlagsVal <= 0x813)
5776 if (!hasV7Ops())

Completed in 296 milliseconds