Home
last modified time | relevance | path

Searched refs:numexp (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mmix.c461 int numexp = 0; in get_operands() local
475 else if (numexp == max_operands) in get_operands()
487 expression (&exp[numexp]); in get_operands()
489 if (exp[numexp].X_op == O_illegal) in get_operands()
493 else if (exp[numexp].X_op == O_absent) in get_operands()
498 numexp++; in get_operands()
515 exp[numexp].X_op = O_illegal; in get_operands()
517 return (numexp); in get_operands()
Dtc-tic54x.c3081 int numexp = 0; in get_operands() local
3085 while (numexp < MAX_OPERANDS && !is_end_of_line[(int) *lptr]) in get_operands()
3099 as_bad (_("Unbalanced parenthesis in operand %d"), numexp); in get_operands()
3116 strncpy (operands[numexp].buf, op_start, len); in get_operands()
3117 operands[numexp].buf[len] = 0; in get_operands()
3121 while (len > 0 && ISSPACE (operands[numexp].buf[len - 1])) in get_operands()
3122 operands[numexp].buf[--len] = 0; in get_operands()
3124 ++numexp; in get_operands()
3154 for (i = 0; i < numexp; i++) in get_operands()
3201 return numexp; in get_operands()