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

/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.h76 char d86_bytes[16]; /* bytes of instruction */ member in struct:dis86
H A Ddis_tables.c2422 x->d86_bytes[x->d86_len++] = byte;
2444 x->d86_bytes[x->d86_len++] = byte;
2553 x->d86_bytes[x->d86_len++] = byte;
2557 if (x->d86_bytes[x->d86_len - 1] & 0x80) {
4199 reg = (x->d86_bytes[x->d86_len - 1] >> 3) & 0x3;
4210 reg = (x->d86_bytes[x->d86_len - 1] >> 3) & 0x7;
4747 if ((uint8_t)x->d86_bytes[x->d86_len - 1] != 0xe8 &&
4748 (uint8_t)x->d86_bytes[x->d86_len - 1] != 0xf0)
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c516 (uchar_t)x86dis.d86_bytes[0] == FASTTRAP_INSTR)

Completed in 147 milliseconds