Searched refs:atLeastM68882 (Results 1 – 2 of 2) sorted by relevance
97 bool atLeastM68882() const { return hasFPU() && *FPUKind >= M882; } in atLeastM68882() function
436 def AtLeastM68882 : Predicate<"Subtarget->atLeastM68882()">,