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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c2025 uint_t *which_prefix = NULL; local
2031 which_prefix = &rep_prefix;
2034 which_prefix = &lock_prefix;
2037 which_prefix = &segment_prefix;
2045 which_prefix = &addr_size_prefix;
2048 which_prefix = &opnd_size_prefix;
2051 if (which_prefix == NULL)
2053 *which_prefix = (opcode1 << 4) | opcode2;

Completed in 21 milliseconds