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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c2920 uint_t opnd_size_prefix = 0; local
3038 which_prefix = &opnd_size_prefix;
3225 * Note that the REX.W bit being set causes opnd_size_prefix to be
3231 else if (opnd_size_prefix)
3237 if (opnd_size_prefix)
3242 if (opnd_size_prefix)
3292 if (opnd_size_prefix == 0) {
3297 if (opnd_size_prefix == 0) {
3336 * opnd_size_prefix or rep_prefix we end up zeroing it
3350 if (opnd_size_prefix
[all...]

Completed in 55 milliseconds