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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 33 Others, CortexA8, CortexA9
196 bool isCortexA9() const { return ARMProcFamily == CortexA9; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 45 Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15,
413 bool isCortexA9() const { return ARMProcFamily == CortexA9; }

Completed in 57 milliseconds