Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c4108 uint_t rep_prefix = 0; in dtrace_disx86() local
4216 which_prefix = &rep_prefix; in dtrace_disx86()
4585 if (rep_prefix == 0xf3 && opcode1 == 0x9 && opcode2 == 0x0) { in dtrace_disx86()
4586 rep_prefix = 0; in dtrace_disx86()
4661 if (rep_prefix != 0xF2) { in dtrace_disx86()
4687 rep_prefix == 0xf3) { in dtrace_disx86()
4691 rep_prefix != 0) { in dtrace_disx86()
4696 rep_prefix = 0; in dtrace_disx86()
4729 if (rep_prefix != 0xF2) { in dtrace_disx86()
4732 rep_prefix = 0; in dtrace_disx86()
[all …]