Home
last modified time | relevance | path

Searched refs:IsFP64bit (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.h91 bool IsFP64bit; variable
272 bool isFP64bit() const { return IsFP64bit; } in isFP64bit()
H A DMips.td29 // Predicates for the FGR size and layout such as IsFP64bit
80 def FeatureFP64Bit : SubtargetFeature<"fp64", "IsFP64bit", "true",
H A DMipsSubtarget.cpp76 NoABICalls(false), IsFP64bit(false), UseOddSPReg(true), in MipsSubtarget()
H A DMipsInstrFPU.td65 def IsFP64bit : Predicate<"Subtarget->isFP64bit()">,
82 class FGR_64 { list<Predicate> FGRPredicates = [IsFP64bit]; }