Lines Matching refs:l1

1427   char l1[MAX_OP_LEN], l2[MAX_OP_LEN];  in msp430_operands()  local
1461 memset (l1, 0, sizeof (l1)); in msp430_operands()
1482 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
1483 res = msp430_dstoperand (&op1, l1, opcode->bin_opcode); in msp430_operands()
1511 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
1512 strncpy (l2, l1, sizeof (l2)); in msp430_operands()
1514 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op); in msp430_operands()
1557 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
1559 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op); in msp430_operands()
1590 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
1592 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op); in msp430_operands()
1643 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
1644 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op); in msp430_operands()
1669 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
1671 if (l1[0]) in msp430_operands()
1673 char *m = l1; in msp430_operands()
1713 if ((*l1 == '$' && x > 0) || x < 0) in msp430_operands()
1727 else if (exp.X_op == O_symbol && *l1 != '$') in msp430_operands()
1735 else if (*l1 == '$') in msp430_operands()
1761 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
1762 if (l1[0]) in msp430_operands()
1764 char *m = l1; in msp430_operands()
1802 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
1803 if (l1[0]) in msp430_operands()
1805 char * m = l1; in msp430_operands()