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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 196 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 413 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
417 bool isLikeA9() const { return isCortexA9() || isCortexA15() || isKrait(); }

Completed in 349 milliseconds