Searched refs:__emulate_1op_rax_rdx (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/x86/kvm/ |
D | emulate.c | 370 #define __emulate_1op_rax_rdx(ctxt, _op, _suffix, _ex) \ macro 398 __emulate_1op_rax_rdx(ctxt, _op, "b", _ex); \ 401 __emulate_1op_rax_rdx(ctxt, _op, "w", _ex); \ 404 __emulate_1op_rax_rdx(ctxt, _op, "l", _ex); \ 407 __emulate_1op_rax_rdx(ctxt, _op, "q", _ex)); \
|