Searched refs:emulate_1op_rax_rdx (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | emulate.c | 349 #define emulate_1op_rax_rdx(_op, _src, _rax, _rdx, _eflags) \ macro 1453 emulate_1op_rax_rdx("mul", c->src, *rax, *rdx, ctxt->eflags); in emulate_grp3() 1456 emulate_1op_rax_rdx("imul", c->src, *rax, *rdx, ctxt->eflags); in emulate_grp3()
|