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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 39 /// HasV4TOps, HasV5TOps, HasV5TEOps, HasV6Ops, HasV6T2Ops, HasV7Ops -
46 bool HasV7Ops;
193 bool hasV7Ops() const { return HasV7Ops; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 85 /// HasV6Ops, HasV6MOps, HasV6KOps, HasV6T2Ops, HasV7Ops, HasV8Ops -
94 bool HasV7Ops = false;
400 bool hasV7Ops() const { return HasV7Ops; }
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.h 141 /// HasV6Ops, HasV6MOps, HasV6KOps, HasV6T2Ops, HasV7Ops, HasV8Ops -
150 bool HasV7Ops = false;
526 bool hasV7Ops() const { return HasV7Ops; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 117 bool hasV7Ops() const {
118 return STI.getFeatureBits() & ARM::HasV7Ops;
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 272 bool hasV7Ops() const {
273 return getSTI().getFeatureBits()[ARM::HasV7Ops];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 465 bool hasV7Ops() const {
466 return getSTI().getFeatureBits()[ARM::HasV7Ops];
    [all...]

Completed in 197 milliseconds