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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.h74 char d86_bytes[16]; /* bytes of instruction */ member in struct:dis86
H A Ddis_tables.c2418 x->d86_bytes[x->d86_len++] = byte;
2440 x->d86_bytes[x->d86_len++] = byte;
2549 x->d86_bytes[x->d86_len++] = byte;
2553 if (x->d86_bytes[x->d86_len - 1] & 0x80) {
4189 reg = (x->d86_bytes[x->d86_len - 1] >> 3) & 0x3;
4200 reg = (x->d86_bytes[x->d86_len - 1] >> 3) & 0x7;
4737 if ((uint8_t)x->d86_bytes[x->d86_len - 1] != 0xe8 &&
4738 (uint8_t)x->d86_bytes[x->d86_len - 1] != 0xf0)
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c489 (uchar_t)x86dis.d86_bytes[0] == FASTTRAP_INSTR)

Completed in 80 milliseconds