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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 106 /// HasF16C - Processor has 16-bit floating point conversion instructions.
107 bool HasF16C;
250 bool hasF16C() const { return HasF16C; }
X86Subtarget.cpp 222 HasF16C = true;
436 HasF16C = false;
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 20 milliseconds