Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Demulate.c4779 int def_op_bytes, def_ad_bytes, goffset, simd_prefix; in x86_decode_insn() local
4802 def_op_bytes = def_ad_bytes = 2; in x86_decode_insn()
4805 def_op_bytes = def_ad_bytes = 4; in x86_decode_insn()
4809 def_op_bytes = 4; in x86_decode_insn()
4817 ctxt->op_bytes = def_op_bytes; in x86_decode_insn()
4826 ctxt->op_bytes = def_op_bytes ^ 6; in x86_decode_insn()