Searched refs:d86_opnd_size (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.h79 uint_t d86_opnd_size; member in struct:dis86
H A Ddis_tables.c2517 if (x->d86_opnd_size == SIZE16)
2519 else if (x->d86_opnd_size == SIZE32)
2662 if (x->d86_opnd_size == SIZE16)
2664 else if (x->d86_opnd_size == SIZE32)
3689 x->d86_opnd_size = opnd_size;
3704 x->d86_opnd_size = SIZE64;
3706 x->d86_opnd_size = opnd_size = SIZE32;
3725 x->d86_opnd_size = opnd_size = SIZE16;
3733 x->d86_opnd_size = opnd_size;
3740 x->d86_opnd_size
[all...]

Completed in 52 milliseconds