Lines Matching refs:op_length

1811   int op_length = 0;  in msp430_operands()  local
2039 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()
2380 op_length = 2; in msp430_operands()
2381 frag = frag_more (op_length); in msp430_operands()
2412 dwarf2_emit_insn (op_length); in msp430_operands()
2464 op_length = 2; in msp430_operands()
2465 frag = frag_more (op_length); in msp430_operands()
2475 dwarf2_emit_insn (op_length); in msp430_operands()
2508 op_length = 6; in msp430_operands()
2509 frag = frag_more (op_length); in msp430_operands()
2527 op_length = 2; in msp430_operands()
2528 frag = frag_more (op_length); in msp430_operands()
2531 dwarf2_emit_insn (op_length); in msp430_operands()
2576 op_length = 4; in msp430_operands()
2588 op_length = 2; in msp430_operands()
2598 frag = frag_more (op_length); in msp430_operands()
2606 if (op_length == 4) in msp430_operands()
2608 dwarf2_emit_insn (op_length); in msp430_operands()
2654 if ((op_length = try_encode_mova (imm_op, bin, & op1, & op2, in msp430_operands()
2660 dwarf2_emit_insn (op_length); in msp430_operands()
2726 if ((op_length = try_encode_mova (imm_op, 0x0000, & op1, & op2, in msp430_operands()
2729 dwarf2_emit_insn (op_length); in msp430_operands()
2764 op_length = (extended_op ? 2 : 0) /* The extension word. */ in msp430_operands()
2769 insn_length += op_length; in msp430_operands()
2770 frag = frag_more (op_length); in msp430_operands()