Lines Matching refs:ByteOp
80 #define ByteOp (1<<0) /* 8-bit operands. */ macro
1147 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_register_operand()
1148 op->addr.reg = decode_register(ctxt, reg, ctxt->d & ByteOp); in decode_register_operand()
1179 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm()
1181 ctxt->d & ByteOp); in decode_modrm()
3756 #define D2bv(_f) D((_f) | ByteOp), D(_f)
3757 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p)
3758 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e)
3759 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e)
3761 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p)
3834 F(ByteOp | DstMem | SrcNone | Lock, em_inc),
3835 F(ByteOp | DstMem | SrcNone | Lock, em_dec),
3864 II(SrcMem | ByteOp | Priv | NoAccess, em_invlpg, invlpg),
3894 I(SrcMem | ByteOp, em_clflush), N, N, N,
4014 F6ALU(Lock, em_sub), N, I(ByteOp | DstAcc | No64, em_das),
4040 G(ByteOp | DstMem | SrcImm, group1),
4042 G(ByteOp | DstMem | SrcImm | No64, group1),
4072 X8(I(ByteOp | DstReg | SrcImm | Mov, em_mov)),
4076 G(ByteOp | Src2ImmByte, group2), G(Src2ImmByte, group2),
4081 G(ByteOp, group11), G(0, group11),
4089 G(Src2One | ByteOp, group2), G(Src2One, group2),
4090 G(Src2CL | ByteOp, group2), G(Src2CL, group2),
4093 F(DstAcc | ByteOp | No64, em_salc),
4094 I(DstAcc | SrcXLat | ByteOp, em_mov),
4111 G(ByteOp, group3), G(0, group3),
4167 X16(D(ByteOp | DstMem | SrcNone | ModRM| Mov)),
4262 size = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in imm_size()
4321 ctxt->memop.bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4334 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4341 op->bytes = (ctxt->d & ByteOp) ? 2 : ctxt->op_bytes; in decode_operand()
4347 if (ctxt->d & ByteOp) { in decode_operand()
4359 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4413 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4422 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_operand()
4800 if (!(ctxt->d & ByteOp)) in fastop()