Searched refs:ByteOp (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/kvm/ |
| H A D | emulate.c | 83 #define ByteOp (1<<0) /* 8-bit operands. */ macro 1201 ctxt->d & ByteOp); in decode_modrm() 4134 I(SrcMem | ByteOp, em_clflush), I(SrcMem | ByteOp, em_clflushopt), N, N, 4290 G(ByteOp | DstMem | SrcImm, group1), 4292 G(ByteOp | DstMem | SrcImm | No64, group1), 4331 G(ByteOp, group11), G(0, group11), 4345 F(DstAcc | ByteOp | No64, em_salc), 4346 I(DstAcc | SrcXLat | ByteOp, em_mov), 4364 G(ByteOp, group3), G(0, group3), 4606 if (ctxt->d & ByteOp) { in decode_operand() [all …]
|