Lines Matching refs:d86_len
2990 if (x->d86_len >= 15) in dtrace_get_opcode()
2998 x->d86_bytes[x->d86_len++] = byte; in dtrace_get_opcode()
3020 x->d86_bytes[x->d86_len++] = byte; in dtrace_get_SIB()
3036 x->d86_rmindex = x->d86_len; in dtrace_get_modrm()
3281 x->d86_bytes[x->d86_len++] = byte; in dtrace_imm_opnd()
3285 if (x->d86_bytes[x->d86_len - 1] & 0x80) { in dtrace_imm_opnd()
3720 x->d86_len = 0; in dtrace_disx86()
5157 reg = (x->d86_bytes[x->d86_len - 1] >> 3) & 0x3; in dtrace_disx86()
5168 reg = (x->d86_bytes[x->d86_len - 1] >> 3) & 0x7; in dtrace_disx86()
5665 x->d86_len++; in dtrace_disx86()
5768 if ((uint8_t)x->d86_bytes[x->d86_len - 1] != 0xe8 && in dtrace_disx86()
5769 (uint8_t)x->d86_bytes[x->d86_len - 1] != 0xf0) in dtrace_disx86()
6333 evex_modrm = x->d86_bytes[x->d86_len - 1] & 0xff; in dtrace_disx86()
6347 evex_modrm = x->d86_bytes[x->d86_len - 1] & 0xff; in dtrace_disx86()
6361 evex_modrm = x->d86_bytes[x->d86_len - 1] & 0xff; in dtrace_disx86()
6382 evex_modrm = x->d86_bytes[x->d86_len - 1] & 0xff; in dtrace_disx86()
6594 pc += dis->d86_len; in dtrace_disx86_str()