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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 180 return isThumb1Only() ? 0 : 64;
233 bool isThumb1Only() const { return InThumbMode && !HasThumb2; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 549 bool isThumb1Only() const { return InThumbMode && !HasThumb2; }

Completed in 108 milliseconds