Searched refs:ByteOp (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ |
| D | emulate.c | 81 #define ByteOp (1<<0) /* 8-bit operands. */ macro 1220 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_register_operand() 1221 op->addr.reg = decode_register(ctxt, reg, ctxt->d & ByteOp); in decode_register_operand() 1252 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm() 1254 ctxt->d & ByteOp); in decode_modrm() 4403 #define D2bv(_f) D((_f) | ByteOp), D(_f) 4404 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) 4405 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) 4406 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) 4408 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p) [all …]
|