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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 35 , Has64BitSupport(false)
66 Has64BitSupport = true;
80 if (use64BitRegs() && !has64BitSupport())
PPCSubtarget.h 74 bool Has64BitSupport;
137 /// has64BitSupport - Return true if the selected CPU supports 64-bit
139 bool has64BitSupport() const { return Has64BitSupport; }
143 /// has64BitSupport() returns true.

Completed in 654 milliseconds