Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h69 bool HasStdExtZvfh = false; variable
169 bool hasStdExtZvfh() const { return HasStdExtZvfh; } in hasStdExtZvfh()
231 bool hasVInstructionsF16() const { return HasStdExtZvfh && HasStdExtZfh; } in hasVInstructionsF16()
H A DRISCV.td412 : SubtargetFeature<"experimental-zvfh", "HasStdExtZvfh", "true",