Searched refs:emulate_2op_cl (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | emulate.c | 271 #define emulate_2op_cl(_op, _cl, _src, _dst, _eflags) \ macro 3620 emulate_2op_cl("shld", c->src2, c->src, c->dst, ctxt->eflags); in x86_emulate_insn() 3634 emulate_2op_cl("shrd", c->src2, c->src, c->dst, ctxt->eflags); in x86_emulate_insn()
|