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

  /external/llvm/lib/Target/MBlaze/
MBlazeSubtarget.h 36 bool HasSqrt;
67 bool hasSqrt() const { return HasSqrt; }
MBlazeSubtarget.cpp 31 HasFPU(false), HasMul64(false), HasSqrt(false)

Completed in 30 milliseconds