Searched refs:AltFmt (Results 1 – 4 of 4) sorted by relevance
174 unsigned encodeXSfmmVType(unsigned SEW, unsigned Widen, bool AltFmt) { in encodeXSfmmVType() argument179 unsigned VTypeI = (VSEWBits << 3) | AltFmt << 8 | TWiden << 9; in encodeXSfmmVType()
236 bool AltFmt = RISCVVType::isAltFmt(Imm); in printXSfmmVType() local237 if (AltFmt) in printXSfmmVType()
103 LLVM_ABI unsigned encodeXSfmmVType(unsigned SEW, unsigned Widen, bool AltFmt);
2378 bool AltFmt = false; in parseXSfmmVType() local2393 AltFmt = true; in parseXSfmmVType()2420 RISCVVType::encodeXSfmmVType(SEW, Widen, AltFmt), S)); in parseXSfmmVType()