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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c1466 #define LONG_OPND 1 /* w-bit value indicating opnd_size register */
1864 * wbit indicates a byte(0) or opnd_size(1) operation
1945 uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */ local
1947 uint_t wbit = 0; /* opcode wbit, 0 is 8 bit, !0 for opnd_size */
1995 opnd_size = SIZE16;
1998 opnd_size = SIZE32;
2001 opnd_size = SIZE32;
2082 opnd_size = SIZE64;
2084 opnd_size = SIZE16;
2090 opnd_size
[all...]

Completed in 9 milliseconds