Home
last modified time | relevance | path

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

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