Searched refs:hasV6MOps (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h291 bool hasV6MOps() const { return HasV6MOps; } function in class:llvm::ARMSubtarget
H A DARMAsmPrinter.cpp545 else if (Subtarget->hasV6MOps())
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp261 bool hasV6MOps() const { function in class:__anon10678::ARMAsmParser
5460 if (hasV6MOps())
8558 else if (Opc == ARM::tADDhirr && isThumbOne() && !hasV6MOps() &&

Completed in 117 milliseconds