Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/dis/i386/
H A Ddis_tables.h79 uint_t d86_opnd_size; member
H A Ddis_tables.c2500 if (x->d86_opnd_size == SIZE16) in dtrace_imm_opnd()
2502 else if (x->d86_opnd_size == SIZE32) in dtrace_imm_opnd()
2645 if (x->d86_opnd_size == SIZE16) in dtrace_get_operand()
2647 else if (x->d86_opnd_size == SIZE32) in dtrace_get_operand()
3634 x->d86_opnd_size = opnd_size; in dtrace_disx86()
3649 x->d86_opnd_size = SIZE64; in dtrace_disx86()
3651 x->d86_opnd_size = opnd_size = SIZE32; in dtrace_disx86()
3670 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
3678 x->d86_opnd_size = opnd_size; in dtrace_disx86()
3685 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
[all …]