Lines Matching refs:n_operands
247 if (ctx->op->fields[field] > n_operands) { in print_operands()
382 if (field > n_operands) { in get_operand_value()
764 int n_operands = 0; /* # of operands read */ in asmppc() local
799 while (n_operands < w_operands) { in asmppc()
801 oper[n_operands] = &operands[opc->fields[n_operands] - 1]; in asmppc()
803 if (oper[n_operands]->hint & OH_SILENT) { in asmppc()
807 printf ("asmppc: Operand %d \"%s\" SILENT\n", n_operands, in asmppc()
808 oper[n_operands]->name); in asmppc()
811 ++n_operands; in asmppc()
819 printf ("asmppc: Operand %d \"%s\" : \"%s\"\n", n_operands, in asmppc()
820 oper[n_operands]->name, scratch); in asmppc()
823 if ((param = parse_operand (memaddr, opc, oper[n_operands], in asmppc()
828 ++n_operands; in asmppc()
831 if (n_operands < w_operands) { in asmppc()