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

/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.h81 uint_t d86_opnd_size; member in struct:dis86
H A Ddis_tables.c2521 if (x->d86_opnd_size == SIZE16)
2523 else if (x->d86_opnd_size == SIZE32)
2666 if (x->d86_opnd_size == SIZE16)
2668 else if (x->d86_opnd_size == SIZE32)
3699 x->d86_opnd_size = opnd_size;
3714 x->d86_opnd_size = SIZE64;
3716 x->d86_opnd_size = opnd_size = SIZE32;
3735 x->d86_opnd_size = opnd_size = SIZE16;
3743 x->d86_opnd_size = opnd_size;
3750 x->d86_opnd_size
[all...]

Completed in 86 milliseconds