Lines Matching refs:rep_prefix
3669 uint_t rep_prefix = 0; in dtrace_disx86() local
3776 which_prefix = &rep_prefix; in dtrace_disx86()
4131 if (rep_prefix == 0xf3 && opcode1 == 0x9 && opcode2 == 0x0) { in dtrace_disx86()
4132 rep_prefix = 0; in dtrace_disx86()
4207 if (rep_prefix != 0xF2) { in dtrace_disx86()
4233 rep_prefix == 0xf3) { in dtrace_disx86()
4237 rep_prefix != 0) { in dtrace_disx86()
4242 rep_prefix = 0; in dtrace_disx86()
4275 if (rep_prefix != 0xF2) { in dtrace_disx86()
4278 rep_prefix = 0; in dtrace_disx86()
4281 if (rep_prefix != 0x0) { in dtrace_disx86()
4288 } else if (rep_prefix == 0xf3 && opcode4 == 0 && opcode5 == 9) { in dtrace_disx86()
4289 rep_prefix = 0; in dtrace_disx86()
4398 if (rep_prefix) { in dtrace_disx86()
4399 if (rep_prefix == 0xf2) in dtrace_disx86()
4403 rep_prefix = 0; in dtrace_disx86()
4450 if (rep_prefix) { in dtrace_disx86()
4451 if (rep_prefix == 0xf3) in dtrace_disx86()
4455 rep_prefix = 0; in dtrace_disx86()
4497 if (rep_prefix) { in dtrace_disx86()
4498 if (rep_prefix == 0xf3) { in dtrace_disx86()
4511 rep_prefix = 0; in dtrace_disx86()
4518 if (rep_prefix == 0xf3) { in dtrace_disx86()
4526 rep_prefix = 0; in dtrace_disx86()
4527 } else if (rep_prefix != 0x00) { in dtrace_disx86()
4547 if (rep_prefix == 0xf2) in dtrace_disx86()
4549 else if (rep_prefix == 0xf3) in dtrace_disx86()