Lines Matching defs:Count
53 // Count of instructions in IT block is
63 // according to count of instructions in block.
319 unsigned Count;
915 return VectorList.Count == 1;
1729 static ARMOperand *CreateVectorList(unsigned RegNum, unsigned Count,
1733 Op->VectorList.Count = Count;
1931 OS << "<vector_list " << VectorList.Count << " * "
2442 unsigned Count = 1;
2460 ++Count;
2470 Operands.push_back(ARMOperand::CreateVectorList(FirstReg, Count, S, E));
3963 // when it's an ADD/SUB SP, #imm. Be lenient on count since there's also
4156 // VCMP{E} does the same thing, but with a different operand count.
4590 "operand count mismatch!");