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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c1970 uint_t rep_prefix = 0; local
2031 which_prefix = &rep_prefix;
2105 if (rep_prefix == 0xf3 && opcode1 == 0x9 && opcode2 == 0x0) {
2106 rep_prefix = 0;
2191 if (rep_prefix != 0xF2) {
2194 rep_prefix = 0;
2302 if (rep_prefix) {
2303 if (rep_prefix == 0xf2)
2307 rep_prefix = 0;
2342 if (rep_prefix) {
[all...]

Completed in 21 milliseconds