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

/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2928 uint_t rep_prefix = 0; local
3025 which_prefix = &rep_prefix;
3256 if (rep_prefix == 0xf3 && opcode1 == 0x9 && opcode2 == 0x0) {
3257 rep_prefix = 0;
3331 if (rep_prefix != 0xF2) {
3342 * opnd_size_prefix or rep_prefix we end up zeroing it
3357 rep_prefix == 0xf3) {
3361 rep_prefix != 0) {
3366 rep_prefix = 0;
3399 if (rep_prefix !
[all...]

Completed in 70 milliseconds