HomeSort by: relevance | last modified time | path
    Searched defs:opcodes (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/opcodes/
mmix-dis.c 5 This file is part of the GNU opcodes library.
150 static const struct mmix_opcode **opcodes = NULL; local
154 if (opcodes == NULL)
155 opcodes = xcalloc (256, sizeof (struct mmix_opcode *));
157 opcodep = opcodes[opcode_part];
168 opcodes[opcode_part] = opcodep;
m68k-dis.c 4 This file is part of the GNU opcodes library.
1634 static const struct m68k_opcode **opcodes[16];
1642 if (!opcodes[0])
1648 /* First count how many opcodes are in each of the sixteen buckets. */
1656 opcodes[0] = opc_pointer[0];
1661 opcodes[i] = opc_pointer[i];
1674 const struct m68k_opcode *opc = opcodes[major_opcode][i];
1632 static const struct m68k_opcode **opcodes[16]; local
opc2c.c 107 opcode ** opcodes; variable
596 opcodes = (opcode **) malloc (sizeof (opcode *));
627 opcodes =
628 (opcode **) realloc (opcodes, n_opcodes * sizeof (opcode *));
630 opcodes[n_opcodes - 1] = op;
727 if (opcodes[i]->nlines == 0)
729 opcodes[i]->nlines = opcodes[i + 1]->nlines;
730 opcodes[i]->lines = opcodes[i + 1]->lines
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
mmix-dis.c 5 This file is part of the GNU opcodes library.
150 static const struct mmix_opcode **opcodes = NULL; local
154 if (opcodes == NULL)
155 opcodes = xcalloc (256, sizeof (struct mmix_opcode *));
157 opcodep = opcodes[opcode_part];
168 opcodes[opcode_part] = opcodep;
m68k-dis.c 4 This file is part of the GNU opcodes library.
1634 static const struct m68k_opcode **opcodes[16];
1642 if (!opcodes[0])
1648 /* First count how many opcodes are in each of the sixteen buckets. */
1656 opcodes[0] = opc_pointer[0];
1661 opcodes[i] = opc_pointer[i];
1674 const struct m68k_opcode *opc = opcodes[major_opcode][i];
1632 static const struct m68k_opcode **opcodes[16]; local
opc2c.c 107 opcode ** opcodes; variable
596 opcodes = (opcode **) malloc (sizeof (opcode *));
627 opcodes =
628 (opcode **) realloc (opcodes, n_opcodes * sizeof (opcode *));
630 opcodes[n_opcodes - 1] = op;
727 if (opcodes[i]->nlines == 0)
729 opcodes[i]->nlines = opcodes[i + 1]->nlines;
730 opcodes[i]->lines = opcodes[i + 1]->lines
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
mmix-dis.c 5 This file is part of the GNU opcodes library.
150 static const struct mmix_opcode **opcodes = NULL; local
154 if (opcodes == NULL)
155 opcodes = xcalloc (256, sizeof (struct mmix_opcode *));
157 opcodep = opcodes[opcode_part];
168 opcodes[opcode_part] = opcodep;
m68k-dis.c 4 This file is part of the GNU opcodes library.
1634 static const struct m68k_opcode **opcodes[16];
1642 if (!opcodes[0])
1648 /* First count how many opcodes are in each of the sixteen buckets. */
1656 opcodes[0] = opc_pointer[0];
1661 opcodes[i] = opc_pointer[i];
1674 const struct m68k_opcode *opc = opcodes[major_opcode][i];
1632 static const struct m68k_opcode **opcodes[16]; local
opc2c.c 107 opcode ** opcodes; variable
596 opcodes = (opcode **) malloc (sizeof (opcode *));
627 opcodes =
628 (opcode **) realloc (opcodes, n_opcodes * sizeof (opcode *));
630 opcodes[n_opcodes - 1] = op;
727 if (opcodes[i]->nlines == 0)
729 opcodes[i]->nlines = opcodes[i + 1]->nlines;
730 opcodes[i]->lines = opcodes[i + 1]->lines
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
mmix-dis.c 5 This file is part of the GNU opcodes library.
150 static const struct mmix_opcode **opcodes = NULL; local
154 if (opcodes == NULL)
155 opcodes = xcalloc (256, sizeof (struct mmix_opcode *));
157 opcodep = opcodes[opcode_part];
168 opcodes[opcode_part] = opcodep;
nios2-dis.c 6 This file is part of the GNU opcodes library.
65 /* We maintain separate hash tables for R1 and R2 opcodes, and pseudo-ops
70 const struct nios2_opcode *opcodes; member in struct:_nios2_disassembler_state
109 for (op = state->opcodes; op < &state->opcodes[*(state->num_opcodes)]; op++)
m68k-dis.c 4 This file is part of the GNU opcodes library.
1610 static const struct m68k_opcode **opcodes[16];
1618 if (!opcodes[0])
1624 /* First count how many opcodes are in each of the sixteen buckets. */
1632 opcodes[0] = opc_pointer[0];
1637 opcodes[i] = opc_pointer[i];
1650 const struct m68k_opcode *opc = opcodes[major_opcode][i];
1608 static const struct m68k_opcode **opcodes[16]; local
opc2c.c 107 opcode ** opcodes; variable
596 opcodes = (opcode **) malloc (sizeof (opcode *));
627 opcodes =
628 (opcode **) realloc (opcodes, n_opcodes * sizeof (opcode *));
630 opcodes[n_opcodes - 1] = op;
727 if (opcodes[i]->nlines == 0)
729 opcodes[i]->nlines = opcodes[i + 1]->nlines;
730 opcodes[i]->lines = opcodes[i + 1]->lines
    [all...]
  /src/sys/dev/ic/
w83l518d_sdmmc.c 436 static const int opcodes[] = { local
452 /* controller only supports a select number of data opcodes */
453 for (i = 0; i < __arraycount(opcodes); i++)
454 if (opcodes[i] == cmd->c_opcode)
456 if (i == __arraycount(opcodes)) {
  /src/external/gpl3/gdb/dist/sim/igen/
gen.h 64 insn_opcodes *opcodes; member in struct:_insn_list
  /src/external/gpl3/gdb.old/dist/sim/igen/
gen.h 64 insn_opcodes *opcodes; member in struct:_insn_list
  /src/usr.bin/tftp/
tftp.c 635 static const char *opcodes[] = local
645 (void)printf("%s %s ", s, opcodes[op]);
  /src/external/gpl3/gdb.old/dist/include/opcode/
loongarch.h 150 struct loongarch_opcode *const opcodes; member in struct:loongarch_ase
  /src/external/gpl3/gdb/dist/sim/m32c/
opc2c.c 62 static opcode **opcodes; variable
537 opcodes = (opcode **) malloc (sizeof (opcode *));
566 opcodes =
567 (opcode **) realloc (opcodes, n_opcodes * sizeof (opcode *));
569 opcodes[n_opcodes - 1] = op;
652 if (opcodes[i]->nlines == 0)
654 opcodes[i]->nlines = opcodes[i + 1]->nlines;
655 opcodes[i]->lines = opcodes[i + 1]->lines
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m32c/
opc2c.c 62 static opcode **opcodes; variable
537 opcodes = (opcode **) malloc (sizeof (opcode *));
566 opcodes =
567 (opcode **) realloc (opcodes, n_opcodes * sizeof (opcode *));
569 opcodes[n_opcodes - 1] = op;
652 if (opcodes[i]->nlines == 0)
654 opcodes[i]->nlines = opcodes[i + 1]->nlines;
655 opcodes[i]->lines = opcodes[i + 1]->lines
    [all...]
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 118 * of the opcodes, But I didn't feel like it when typing in the table,
124 const struct opcode opcodes[] = { variable in typeref:struct:opcode
992 dis_ppc(opcodes, instr, loc);
  /src/external/gpl3/binutils/dist/include/opcode/
loongarch.h 220 struct loongarch_opcode *const opcodes; member in struct:loongarch_ase
  /src/external/gpl3/binutils/dist/include/
xtensa-isa-internal.h 196 xtensa_opcode_internal *opcodes; member in struct:xtensa_isa_internal_struct
  /src/external/gpl3/binutils.old/dist/include/opcode/
loongarch.h 212 struct loongarch_opcode *const opcodes; member in struct:loongarch_ase
  /src/external/gpl3/binutils.old/dist/include/
xtensa-isa-internal.h 196 xtensa_opcode_internal *opcodes; member in struct:xtensa_isa_internal_struct

Completed in 49 milliseconds

1 2