Searched defs:have_SIB (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c2610 int have_SIB = 0; /* flag presence of scale-index-byte */ local
2708 have_SIB = 1;
2731 (have_SIB && (base & 7) == EBP_REGNO))
2745 if (have_SIB == 0) {

Completed in 75 milliseconds