Searched refs:o_operand_count (Results 1 – 1 of 1) sorted by relevance
3625 int i, operand_count, o_operand_count; in narrow_instruction() local3645 o_operand_count = xtensa_opcode_num_operands (isa, o_opcode); in narrow_instruction()3659 if (o_operand_count + 1 != operand_count) in narrow_instruction()3677 for (i = 0; i < o_operand_count; ++i) in narrow_instruction()3772 int i, operand_count, o_operand_count, check_operand_count; in widen_instruction() local3792 o_operand_count = xtensa_opcode_num_operands (isa, o_opcode); in widen_instruction()3793 check_operand_count = o_operand_count; in widen_instruction()3807 if (o_operand_count != operand_count + 1) in widen_instruction()3824 if (is_or && i == o_operand_count - 1) in widen_instruction()