Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.h79 uint_t d86_opnd_size; member
H A Ddis_tables.c3687 if (x->d86_opnd_size == SIZE16) in dtrace_imm_opnd()
3689 else if (x->d86_opnd_size == SIZE32) in dtrace_imm_opnd()
3839 if (x->d86_opnd_size == SIZE16) in dtrace_get_operand()
3841 else if (x->d86_opnd_size == SIZE32) in dtrace_get_operand()
5134 x->d86_opnd_size = opnd_size; in dtrace_disx86()
5149 x->d86_opnd_size = SIZE64; in dtrace_disx86()
5151 x->d86_opnd_size = opnd_size = SIZE32; in dtrace_disx86()
5170 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
5178 x->d86_opnd_size = opnd_size; in dtrace_disx86()
5185 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
[all …]