Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h97 bool atLeastM68882() const { return hasFPU() && *FPUKind >= M882; } in atLeastM68882() function
H A DM68kInstrInfo.td436 def AtLeastM68882 : Predicate<"Subtarget->atLeastM68882()">,