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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.h 63 bool Has64BitSupport;
116 /// has64BitSupport - Return true if the selected CPU supports 64-bit
118 bool has64BitSupport() const { return Has64BitSupport; }
122 /// has64BitSupport() returns true.
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 91 bool Has64BitSupport;
203 /// has64BitSupport - Return true if the selected CPU supports 64-bit
205 bool has64BitSupport() const { return Has64BitSupport; }
211 /// has64BitSupport() returns true.

Completed in 3394 milliseconds