Searched refs:memop (Results 1 – 2 of 2) sorted by relevance
1311 ctxt->memop.addr.mem.ea = (u32)ctxt->memop.addr.mem.ea; in decode_modrm()4582 *op = ctxt->memop; in decode_operand()4651 ctxt->memop.bytes = 1; in decode_operand()4652 if (ctxt->memop.type == OP_REG) { in decode_operand()4655 fetch_register_operand(&ctxt->memop); in decode_operand()4659 ctxt->memop.bytes = 2; in decode_operand()4662 ctxt->memop.bytes = 4; in decode_operand()4696 ctxt->memop.bytes = ctxt->op_bytes + 2; in decode_operand()4744 ctxt->memop.type = OP_NONE; in x86_decode_insn()4988 rc = decode_modrm(ctxt, &ctxt->memop); in x86_decode_insn()[all …]
382 struct operand memop; member
Completed in 18 milliseconds