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

  /src/external/gpl3/gdb/dist/gdb/
amd64-tdep.c 1080 int modrm_offset;
1240 if (details->opcode_len == 1 && details->modrm_offset == -1)
1244 if (details->modrm_offset != -1)
1246 int modrm = details->raw_insn[details->modrm_offset];
1257 int base = SIB_BASE_FIELD (details->raw_insn[details->modrm_offset + 1]);
1258 int idx = SIB_INDEX_FIELD (details->raw_insn[details->modrm_offset + 1]);
1299 details->modrm_offset = -1;
1357 details->modrm_offset = insn - start;
1375 int modrm_offset = insn_details->modrm_offset;
1077 int modrm_offset; member in struct:amd64_insn
1372 int modrm_offset = insn_details->modrm_offset; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-tdep.c 1092 int modrm_offset;
1252 if (details->opcode_len == 1 && details->modrm_offset == -1)
1256 if (details->modrm_offset != -1)
1258 int modrm = details->raw_insn[details->modrm_offset];
1269 int base = SIB_BASE_FIELD (details->raw_insn[details->modrm_offset + 1]);
1270 int idx = SIB_INDEX_FIELD (details->raw_insn[details->modrm_offset + 1]);
1311 details->modrm_offset = -1;
1369 details->modrm_offset = insn - start;
1387 int modrm_offset = insn_details->modrm_offset;
1089 int modrm_offset; member in struct:amd64_insn
1384 int modrm_offset = insn_details->modrm_offset; local
    [all...]

Completed in 25 milliseconds