Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2264 unsigned MaxSEW = ELEN / Lmul; in parseVTypeI() local
2266 if (MaxSEW >= 8 && Sew > MaxSEW) in parseVTypeI()
2268 "use of vtype encodings with SEW > " + Twine(MaxSEW) + in parseVTypeI()