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

/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A Ddis_tables.h57 #define SIZE16 1 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddis_tables.c1246 static uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */
1247 static uint_t addr_size; /* SIZE16, SIZE32 or SIZE64 */
1376 if (x->d86_opnd_size == SIZE16)
1517 if (x->d86_opnd_size == SIZE16)
1541 if (x->d86_addr_size == SIZE16) {
1697 * Mode determines the default operating mode (SIZE16, SIZE32 or SIZE64)
1760 if (cpu_mode == SIZE16) {
1761 opnd_size = SIZE16;
1762 addr_size = SIZE16;
1849 opnd_size = SIZE16;
[all...]

Completed in 86 milliseconds