Home
last modified time | relevance | path

Searched refs:atLeastM68881 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h96 bool atLeastM68881() const { return hasFPU() && *FPUKind >= M881; } in atLeastM68881() function
H A DM68kInstrInfo.td448 def AtLeastM68881 : Predicate<"Subtarget->atLeastM68881()">,