Searched refs:shouldOmitCCOutOperand (Results 1 – 1 of 1) sorted by relevance
658 bool shouldOmitCCOutOperand(StringRef Mnemonic, OperandVector &Operands);6737 bool ARMAsmParser::shouldOmitCCOutOperand(StringRef Mnemonic, in shouldOmitCCOutOperand() function in ARMAsmParser7298 if (!CarrySetting && shouldOmitCCOutOperand(Mnemonic, Operands)) in ParseInstruction()