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

/xnu-2422.115.4/bsd/i386/
H A Ddis_tables.h87 uint_t d86_opnd_size; member in struct:dis86
/xnu-2422.115.4/bsd/dev/i386/
H A Ddis_tables.c1576 if (x->d86_opnd_size == SIZE16)
1578 else if (x->d86_opnd_size == SIZE32)
1721 if (x->d86_opnd_size == SIZE16)
1723 else if (x->d86_opnd_size == SIZE32)
2422 x->d86_opnd_size = opnd_size;
2439 x->d86_opnd_size = SIZE64;
2441 x->d86_opnd_size = opnd_size = SIZE32;
2460 x->d86_opnd_size = opnd_size = SIZE16;
2468 x->d86_opnd_size = opnd_size;
2475 x->d86_opnd_size
[all...]

Completed in 20 milliseconds