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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 75 bool HasX87;
380 bool hasX87() const { return HasX87; }
X86ISelLowering.cpp 75 bool UseX87 = !Subtarget.useSoftFloat() && Subtarget.hasX87();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 96 bool HasX87 = false;
535 bool hasX87() const { return HasX87; }
X86ISelLowering.cpp 103 bool UseX87 = !Subtarget.useSoftFloat() && Subtarget.hasX87();
    [all...]

Completed in 59 milliseconds