Home | History | Annotate | Download | only in config

Lines Matching refs:op_num

1392   int op_num = 0;             /* Current operand number we are parsing.  */
1404 operand[op_num++] = strdup (operandH);
1441 operand[op_num++] = strdup (operandH);
1442 cr16_ins->nargs = op_num;
1449 for (op_num = 0; op_num < cr16_ins->nargs; op_num++)
1451 cur_arg_num = op_num;
1452 parse_operand (operand[op_num], cr16_ins);
1453 free (operand[op_num]);