Home
last modified time | relevance | path

Searched refs:HasBTST16 (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYSubtarget.h72 bool HasBTST16; variable
157 bool hasBTST16() const { return HasBTST16; } in hasBTST16()
HDCSKYSubtarget.cpp48 HasBTST16 = false; in initializeSubtargetDependencies()
HDCSKY.td148 def FeatureBTST16 : SubtargetFeature<"btst16", "HasBTST16", "true",
150 def HasBTST16 : Predicate<"Subtarget->hasBTST16()">,
HDCSKYInstrInfo16Instr.td319 let Predicates = [HasBTST16] in
704 let Predicates = [HasBTST16] in