HomeSort by: relevance | last modified time | path
    Searched defs:onebyte_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
1109 static const unsigned char onebyte_has_modrm[256] = {
1350 need_modrm = onebyte_has_modrm[*insn];
1106 static const unsigned char onebyte_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
1121 static const unsigned char onebyte_has_modrm[256] = {
1362 need_modrm = onebyte_has_modrm[*insn];
1118 static const unsigned char onebyte_has_modrm[256] = { variable
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 2546 static const bool onebyte_has_modrm[256] = { variable
2601 need to update onebyte_has_modrm or twobyte_has_modrm. */
9932 ins.need_modrm = onebyte_has_modrm[*ins.codep];
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 2537 static const bool onebyte_has_modrm[256] = { variable
2592 need to update onebyte_has_modrm or twobyte_has_modrm. */
9893 ins.need_modrm = onebyte_has_modrm[*ins.codep];
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 2476 static const bool onebyte_has_modrm[256] = { variable
2531 need to update onebyte_has_modrm or twobyte_has_modrm. */
9596 ins.need_modrm = onebyte_has_modrm[*ins.codep];
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 2438 static const bool onebyte_has_modrm[256] = { variable
2493 need to update onebyte_has_modrm or twobyte_has_modrm. */
9592 ins.need_modrm = onebyte_has_modrm[*ins.codep];

Completed in 68 milliseconds