Home | History | Annotate | Download | only in config

Lines Matching refs:ol

1102       op->ol = 1;		/* Immediate will follow an instruction.  */
1159 op->ol = 0;
1166 op->ol = 0;
1173 op->ol = 0;
1180 op->ol = 0;
1196 op->ol = 0;
1213 op->ol = 0;
1247 op->ol = 0;
1254 op->ol = 0;
1261 op->ol = 0;
1268 op->ol = 0;
1275 op->ol = 0;
1282 op->ol = 0;
1303 op->ol = 1; /* Immediate value followed by instruction. */
1363 op->ol = 0;
1394 op->ol = 1;
1439 op->ol = 0;
1465 op->ol = 0;
1476 op->ol = 1;
1511 op->ol = 1;
2039 op_length = (extended_op ? 2 : 0) + 2 + (op1.ol * 2);
2049 if (op1.ol != 0 && ((extended & 0xf) != 0))
2114 insn_length = (extended_op ? 2 : 0) + 2 + (op1.ol * 2) + (op2.ol * 2);
2135 if ((op1.ol != 0 || op2.ol != 0) && ((extended & 0xf) != 0))
2245 op_length = 2 + 2 * op1.ol;
2288 op_length = 2 + 2 * op1.ol;
2335 if (op1.ol != 1)
2337 as_bad ("Internal error: unexpected CALLA instruction length: %d\n", op1.ol);
2766 + (2 * op1.ol) /* The first operand. */
2767 + (2 * op2.ol); /* The second operand. */
2778 if ((op1.ol != 0 || op2.ol != 0) && ((extended & 0xf) != 0))
2903 insn_length = (extended_op ? 2 : 0) + 2 + (op1.ol * 2);
2927 if (op1.ol != 0 && ((extended & 0xf) != 0))