Home
last modified time | relevance | path

Searched refs:max_operands (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68hc11.c156 int max_operands; member
183 int max_operands; member
488 opc->min_operands, opc->max_operands, opc->format, opc->used); in m68hc11_print_statistics()
666 opc->max_operands = 0; in md_begin()
710 if (expect > opc->max_operands) in md_begin()
711 opc->max_operands = expect; in md_begin()
2755 if (opc->max_operands == 0) in find_opcode()
2761 for (i = 0; i < opc->max_operands;) in find_opcode()
Dtc-mmix.c458 get_operands (int max_operands, char *s, expressionS *exp) in get_operands() argument
475 else if (numexp == max_operands) in get_operands()
823 int max_operands = 3; in md_assemble() local
1034 max_operands = 2; in md_assemble()
1040 max_operands = 1; in md_assemble()
1056 n_operands = get_operands (max_operands, operands, exp); in md_assemble()