Searched refs:isThumbTwo (Results 1 – 1 of 1) sorted by relevance
254 bool isThumbTwo() const { in isThumbTwo() function in __anonef5d38c20111::ARMAsmParser4676 if (!op.isSignedOffset<11, 1>() && isThumbTwo()) in cvtThumbBranches()4683 if (!op.isSignedOffset<8, 1>() && isThumbTwo()) in cvtThumbBranches()5417 if (isThumbTwo()) { in tryConvertingToTwoOperandForm()5511 (isThumbTwo() && Mnemonic == "sub")) && in shouldOmitCCOutOperand()5524 if (isThumbTwo() && (Mnemonic == "add" || Mnemonic == "sub") && in shouldOmitCCOutOperand()5551 if (isThumbTwo() && Mnemonic == "mul" && Operands.size() == 6 && in shouldOmitCCOutOperand()5571 if (isThumbTwo() && Mnemonic == "mul" && Operands.size() == 5 && in shouldOmitCCOutOperand()5945 if (isThumbTwo() && Mnemonic == "sub" && Operands.size() == 6 && in ParseInstruction()6075 } else if (isThumbTwo() && MCID.isPredicable() && in validateInstruction()[all …]