Lines Matching refs:numops
395 int numops = 0; in get_operands() local
400 exp[numops].X_op = O_absent; in get_operands()
401 exp[numops++].X_add_number = cmp_hack - 1; in get_operands()
415 exp[numops].X_op = O_absent; in get_operands()
419 exp[numops].X_add_number = OPERAND_ATPAR; in get_operands()
425 exp[numops].X_add_number = OPERAND_ATMINUS; in get_operands()
429 exp[numops].X_add_number = OPERAND_ATSIGN; in get_operands()
432 numops++; in get_operands()
446 if (!register_name (&exp[numops])) in get_operands()
449 expression (&exp[numops]); in get_operands()
452 if (exp[numops].X_op == O_illegal) in get_operands()
454 else if (exp[numops].X_op == O_absent) in get_operands()
457 numops++; in get_operands()
464 exp[numops].X_op = O_absent; in get_operands()
465 exp[numops++].X_add_number = OPERAND_MINUS; in get_operands()
469 exp[numops].X_op = O_absent; in get_operands()
470 exp[numops++].X_add_number = OPERAND_PLUS; in get_operands()
476 exp[numops].X_op = 0; in get_operands()
478 return numops; in get_operands()