HomeSort by: relevance | last modified time | path
    Searched refs:operands_count (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
arc-dis.h 153 not three. OPERANDS_COUNT and OPERANDS contain only those
162 unsigned int operands_count; member in struct:arc_instruction
arc-dis.c 76 unsigned operands_count; member in struct:arc_disassemble_info
1221 arc_infop->operands_count = 0;
1394 arc_infop->operands[arc_infop->operands_count].kind
1398 arc_infop->operands[arc_infop->operands_count].value = 63;
1402 arc_infop->operands[arc_infop->operands_count].value = value;
1403 arc_infop->operands[arc_infop->operands_count].kind
1408 arc_infop->operands_count ++;
1663 insn->operands_count = arc_infop->operands_count;
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.h 153 not three. OPERANDS_COUNT and OPERANDS contain only those
162 unsigned int operands_count; member in struct:arc_instruction
arc-dis.c 76 unsigned operands_count; member in struct:arc_disassemble_info
1222 arc_infop->operands_count = 0;
1395 arc_infop->operands[arc_infop->operands_count].kind
1399 arc_infop->operands[arc_infop->operands_count].value = 63;
1403 arc_infop->operands[arc_infop->operands_count].value = value;
1404 arc_infop->operands[arc_infop->operands_count].kind
1409 arc_infop->operands_count ++;
1664 insn->operands_count = arc_infop->operands_count;
  /src/external/gpl3/gdb/dist/opcodes/
arc-dis.h 153 not three. OPERANDS_COUNT and OPERANDS contain only those
162 unsigned int operands_count; member in struct:arc_instruction
arc-dis.c 76 unsigned operands_count; member in struct:arc_disassemble_info
1222 arc_infop->operands_count = 0;
1395 arc_infop->operands[arc_infop->operands_count].kind
1399 arc_infop->operands[arc_infop->operands_count].value = 63;
1403 arc_infop->operands[arc_infop->operands_count].value = value;
1404 arc_infop->operands[arc_infop->operands_count].kind
1409 arc_infop->operands_count ++;
1664 insn->operands_count = arc_infop->operands_count;
  /src/external/gpl3/gdb.old/dist/opcodes/
arc-dis.h 153 not three. OPERANDS_COUNT and OPERANDS contain only those
162 unsigned int operands_count; member in struct:arc_instruction
arc-dis.c 76 unsigned operands_count; member in struct:arc_disassemble_info
1246 arc_infop->operands_count = 0;
1418 arc_infop->operands[arc_infop->operands_count].kind
1422 arc_infop->operands[arc_infop->operands_count].value = 63;
1426 arc_infop->operands[arc_infop->operands_count].value = value;
1427 arc_infop->operands[arc_infop->operands_count].kind
1432 arc_infop->operands_count ++;
1687 insn->operands_count = arc_infop->operands_count;
  /src/external/gpl3/gdb/dist/gdb/
arc-tdep.c 378 gdb_assert (insn.operands_count >= 2);
400 if (insn.operands_count < 3)
549 arc_print ("\toperands_count = %u\n", insn.operands_count);
550 for (unsigned int i = 0; i < insn.operands_count; ++i)
1120 gdb_assert (insn.operands_count > 0);
1123 if (insn.operands_count > 1
1199 gdb_assert (insn.operands_count == 2);
1211 gdb_assert (insn.operands_count == 3);
1248 gdb_assert (insn.operands_count > 0);
1253 if (insn.operands_count > 1
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
arc-tdep.c 378 gdb_assert (insn.operands_count >= 2);
400 if (insn.operands_count < 3)
549 arc_print ("\toperands_count = %u\n", insn.operands_count);
550 for (unsigned int i = 0; i < insn.operands_count; ++i)
1120 gdb_assert (insn.operands_count > 0);
1123 if (insn.operands_count > 1
1199 gdb_assert (insn.operands_count == 2);
1211 gdb_assert (insn.operands_count == 3);
1248 gdb_assert (insn.operands_count > 0);
1253 if (insn.operands_count > 1
    [all...]

Completed in 53 milliseconds