Searched refs:op_length (Results 1 – 1 of 1) sorted by relevance
1811 int op_length = 0; in msp430_operands() local2039 op_length = (extended_op ? 2 : 0) + 2 + (op1.ol * 2); in msp430_operands()2040 insn_length += op_length; in msp430_operands()2041 frag = frag_more (op_length); in msp430_operands()2245 op_length = 2 + 2 * op1.ol; in msp430_operands()2246 frag = frag_more (op_length); in msp430_operands()2271 dwarf2_emit_insn (insn_length + op_length); in msp430_operands()2288 op_length = 2 + 2 * op1.ol; in msp430_operands()2289 frag = frag_more (op_length); in msp430_operands()2348 dwarf2_emit_insn (insn_length + op_length); in msp430_operands()[all …]