Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/i386/
H A Ddis_tables.h86 uint_t d86_opnd_size; member
/xnu-12377.41.6/bsd/dev/i386/
H A Ddis_tables.c2529 if (x->d86_opnd_size == SIZE16) in dtrace_imm_opnd()
2531 else if (x->d86_opnd_size == SIZE32) in dtrace_imm_opnd()
2678 if (x->d86_opnd_size == SIZE16) in dtrace_get_operand()
2680 else if (x->d86_opnd_size == SIZE32) in dtrace_get_operand()
3713 x->d86_opnd_size = opnd_size; in dtrace_disx86()
3730 x->d86_opnd_size = SIZE64; in dtrace_disx86()
3732 x->d86_opnd_size = opnd_size = SIZE32; in dtrace_disx86()
3751 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
3759 x->d86_opnd_size = opnd_size; in dtrace_disx86()
3766 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
[all …]