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

  /src/external/gpl3/binutils/dist/gas/config/
tc-m68hc11.c 1830 int nb_operands, int jmp_mode)
1839 gas_assert (nb_operands == 1);
1970 int nb_operands, int jmp_mode)
1979 gas_assert (nb_operands == 2);
2374 int nb_operands ATTRIBUTE_UNUSED)
2449 int nb_operands ATTRIBUTE_UNUSED)
2511 else if (IS_CALL_SYMBOL (format) && nb_operands == 1)
2573 find (struct m68hc11_opcode_def *opc, operand operands[], int nb_operands)
2589 if (opcode->format == operands[nb_operands-1].mode)
2616 && (!IS_CALL_SYMBOL (opcode->format) || nb_operands == 2)
2820 int nb_operands = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68hc11.c 1830 int nb_operands, int jmp_mode)
1839 gas_assert (nb_operands == 1);
1970 int nb_operands, int jmp_mode)
1979 gas_assert (nb_operands == 2);
2374 int nb_operands ATTRIBUTE_UNUSED)
2449 int nb_operands ATTRIBUTE_UNUSED)
2511 else if (IS_CALL_SYMBOL (format) && nb_operands == 1)
2573 find (struct m68hc11_opcode_def *opc, operand operands[], int nb_operands)
2589 if (opcode->format == operands[nb_operands-1].mode)
2616 && (!IS_CALL_SYMBOL (opcode->format) || nb_operands == 2)
2820 int nb_operands = 0; local
    [all...]

Completed in 26 milliseconds