Searched refs:NotFP (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Dexplicit.cpp229 struct NotFP { struct
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/
H A DX86BaseInfo.h330 // NotFP - The default, set for instructions that do not use FP registers.
331 NotFP = 0 << FPTypeShift, enumerator in enum:llvm::X86II::__anon18860
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h420 // NotFP - The default, set for instructions that do not use FP registers.
421 NotFP = 0 << FPTypeShift,
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp394 if (FPInstClass == X86II::NotFP)
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FloatingPoint.cpp428 if (FPInstClass == X86II::NotFP)

Completed in 102 milliseconds