Symbol: ByteOp
arch/x86/kvm/emulate.c
1108
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
arch/x86/kvm/emulate.c
1109
op->addr.reg = decode_register(ctxt, reg, ctxt->d & ByteOp);
arch/x86/kvm/emulate.c
282
if (!(ctxt->d & ByteOp)) \
arch/x86/kvm/emulate.c
3957
#define D2bv(_f) D((_f) | ByteOp), D(_f)
arch/x86/kvm/emulate.c
3958
#define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p)
arch/x86/kvm/emulate.c
3959
#define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e)
arch/x86/kvm/emulate.c
3960
#define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e)
arch/x86/kvm/emulate.c
3962
IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p)
arch/x86/kvm/emulate.c
4043
I(ByteOp | DstMem | SrcNone | Lock, em_inc),
arch/x86/kvm/emulate.c
4044
I(ByteOp | DstMem | SrcNone | Lock, em_dec),
arch/x86/kvm/emulate.c
4073
II(SrcMem | ByteOp | Priv | NoAccess, em_invlpg, invlpg),
arch/x86/kvm/emulate.c
4114
I(SrcMem | ByteOp, em_clflush), I(SrcMem | ByteOp, em_clflushopt), N, N,
arch/x86/kvm/emulate.c
4244
I6ALU(Lock, em_sub), N, I(ByteOp | DstAcc | No64, em_das),
arch/x86/kvm/emulate.c
4270
G(ByteOp | DstMem | SrcImm, group1),
arch/x86/kvm/emulate.c
4272
G(ByteOp | DstMem | SrcImm | No64, group1),
arch/x86/kvm/emulate.c
4302
X8(I(ByteOp | DstReg | SrcImm | Mov, em_mov)),
arch/x86/kvm/emulate.c
4306
G(ByteOp | Src2ImmByte, group2), G(Src2ImmByte, group2),
arch/x86/kvm/emulate.c
4311
G(ByteOp, group11), G(0, group11),
arch/x86/kvm/emulate.c
4321
G(Src2One | ByteOp, group2), G(Src2One, group2),
arch/x86/kvm/emulate.c
4322
G(Src2CL | ByteOp, group2), G(Src2CL, group2),
arch/x86/kvm/emulate.c
4325
I(DstAcc | ByteOp | No64, em_salc),
arch/x86/kvm/emulate.c
4326
I(DstAcc | SrcXLat | ByteOp, em_mov),
arch/x86/kvm/emulate.c
4344
G(ByteOp, group3), G(0, group3),
arch/x86/kvm/emulate.c
4406
X16(D(ByteOp | DstMem | SrcNone | ModRM| Mov)),
arch/x86/kvm/emulate.c
4560
size = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
arch/x86/kvm/emulate.c
4619
ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
arch/x86/kvm/emulate.c
4632
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
arch/x86/kvm/emulate.c
4638
op->bytes = (ctxt->d & ByteOp) ? 2 : ctxt->op_bytes;
arch/x86/kvm/emulate.c
4643
if (ctxt->d & ByteOp) {
arch/x86/kvm/emulate.c
4654
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
arch/x86/kvm/emulate.c
4708
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
arch/x86/kvm/emulate.c
4717
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;