Home
last modified time | relevance | path

Searched refs:em_mov (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/x86/kvm/
Demulate.c2321 static int em_mov(struct x86_emulate_ctxt *ctxt) in em_mov() function
2394 I(DstMem | SrcImm | ModRM | Mov, em_mov), X7(D(Undefined)),
2444 I2bv(DstMem | SrcReg | ModRM | Mov, em_mov),
2445 I2bv(DstReg | SrcMem | ModRM | Mov, em_mov),
2455 I2bv(DstAcc | SrcMem | Mov | MemAbs, em_mov),
2456 I2bv(DstMem | SrcAcc | Mov | MemAbs, em_mov),
2457 I2bv(SrcSI | DstDI | Mov | String, em_mov),
2461 I2bv(SrcAcc | DstDI | Mov | String, em_mov),
2462 I2bv(SrcSI | DstAcc | Mov | String, em_mov),
2465 X8(I(ByteOp | DstReg | SrcImm | Mov, em_mov)),
[all …]