HomeSort by relevance Sort by last modified time
    Searched refs:max_operands (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-mmix.c 458 get_operands (int max_operands, char *s, expressionS *exp)
475 else if (numexp == max_operands)
823 int max_operands = 3; local
1034 max_operands = 2;
1040 max_operands = 1;
1056 n_operands = get_operands (max_operands, operands, exp);
    [all...]
tc-m68hc11.c 156 int max_operands; member in struct:m68hc11_opcode_def
183 int max_operands; member in struct:m9s12xg_opcode_def
489 opc->min_operands, opc->max_operands, opc->format, opc->used);
668 opc->max_operands = 0;
712 if (expect > opc->max_operands)
713 opc->max_operands = expect;
    [all...]

Completed in 77 milliseconds