Searched refs:IsFP64bit (Results 1 – 4 of 4) sorted by relevance
91 bool IsFP64bit; variable272 bool isFP64bit() const { return IsFP64bit; } in isFP64bit()
29 // Predicates for the FGR size and layout such as IsFP64bit80 def FeatureFP64Bit : SubtargetFeature<"fp64", "IsFP64bit", "true",
76 NoABICalls(false), IsFP64bit(false), UseOddSPReg(true), in MipsSubtarget()
65 def IsFP64bit : Predicate<"Subtarget->isFP64bit()">,82 class FGR_64 { list<Predicate> FGRPredicates = [IsFP64bit]; }