Lines Matching refs:ol

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