Searched refs:____emulate_2op (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kvm/ |
D | x86_emulate.c | 380 #define ____emulate_2op(_op, _src, _dst, _eflags, _x, _y, _suffix) \ macro 399 ____emulate_2op(_op,_src,_dst,_eflags,_wx,_wy,"w"); \ 402 ____emulate_2op(_op,_src,_dst,_eflags,_lx,_ly,"l"); \ 405 ON64(____emulate_2op(_op,_src,_dst,_eflags,_qx,_qy,"q")); \ 415 ____emulate_2op(_op,_src,_dst,_eflags,_bx,_by,"b"); \
|