Home
last modified time | relevance | path

Searched refs:d86_opnd_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.h80 uint_t d86_opnd_size; member
H A Ddis_tables.c3248 if (x->d86_opnd_size == SIZE16) in dtrace_imm_opnd()
3250 else if (x->d86_opnd_size == SIZE32) in dtrace_imm_opnd()
3400 if (x->d86_opnd_size == SIZE16) in dtrace_get_operand()
3402 else if (x->d86_opnd_size == SIZE32) in dtrace_get_operand()
4638 x->d86_opnd_size = opnd_size; in dtrace_disx86()
4653 x->d86_opnd_size = SIZE64; in dtrace_disx86()
4655 x->d86_opnd_size = opnd_size = SIZE32; in dtrace_disx86()
4674 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
4682 x->d86_opnd_size = opnd_size; in dtrace_disx86()
4689 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
[all …]