Lines Matching refs:l1

1804   char l1[MAX_OP_LEN], l2[MAX_OP_LEN];  in msp430_operands()  local
1916 memset (l1, 0, sizeof (l1)); in msp430_operands()
2006 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2007 res = msp430_dstoperand (&op1, l1, opcode->bin_opcode, extended_op, TRUE); in msp430_operands()
2105 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2106 strncpy (l2, l1, sizeof (l2)); in msp430_operands()
2108 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, TRUE); in msp430_operands()
2237 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2238 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, FALSE); in msp430_operands()
2278 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2281 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, in msp430_operands()
2357 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2360 if (*l1 != '#') in msp430_operands()
2365 parse_exp (l1 + 1, &(op1.exp)); in msp430_operands()
2428 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2431 if (*l1 != '#') in msp430_operands()
2436 parse_exp (l1 + 1, &(op1.exp)); in msp430_operands()
2490 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2491 if ((reg = check_reg (l1)) == -1) in msp430_operands()
2549 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2554 if (*l1 == '#') in msp430_operands()
2556 parse_exp (l1 + 1, &(op1.exp)); in msp430_operands()
2580 if ((n = check_reg (l1)) == -1) in msp430_operands()
2630 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2631 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, in msp430_operands()
2664 line = extract_operand (line, l1, sizeof l1); in msp430_operands()
2666 if (*l1 == '#') in msp430_operands()
2668 parse_exp (l1 + 1, &(op1.exp)); in msp430_operands()
2689 if ((reg = check_reg (l1)) != -1) in msp430_operands()
2711 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2713 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, &imm_op, extended_op, TRUE); in msp430_operands()
2885 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2886 res = msp430_srcoperand (&op1, l1, opcode->bin_opcode, in msp430_operands()
2983 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
2985 if (l1[0]) in msp430_operands()
2987 char *m = l1; in msp430_operands()
3026 if ((*l1 == '$' && x > 0) || x < 0) in msp430_operands()
3043 else if (exp.X_op == O_symbol && *l1 != '$') in msp430_operands()
3053 else if (*l1 == '$') in msp430_operands()
3077 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
3078 if (l1[0]) in msp430_operands()
3080 char *m = l1; in msp430_operands()
3123 line = extract_operand (line, l1, sizeof (l1)); in msp430_operands()
3124 if (l1[0]) in msp430_operands()
3126 char * m = l1; in msp430_operands()