Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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()
663 opc->max_operands = 0; in md_begin()
707 if (expect > opc->max_operands) in md_begin()
708 opc->max_operands = expect; in md_begin()
2752 if (opc->max_operands == 0) in find_opcode()
2758 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()
825 int max_operands = 3; in md_assemble() local
1036 max_operands = 2; in md_assemble()
1042 max_operands = 1; in md_assemble()
1058 n_operands = get_operands (max_operands, operands, exp); in md_assemble()