HomeSort by: relevance | last modified time | path
    Searched defs:max_operands (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-m68hc11.c 156 int max_operands; member in struct:m68hc11_opcode_def
183 int max_operands; member in struct:m9s12xg_opcode_def
488 opc->min_operands, opc->max_operands, opc->format, opc->used);
664 (opc - 1)->max_operands = 0;
708 if (expect > (opc - 1)->max_operands)
709 (opc - 1)->max_operands = expect;
2759 if (opc->max_operands == 0)
2765 for (i = 0; i < opc->max_operands;)
tc-mmix.c 448 get_operands (int max_operands, char *s, expressionS *exp)
465 else if (numexp == max_operands)
817 int max_operands = 3; local
1028 max_operands = 2;
1034 max_operands = 1;
1050 n_operands = get_operands (max_operands, operands, exp);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68hc11.c 156 int max_operands; member in struct:m68hc11_opcode_def
183 int max_operands; member in struct:m9s12xg_opcode_def
488 opc->min_operands, opc->max_operands, opc->format, opc->used);
664 (opc - 1)->max_operands = 0;
708 if (expect > (opc - 1)->max_operands)
709 (opc - 1)->max_operands = expect;
2759 if (opc->max_operands == 0)
2765 for (i = 0; i < opc->max_operands;)
tc-mmix.c 448 get_operands (int max_operands, char *s, expressionS *exp)
465 else if (numexp == max_operands)
817 int max_operands = 3; local
1028 max_operands = 2;
1034 max_operands = 1;
1050 n_operands = get_operands (max_operands, operands, exp);

Completed in 32 milliseconds