Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/dev/dtrace/x86/
HDdis_tables.c2554 uint_t rep_prefix = 0; in dtrace_disx86() local
2645 which_prefix = &rep_prefix; in dtrace_disx86()
2860 if (rep_prefix == 0xf3 && opcode1 == 0x9 && opcode2 == 0x0) { in dtrace_disx86()
2861 rep_prefix = 0; in dtrace_disx86()
2933 if (rep_prefix != 0xF2) { in dtrace_disx86()
2962 if (rep_prefix != 0xF2) { in dtrace_disx86()
2965 rep_prefix = 0; in dtrace_disx86()
2968 if (rep_prefix != 0x0) { in dtrace_disx86()
3079 if (rep_prefix) { in dtrace_disx86()
3080 if (rep_prefix == 0xf2) in dtrace_disx86()
[all …]