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