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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c2314 #define LONG_OPND 1 /* w-bit value indicating opnd_size register */
2818 * wbit indicates a byte(0) or opnd_size(1) operation
2899 uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */ local
2901 uint_t wbit; /* opcode wbit, 0 is 8 bit, !0 for opnd_size */
2986 opnd_size = SIZE16;
2989 opnd_size = SIZE32;
2992 opnd_size = SIZE32;
3230 opnd_size = SIZE64;
3232 opnd_size = SIZE16;
3238 opnd_size
[all...]

Completed in 68 milliseconds