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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 99 /// HasF16C - Processor has 16-bit floating point conversion instructions.
100 bool HasF16C;
192 bool hasF16C() const { return HasF16C; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 127 bool HasF16C;
414 bool hasF16C() const { return HasF16C; }

Completed in 115 milliseconds