Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h75 bool HasStdExtZhinx = false; variable
175 bool hasStdExtZhinx() const { return HasStdExtZhinx; } in hasStdExtZhinx()
H A DRISCVInstrInfoZfh.td44 def ZhinxExt : ExtInfo<1, [HasStdExtZhinx]>;
46 def Zhinx64Ext : ExtInfo<1, [HasStdExtZhinx, IsRV64]>;
239 let Predicates = [HasStdExtZhinx] in {
248 } // Predicates = [HasStdExtZhinx]
H A DRISCV.td110 : SubtargetFeature<"zhinx", "HasStdExtZhinx", "true",
113 def HasStdExtZhinx : Predicate<"Subtarget->hasStdExtZhinx()">,