Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Demulate.c394 #define emulate_1op_rax_rdx(ctxt, _op, _ex) \ macro
1742 emulate_1op_rax_rdx(ctxt, "mul", ex); in em_mul_ex()
1750 emulate_1op_rax_rdx(ctxt, "imul", ex); in em_imul_ex()
1758 emulate_1op_rax_rdx(ctxt, "div", de); in em_div_ex()
1768 emulate_1op_rax_rdx(ctxt, "idiv", de); in em_idiv_ex()