Lines Matching refs:NumOperands
3783 unsigned NumOperands = Operands.size(); in MatchAndEmitInstruction() local
3785 if (NumOperands == 4 && Tok == "lsl") { in MatchAndEmitInstruction()
3814 } else if (NumOperands == 4 && Tok == "bfc") { in MatchAndEmitInstruction()
3868 } else if (NumOperands == 5) { in MatchAndEmitInstruction()
3934 } else if (NumOperands == 5 && in MatchAndEmitInstruction()
3990 if (NumOperands == 3 && (Tok == "sxtw" || Tok == "uxtw")) { in MatchAndEmitInstruction()
4001 else if (NumOperands == 3 && (Tok == "sxtb" || Tok == "sxth")) { in MatchAndEmitInstruction()
4017 else if (NumOperands == 3 && (Tok == "uxtb" || Tok == "uxth")) { in MatchAndEmitInstruction()
4034 if (NumOperands == 3 && Tok == "fmov") { in MatchAndEmitInstruction()
4081 NumOperands = Operands.size(); in MatchAndEmitInstruction()
4082 for (unsigned i = 1; i < NumOperands; ++i) in MatchAndEmitInstruction()