Home
last modified time | relevance | path

Searched refs:n_operands (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/common/
H A Dbedbug.c247 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()
808 oper[n_operands]->name); in asmppc()
811 ++n_operands; in asmppc()
820 oper[n_operands]->name, scratch); in asmppc()
828 ++n_operands; in asmppc()
[all …]
/openbmc/u-boot/include/bedbug/
H A Dppc.h388 extern const unsigned int n_operands;
H A Dtables.h54 const unsigned int n_operands = sizeof(operands) / sizeof(operands[0]); variable