Searched refs:operand_count (Results 1 – 4 of 4) sorted by relevance
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
490 size_t operand_count; member
1078 void ensure_storage_for_operand_positions(Zone* zone, int operand_count) { in ensure_storage_for_operand_positions() argument1083 const int length = kFirstOperandPosIndex + operand_count; in ensure_storage_for_operand_positions()