Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/dis/i386/
H A Ddis_tables.h79 uint_t d86_opnd_size; member
H A Ddis_tables.c2517 if (x->d86_opnd_size == SIZE16) in dtrace_imm_opnd()
2519 else if (x->d86_opnd_size == SIZE32) in dtrace_imm_opnd()
2662 if (x->d86_opnd_size == SIZE16) in dtrace_get_operand()
2664 else if (x->d86_opnd_size == SIZE32) in dtrace_get_operand()
3689 x->d86_opnd_size = opnd_size; in dtrace_disx86()
3704 x->d86_opnd_size = SIZE64; in dtrace_disx86()
3706 x->d86_opnd_size = opnd_size = SIZE32; in dtrace_disx86()
3725 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
3733 x->d86_opnd_size = opnd_size; in dtrace_disx86()
3740 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
[all …]