Searched refs:max_operands (Results 1 – 2 of 2) sorted by relevance
156 int max_operands; member183 int max_operands; member488 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()
458 get_operands (int max_operands, char *s, expressionS *exp) in get_operands() argument475 else if (numexp == max_operands) in get_operands()825 int max_operands = 3; in md_assemble() local1036 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()