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

/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A Ddis_tables.h87 uint_t d86_opnd_size; member in struct:dis86
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddis_tables.c1376 if (x->d86_opnd_size == SIZE16)
1378 else if (x->d86_opnd_size == SIZE32)
1517 if (x->d86_opnd_size == SIZE16)
1519 else if (x->d86_opnd_size == SIZE32)
2089 x->d86_opnd_size = opnd_size;
2104 x->d86_opnd_size = SIZE64;
2106 x->d86_opnd_size = opnd_size = SIZE32;
2125 x->d86_opnd_size = opnd_size = SIZE16;

Completed in 108 milliseconds