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

  /src/external/gpl3/binutils/dist/opcodes/
cr16-dis.c 120 get_number_of_operands (void) function
809 if (((cr16_currInsn.nargs = get_number_of_operands ()) != 0)
crx-dis.c 104 get_number_of_operands (void) function
715 if ((currInsn.nargs = get_number_of_operands ()) != 0)
  /src/external/gpl3/binutils.old/dist/opcodes/
cr16-dis.c 120 get_number_of_operands (void) function
809 if (((cr16_currInsn.nargs = get_number_of_operands ()) != 0)
crx-dis.c 104 get_number_of_operands (void) function
715 if ((currInsn.nargs = get_number_of_operands ()) != 0)
  /src/external/gpl3/gdb/dist/opcodes/
cr16-dis.c 120 get_number_of_operands (void) function
809 if (((cr16_currInsn.nargs = get_number_of_operands ()) != 0)
crx-dis.c 104 get_number_of_operands (void) function
715 if ((currInsn.nargs = get_number_of_operands ()) != 0)
  /src/external/gpl3/gdb.old/dist/opcodes/
cr16-dis.c 120 get_number_of_operands (void) function
809 if (((cr16_currInsn.nargs = get_number_of_operands ()) != 0)
crx-dis.c 104 get_number_of_operands (void) function
715 if ((currInsn.nargs = get_number_of_operands ()) != 0)
  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 1264 get_number_of_operands (void) function
1461 if (get_number_of_operands () != insn->nargs)
tc-cr16.c 1953 get_number_of_operands (void) function
2229 if (get_number_of_operands () != insn->nargs)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 1264 get_number_of_operands (void) function
1461 if (get_number_of_operands () != insn->nargs)
tc-cr16.c 1956 get_number_of_operands (void) function
2232 if (get_number_of_operands () != insn->nargs)

Completed in 33 milliseconds