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

  /src/external/gpl3/gdb/dist/gdb/
amd64-tdep.c 1105 /* WARNING: Keep onebyte_has_modrm, twobyte_has_modrm in sync with
1132 static const unsigned char twobyte_has_modrm[256] = {
1328 need_modrm = twobyte_has_modrm[*insn];
1129 static const unsigned char twobyte_has_modrm[256] = { variable
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-tdep.c 1117 /* WARNING: Keep onebyte_has_modrm, twobyte_has_modrm in sync with
1144 static const unsigned char twobyte_has_modrm[256] = {
1340 need_modrm = twobyte_has_modrm[*insn];
1141 static const unsigned char twobyte_has_modrm[256] = { variable
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 2569 static const bool twobyte_has_modrm[256] = { variable
2601 need to update onebyte_has_modrm or twobyte_has_modrm. */
9927 ins.need_modrm = twobyte_has_modrm[*ins.codep];
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 2560 static const bool twobyte_has_modrm[256] = { variable
2592 need to update onebyte_has_modrm or twobyte_has_modrm. */
9888 ins.need_modrm = twobyte_has_modrm[*ins.codep];
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 2499 static const bool twobyte_has_modrm[256] = { variable
2531 need to update onebyte_has_modrm or twobyte_has_modrm. */
9591 ins.need_modrm = twobyte_has_modrm[*ins.codep];
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 2461 static const bool twobyte_has_modrm[256] = { variable
2493 need to update onebyte_has_modrm or twobyte_has_modrm. */
9587 ins.need_modrm = twobyte_has_modrm[*ins.codep];

Completed in 65 milliseconds