Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h160 inline static bool isAltFmt(unsigned VType) { return VType & 0x100; } in isAltFmt() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp236 bool AltFmt = RISCVVType::isAltFmt(Imm); in printXSfmmVType()