HomeSort by: relevance | last modified time | path
    Searched defs:opcodes (Results 1 - 25 of 27) 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...]
lm32-desc.h 65 /* Enum declaration for opcodes. */
66 typedef enum opcodes { enum
83 } OPCODES;
iq2000-desc.h 86 /* Enum declaration for primary opcodes. */
87 typedef enum opcodes { enum
100 } OPCODES;
102 /* Enum declaration for iq10-only primary opcodes. */
108 /* Enum declaration for branch sub-opcodes. */
117 /* Enum declaration for function sub-opcodes. */
128 /* Enum declaration for iq10-only special function sub-opcodes. */
133 /* Enum declaration for iq10 function sub-opcodes. */
152 /* Enum declaration for iq10 function sub-opcodes. */
157 /* Enum declaration for iq10 function sub-opcodes. *
    [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...]
lm32-desc.h 65 /* Enum declaration for opcodes. */
66 typedef enum opcodes { enum
83 } OPCODES;
iq2000-desc.h 86 /* Enum declaration for primary opcodes. */
87 typedef enum opcodes { enum
100 } OPCODES;
102 /* Enum declaration for iq10-only primary opcodes. */
108 /* Enum declaration for branch sub-opcodes. */
117 /* Enum declaration for function sub-opcodes. */
128 /* Enum declaration for iq10-only special function sub-opcodes. */
133 /* Enum declaration for iq10 function sub-opcodes. */
152 /* Enum declaration for iq10 function sub-opcodes. */
157 /* Enum declaration for iq10 function sub-opcodes. *
    [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/usr.bin/tftp/
tftp.c 635 static const char *opcodes[] = local
645 (void)printf("%s %s ", s, opcodes[op]);
  /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
  /src/external/gpl3/binutils/dist/bfd/
coff-sh.c 1516 /* This structure holds information for a set of SH opcodes. The
1523 const struct sh_opcode *opcodes;
1524 /* The number of elements in opcodes. */
2037 op = min->opcodes;
2040 /* Since the opcodes tables are sorted, we could use a binary
2207 FIXME: shouldn't test raw opcodes here. */
1521 const struct sh_opcode *opcodes; member in struct:sh_minor_opcode
xtensa-modules.c 14989 static xtensa_opcode_internal opcodes[] = {
20904 530, opcodes, 0,
14978 static xtensa_opcode_internal opcodes[] = { variable
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68hc11.c 275 /* Number of opcodes in the sorted table (filtered by current cpu). */
278 /* The opcodes sorted by name and filtered by current cpu. */
345 {"print-opcodes", no_argument, NULL, OPTION_PRINT_OPCODES},
431 --print-opcodes print the list of instructions with syntax\n\
610 struct m68hc11_opcode *opcodes;
619 opcodes = XNEWVEC (struct m68hc11_opcode, m68hc11_num_opcodes);
620 m68hc11_sorted_opcodes = opcodes;
626 opcodes[num_opcodes] = m68hc11_opcodes[i];
627 if (opcodes[num_opcodes].name[0] == 'b'
628 && opcodes[num_opcodes].format & M6811_OP_JUMP_RE
608 struct m68hc11_opcode *opcodes; local
963 struct m68hc11_opcode *opcodes; local
    [all...]
tc-s12z.c 889 /* I don't think there are any instances of page 2 opcodes in this case */
1657 /* I don't think there are any instances of page 2 opcodes in this case */
3121 static const struct instruction opcodes[] = {
3821 for (i = 0; i < sizeof (opcodes) / sizeof (opcodes[0]); ++i)
3823 const struct instruction *opc = opcodes + i;
3110 static const struct instruction opcodes[] = { variable in typeref:struct:instruction
tc-arm.c 59 /* Opcodes generated from this function. */
60 unsigned char * opcodes; member in struct:__anon7640
65 /* We don't add stack adjustment opcodes immediately so that we can merge
794 /* Opcodes for pushing/poping registers to/from the stack. */
3125 as_bad (_("selected processor does not support THUMB opcodes"));
3138 as_bad (_("selected processor does not support ARM opcodes"));
4289 /* See if we can use the short opcodes. These pop a block of up to 8
4429 /* We always generate FSTMD/FLDMD-style unwinding opcodes (rather
4547 /* Generate any deferred opcodes because we're going to be looking at
4562 i = unwind.opcodes[unwind.opcode_count - 1]
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-sh.c 1518 /* This structure holds information for a set of SH opcodes. The
1525 const struct sh_opcode *opcodes;
1526 /* The number of elements in opcodes. */
2039 op = min->opcodes;
2042 /* Since the opcodes tables are sorted, we could use a binary
2209 FIXME: shouldn't test raw opcodes here. */
1523 const struct sh_opcode *opcodes; member in struct:sh_minor_opcode
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68hc11.c 275 /* Number of opcodes in the sorted table (filtered by current cpu). */
278 /* The opcodes sorted by name and filtered by current cpu. */
345 {"print-opcodes", no_argument, NULL, OPTION_PRINT_OPCODES},
431 --print-opcodes print the list of instructions with syntax\n\
610 struct m68hc11_opcode *opcodes;
619 opcodes = XNEWVEC (struct m68hc11_opcode, m68hc11_num_opcodes);
620 m68hc11_sorted_opcodes = opcodes;
626 opcodes[num_opcodes] = m68hc11_opcodes[i];
627 if (opcodes[num_opcodes].name[0] == 'b'
628 && opcodes[num_opcodes].format & M6811_OP_JUMP_RE
608 struct m68hc11_opcode *opcodes; local
963 struct m68hc11_opcode *opcodes; local
    [all...]
tc-s12z.c 889 /* I don't think there are any instances of page 2 opcodes in this case */
1657 /* I don't think there are any instances of page 2 opcodes in this case */
3121 static const struct instruction opcodes[] = {
3821 for (i = 0; i < sizeof (opcodes) / sizeof (opcodes[0]); ++i)
3823 const struct instruction *opc = opcodes + i;
3110 static const struct instruction opcodes[] = { variable in typeref:struct:instruction

Completed in 102 milliseconds

1 2