Lines Matching refs:ol
1964 op->ol = 1; /* Immediate will follow an instruction. */
2027 op->ol = 0;
2034 op->ol = 0;
2041 op->ol = 0;
2048 op->ol = 0;
2064 op->ol = 0;
2080 op->ol = 0;
2114 op->ol = 0;
2121 op->ol = 0;
2128 op->ol = 0;
2135 op->ol = 0;
2142 op->ol = 0;
2149 op->ol = 0;
2170 op->ol = 1; /* Immediate value followed by instruction. */
2236 op->ol = 0;
2267 op->ol = 1;
2318 op->ol = 0;
2352 op->ol = 0;
2361 op->ol = 1;
2396 op->ol = 1;
3092 op_length = (extended_op ? 2 : 0) + 2 + (op1.ol * 2);
3102 if (op1.ol != 0 && ((extended & 0xf) != 0))
3167 insn_length = (extended_op ? 2 : 0) + 2 + (op1.ol * 2) + (op2.ol * 2);
3203 if ((op1.ol != 0 || op2.ol != 0) && ((extended & 0xf) != 0))
3313 op_length = 2 + 2 * op1.ol;
3356 op_length = 2 + 2 * op1.ol;
3403 if (op1.ol != 1)
3405 as_bad ("Internal error: unexpected CALLA instruction length: %d\n", op1.ol);
3875 + (2 * op1.ol) /* The first operand. */
3876 + (2 * op2.ol); /* The second operand. */
3887 if ((op1.ol != 0 || op2.ol != 0) && ((extended & 0xf) != 0))
4029 insn_length = (extended_op ? 2 : 0) + 2 + (op1.ol * 2);
4056 if (op1.ol != 0 && ((extended & 0xf) != 0))