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

  /src/sys/arch/amd64/amd64/
db_disasm.c 1001 int mod, rm, sib, index, disp, size, have_sib; local
1022 have_sib = 1;
1024 have_sib = 0;
1030 if (have_sib)
  /src/external/gpl3/gdb/dist/gdb/
amd64-tdep.c 1250 int have_sib = mod != 3 && rm == 4;
1255 if (have_sib)
1247 int have_sib = mod != 3 && rm == 4; local
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-tdep.c 1262 int have_sib = mod != 3 && rm == 4;
1267 if (have_sib)
1259 int have_sib = mod != 3 && rm == 4; local

Completed in 29 milliseconds