Home
last modified time | relevance | path

Searched refs:NotFP (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86BaseInfo.h390 NotFP = 0 << FPTypeShift, enumerator
/trueos/contrib/llvm/lib/Target/X86/
HDX86InstrFormats.td80 def NotFP : FPFormat<0>;
195 FPFormat FPForm = NotFP; // What flavor of FP instruction is this?
HDX86FloatingPoint.cpp430 if (FPInstClass == X86II::NotFP) in processBasicBlock()