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

  /external/clang/test/SemaCXX/
explicit.cpp 229 struct NotFP {
234 NotFP nfp;
236 nfp(1); // expected-error {{type 'NotFP' does not provide a call operator}}
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 330 // NotFP - The default, set for instructions that do not use FP registers.
331 NotFP = 0 << FPTypeShift,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 420 // NotFP - The default, set for instructions that do not use FP registers.
421 NotFP = 0 << FPTypeShift,
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 394 if (FPInstClass == X86II::NotFP)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp 428 if (FPInstClass == X86II::NotFP)
    [all...]

Completed in 1424 milliseconds