Searched refs:d86_bytes (Results 1 – 3 of 3) sorted by relevance
74 char d86_bytes[16]; /* bytes of instruction */ member
3196 x->d86_bytes[x->d86_len++] = byte; in dtrace_get_opcode()3218 x->d86_bytes[x->d86_len++] = byte; in dtrace_get_SIB()3720 x->d86_bytes[x->d86_len++] = byte; in dtrace_imm_opnd()3724 if (x->d86_bytes[x->d86_len - 1] & 0x80) { in dtrace_imm_opnd()5659 reg = (x->d86_bytes[x->d86_len - 1] >> 3) & 0x3; in dtrace_disx86()5670 reg = (x->d86_bytes[x->d86_len - 1] >> 3) & 0x7; in dtrace_disx86()6270 if ((uint8_t)x->d86_bytes[x->d86_len - 1] != 0xe8 && in dtrace_disx86()6271 (uint8_t)x->d86_bytes[x->d86_len - 1] != 0xf0) in dtrace_disx86()6834 evex_modrm = x->d86_bytes[x->d86_len - 1] & 0xff; in dtrace_disx86()6849 evex_modrm = x->d86_bytes[x->d86_len - 1] & 0xff; in dtrace_disx86()[all …]
489 (uchar_t)x86dis.d86_bytes[0] == FASTTRAP_INSTR) in dt_instr_size()