HomeSort by relevance Sort by last modified time
    Searched defs:hasV6Ops (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 41 /// HasV6Ops, HasV6T2Ops, HasV7Ops, HasV8Ops -
46 bool HasV6Ops;
230 bool hasV6Ops() const { return HasV6Ops; }
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 158 bool hasV6Ops() const {
159 return STI.getFeatureBits() & ARM::HasV6Ops;
    [all...]

Completed in 747 milliseconds