Searched refs:AllowC (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 3086 bool isValidInsnFormat(StringRef Format, bool AllowC) { in isValidInsnFormat() argument 3089 .Cases("cr", "ci", "ciw", "css", "cl", "cs", "ca", "cb", "cj", AllowC) in isValidInsnFormat() 3100 bool AllowC = getSTI().hasFeature(RISCV::FeatureStdExtC) || in parseDirectiveInsn() local 3123 if (RealLength == 2 && !AllowC) in parseDirectiveInsn() 3139 if (!isValidInsnFormat(Format, AllowC)) in parseDirectiveInsn()
|