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

/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2519 uint_t rep_prefix = 0; local
2610 which_prefix = &rep_prefix;
2825 if (rep_prefix == 0xf3 && opcode1 == 0x9 && opcode2 == 0x0) {
2826 rep_prefix = 0;
2898 if (rep_prefix != 0xF2) {
2926 if (rep_prefix != 0xF2) {
2929 rep_prefix = 0;
2932 if (rep_prefix != 0x0) {
3043 if (rep_prefix) {
3044 if (rep_prefix
[all...]

Completed in 107 milliseconds