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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 83 /// NoARM - True if subtarget does not support ARM mode execution.
84 bool NoARM;
198 bool hasARMOps() const { return !NoARM; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 138 /// NoARM - True if subtarget does not support ARM mode execution.
139 bool NoARM = false;
422 bool hasARMOps() const { return !NoARM; }

Completed in 504 milliseconds