Searched refs:operand_count (Results 1 – 6 of 6) sorted by relevance
43 std::vector<uint8_t> operand_count(256); in TEST() local48 operand_count[operand] += 1; in TEST()49 CHECK_EQ(operand_count[operand], 1); in TEST()56 operand_count[operand] += 1; in TEST()57 CHECK_EQ(operand_count[operand], 1); in TEST()
14 insn->operand_count = 1; in x86_oplist_append()29 insn->operand_count = insn->operand_count + 1; in x86_oplist_append()62 insn->operand_count = 0; in x86_oplist_free()159 return insn->operand_count; in x86_operand_count()
517 size_t operand_count; /* total number of operands */ member
87 const size_t operand_count = OperandCount(instr); in RegisterAllocatorVerifier() local88 auto* op_constraints = zone->NewArray<OperandConstraint>(operand_count); in RegisterAllocatorVerifier()107 InstructionConstraint instr_constraint = {instr, operand_count, in RegisterAllocatorVerifier()121 const size_t operand_count = instr_constraint.operand_constaints_size_; in VerifyAssignment() local124 CHECK(operand_count == OperandCount(instr)); in VerifyAssignment()
490 size_t operand_count; member
1000 void ensure_storage_for_operand_positions(Zone* zone, int operand_count) { in ensure_storage_for_operand_positions() argument1005 const int length = kFirstOperandPosIndex + operand_count; in ensure_storage_for_operand_positions()