Home | History | Annotate | Download | only in common

Lines Matching refs:n_operands

249 		if (ctx->op->fields[field] > n_operands) {
385 if (field > n_operands) {
776 int n_operands = 0; /* # of operands read */
811 while (n_operands < w_operands) {
813 oper[n_operands] = &operands[opc->fields[n_operands] - 1];
815 if (oper[n_operands]->hint & OH_SILENT) {
819 printf ("asmppc: Operand %d \"%s\" SILENT\n", n_operands,
820 oper[n_operands]->name);
823 ++n_operands;
831 printf ("asmppc: Operand %d \"%s\" : \"%s\"\n", n_operands,
832 oper[n_operands]->name, scratch);
835 if ((param = parse_operand (memaddr, opc, oper[n_operands],
840 ++n_operands;
843 if (n_operands < w_operands) {