Lines Matching refs:rep_prefix
472 .rep_prefix = ctxt->rep_prefix, in emulator_check_intercept()
1433 unsigned int count = ctxt->rep_prefix ? in pio_in_emulated()
1447 if (ctxt->rep_prefix && (ctxt->d & String) && in pio_in_emulated()
4830 ctxt->rep_prefix = ctxt->b; in x86_decode_insn()
4891 if (ctxt->rep_prefix && op_prefix) in x86_decode_insn()
4893 simd_prefix = op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()
5042 && (((ctxt->rep_prefix == REPE_PREFIX) && in string_insn_completed()
5044 || ((ctxt->rep_prefix == REPNE_PREFIX) && in string_insn_completed()
5095 ctxt->rep_prefix = 0; in init_decode_cache()
5193 if (ctxt->rep_prefix && (ctxt->d & String)) { in x86_emulate_insn()
5247 if (ctxt->rep_prefix && (ctxt->d & String)) in x86_emulate_insn()
5354 if (ctxt->rep_prefix && (ctxt->d & String)) { in x86_emulate_insn()
5468 if (ctxt->rep_prefix && (ctxt->d & String)) in emulator_can_use_gpa()