Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/dev/dtrace/x86/
HDdis_tables.h81 uint_t d86_opnd_size; member
HDdis_tables.c2160 if (x->d86_opnd_size == SIZE16) in dtrace_imm_opnd()
2162 else if (x->d86_opnd_size == SIZE32) in dtrace_imm_opnd()
2305 if (x->d86_opnd_size == SIZE16) in dtrace_get_operand()
2307 else if (x->d86_opnd_size == SIZE32) in dtrace_get_operand()
3256 x->d86_opnd_size = opnd_size; in dtrace_disx86()
3271 x->d86_opnd_size = SIZE64; in dtrace_disx86()
3273 x->d86_opnd_size = opnd_size = SIZE32; in dtrace_disx86()
3292 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
3300 x->d86_opnd_size = opnd_size; in dtrace_disx86()
3307 x->d86_opnd_size = opnd_size = SIZE16; in dtrace_disx86()
[all …]