Lines Matching refs:ByteOp

84 #define ByteOp      (1<<0)      /* 8-bit operands. */  macro
282 if (!(ctxt->d & ByteOp)) \
1107 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in __decode_register_operand()
1108 op->addr.reg = decode_register(ctxt, reg, ctxt->d & ByteOp); in __decode_register_operand()
3955 #define D2bv(_f) D((_f) | ByteOp), D(_f)
3956 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p)
3957 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e)
3958 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e)
3960 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p)
4041 I(ByteOp | DstMem | SrcNone | Lock, em_inc),
4042 I(ByteOp | DstMem | SrcNone | Lock, em_dec),
4071 II(SrcMem | ByteOp | Priv | NoAccess, em_invlpg, invlpg),
4112 I(SrcMem | ByteOp, em_clflush), I(SrcMem | ByteOp, em_clflushopt), N, N,
4242 I6ALU(Lock, em_sub), N, I(ByteOp | DstAcc | No64, em_das),
4268 G(ByteOp | DstMem | SrcImm, group1),
4270 G(ByteOp | DstMem | SrcImm | No64, group1),
4300 X8(I(ByteOp | DstReg | SrcImm | Mov, em_mov)),
4304 G(ByteOp | Src2ImmByte, group2), G(Src2ImmByte, group2),
4309 G(ByteOp, group11), G(0, group11),
4319 G(Src2One | ByteOp, group2), G(Src2One, group2),
4320 G(Src2CL | ByteOp, group2), G(Src2CL, group2),
4323 I(DstAcc | ByteOp | No64, em_salc),
4324 I(DstAcc | SrcXLat | ByteOp, em_mov),
4342 G(ByteOp, group3), G(0, group3),
4404 X16(D(ByteOp | DstMem | SrcNone | ModRM| Mov)),
4558 size = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in imm_size()
4617 ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4630 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4636 op->bytes = (ctxt->d & ByteOp) ? 2 : ctxt->op_bytes; in decode_operand()
4641 if (ctxt->d & ByteOp) { in decode_operand()
4652 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4706 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4715 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()