Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp227 bool ExpectNegative = false);
2840 bool ExpectNegative) { in parseZcmpStackAdj() argument
2857 if (Negative != ExpectNegative || StackAdjustment % 16 != 0 || in parseZcmpStackAdj()
2861 if (ExpectNegative) { in parseZcmpStackAdj()