Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h157 bool hasBTST16() const { return HasBTST16; } in hasBTST16() function
H A DCSKY.td150 def HasBTST16 : Predicate<"Subtarget->hasBTST16()">,