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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.h 67 bool HasFSQRT;
135 bool hasFSQRT() const { return HasFSQRT; }
PPCSubtarget.cpp 75 , HasFSQRT(false)
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 106 bool HasFSQRT;
228 bool hasFSQRT() const { return HasFSQRT; }
PPCSubtarget.cpp 76 HasFSQRT = false;

Completed in 187 milliseconds