Searched refs:memop (Results 1 – 2 of 2) sorted by relevance
283 struct operand memop; member
3692 ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()3694 *op = ctxt->memop; in decode_operand()3701 ctxt->memop.bytes = 8; in decode_operand()3739 ctxt->memop.bytes = 1; in decode_operand()3742 ctxt->memop.bytes = 2; in decode_operand()3745 ctxt->memop.bytes = 4; in decode_operand()3768 ctxt->memop.bytes = ctxt->op_bytes + 2; in decode_operand()3807 ctxt->memop.type = OP_NONE; in x86_decode_insn()3966 rc = decode_modrm(ctxt, &ctxt->memop); in x86_decode_insn()3970 rc = decode_abs(ctxt, &ctxt->memop); in x86_decode_insn()[all …]