Searched refs:def_ad_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()
4509 def_ad_bytes = 8; x86_decode_insn()
4517 ctxt->ad_bytes = def_ad_bytes; x86_decode_insn()
4530 ctxt->ad_bytes = def_ad_bytes ^ 12; x86_decode_insn()
4533 ctxt->ad_bytes = def_ad_bytes ^ 6; x86_decode_insn()

Completed in 59 milliseconds