Searched refs:n_operands (Results 1 – 3 of 3) sorted by relevance
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() local799 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()[all …]
388 extern const unsigned int n_operands;
54 const unsigned int n_operands = sizeof(operands) / sizeof(operands[0]); variable