Home
last modified time | relevance | path

Searched refs:HasStdExtZbc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h55 bool HasStdExtZbc = false; variable
160 bool hasStdExtZbc() const { return HasStdExtZbc; } in hasStdExtZbc()
H A DRISCV.td146 : SubtargetFeature<"zbc", "HasStdExtZbc", "true",
148 def HasStdExtZbc : Predicate<"Subtarget->hasStdExtZbc()">,
H A DRISCVInstrInfoZb.td532 let Predicates = [HasStdExtZbc] in {
535 } // Predicates = [HasStdExtZbc]
1212 let Predicates = [HasStdExtZbc] in