Lines Matching refs:op_bytes
634 u16 *size, unsigned long *address, int op_bytes) in read_descriptor() argument
638 if (op_bytes == 2) in read_descriptor()
639 op_bytes = 3; in read_descriptor()
645 rc = ops->read_std((unsigned long)ptr + 2, address, op_bytes, in read_descriptor()
701 op->bytes = c->op_bytes; in decode_register_operand()
886 c->op_bytes = def_op_bytes; in x86_decode_insn()
894 c->op_bytes = def_op_bytes ^ 6; in x86_decode_insn()
942 c->op_bytes = 8; /* REX.W */ in x86_decode_insn()
974 c->op_bytes = 8; in x86_decode_insn()
1010 c->op_bytes; in x86_decode_insn()
1030 c->src.bytes = (c->d & ByteOp) ? 1 : c->op_bytes; in x86_decode_insn()
1092 c->dst.bytes = (c->d & ByteOp) ? 1 : c->op_bytes; in x86_decode_insn()
1102 c->dst.bytes = c->op_bytes; in x86_decode_insn()
1104 switch (c->op_bytes) { in x86_decode_insn()
1131 c->dst.bytes = c->op_bytes; in emulate_push()
1133 register_address_increment(c, &c->regs[VCPU_REGS_RSP], -c->op_bytes); in emulate_push()
1404 c->dst.bytes = (c->d & ByteOp) ? 1 : c->op_bytes; in x86_emulate_insn()
1470 c->src.bytes = c->op_bytes; in x86_emulate_insn()
1489 (c->d & ByteOp) ? 1 : c->op_bytes, in x86_emulate_insn()
1505 (c->d & ByteOp) ? 1 : c->op_bytes, in x86_emulate_insn()
1624 c->src.bytes = c->dst.bytes = c->op_bytes; in x86_emulate_insn()
1635 c->dst.bytes = c->op_bytes; in x86_emulate_insn()
1646 c->dst.bytes = (c->d & ByteOp) ? 1 : c->op_bytes; in x86_emulate_insn()
1665 c->src.bytes = (c->d & ByteOp) ? 1 : c->op_bytes; in x86_emulate_insn()
1676 c->dst.bytes = (c->d & ByteOp) ? 1 : c->op_bytes; in x86_emulate_insn()
1700 c->dst.bytes = (c->d & ByteOp) ? 1 : c->op_bytes; in x86_emulate_insn()
1711 c->dst.bytes = (c->d & ByteOp) ? 1 : c->op_bytes; in x86_emulate_insn()
1735 c->dst.bytes = c->op_bytes; in x86_emulate_insn()
1761 switch (c->op_bytes) { in x86_emulate_insn()
1774 c->op_bytes = c->ad_bytes; in x86_emulate_insn()
1784 switch (c->op_bytes) { in x86_emulate_insn()
1819 (c->d & ByteOp) ? 1 : c->op_bytes, in x86_emulate_insn()
1903 &size, &address, c->op_bytes); in x86_emulate_insn()
1919 c->op_bytes); in x86_emulate_insn()
2019 switch (c->op_bytes) { in x86_emulate_insn()
2085 c->dst.bytes = c->op_bytes; in x86_emulate_insn()
2108 c->dst.bytes = c->op_bytes; in x86_emulate_insn()
2113 c->dst.bytes = c->op_bytes; in x86_emulate_insn()
2114 c->dst.val = (c->op_bytes == 4) ? (u32) c->src.val : in x86_emulate_insn()