ByteOp
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op->addr.reg = decode_register(ctxt, reg, ctxt->d & ByteOp);
if (!(ctxt->d & ByteOp)) \
#define D2bv(_f) D((_f) | ByteOp), D(_f)
#define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p)
#define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e)
#define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e)
IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p)
I(ByteOp | DstMem | SrcNone | Lock, em_inc),
I(ByteOp | DstMem | SrcNone | Lock, em_dec),
II(SrcMem | ByteOp | Priv | NoAccess, em_invlpg, invlpg),
I(SrcMem | ByteOp, em_clflush), I(SrcMem | ByteOp, em_clflushopt), N, N,
I6ALU(Lock, em_sub), N, I(ByteOp | DstAcc | No64, em_das),
G(ByteOp | DstMem | SrcImm, group1),
G(ByteOp | DstMem | SrcImm | No64, group1),
X8(I(ByteOp | DstReg | SrcImm | Mov, em_mov)),
G(ByteOp | Src2ImmByte, group2), G(Src2ImmByte, group2),
G(ByteOp, group11), G(0, group11),
G(Src2One | ByteOp, group2), G(Src2One, group2),
G(Src2CL | ByteOp, group2), G(Src2CL, group2),
I(DstAcc | ByteOp | No64, em_salc),
I(DstAcc | SrcXLat | ByteOp, em_mov),
G(ByteOp, group3), G(0, group3),
X16(D(ByteOp | DstMem | SrcNone | ModRM| Mov)),
size = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op->bytes = (ctxt->d & ByteOp) ? 2 : ctxt->op_bytes;
if (ctxt->d & ByteOp) {
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;
op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes;