Searched refs:def_op_bytes (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
H A Demulate.c4478 int def_op_bytes, def_ad_bytes, goffset, simd_prefix; x86_decode_insn() local
4501 def_op_bytes = def_ad_bytes = 2; x86_decode_insn()
4504 def_op_bytes = def_ad_bytes = 4; x86_decode_insn()
4508 def_op_bytes = 4; x86_decode_insn()
4516 ctxt->op_bytes = def_op_bytes; x86_decode_insn()
4525 ctxt->op_bytes = def_op_bytes ^ 6; x86_decode_insn()

Completed in 75 milliseconds