Searched defs:havesib (Results 1 - 2 of 2) sorted by path

/external/qemu/disas/
H A Di386.c5031 int havesib; local
5037 havesib = 0;
5043 havesib = 1;
5063 if (address_mode == mode_64bit && !havesib)
5079 havedisp = havebase || (havesib && (index != 4 || scale != 0));
5108 if (havesib)
/external/qemu/target-i386/
H A Dtranslate.c2146 int havesib; local
2162 havesib = 0;
2168 havesib = 1;
2182 if (CODE64(s) && !havesib) {
2227 if (havesib && (index != 4 || scale != 0)) {

Completed in 325 milliseconds