Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/dev/i386/
H A Ddis_tables.c2940 uint_t rep_prefix = 0; in dtrace_disx86() local
3037 which_prefix = &rep_prefix; in dtrace_disx86()
3268 if (rep_prefix == 0xf3 && opcode1 == 0x9 && opcode2 == 0x0) { in dtrace_disx86()
3269 rep_prefix = 0; in dtrace_disx86()
3343 if (rep_prefix != 0xF2) { in dtrace_disx86()
3369 rep_prefix == 0xf3) { in dtrace_disx86()
3373 rep_prefix != 0) { in dtrace_disx86()
3378 rep_prefix = 0; in dtrace_disx86()
3411 if (rep_prefix != 0xF2) { in dtrace_disx86()
3414 rep_prefix = 0; in dtrace_disx86()
[all …]