Searched refs:_op (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) \ argument 384 _op _suffix " %"_x"3,%1; " \ 393 #define __emulate_2op_nobyte(_op,_src,_dst,_eflags,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 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")); \ 410 #define __emulate_2op(_op,_src,_dst,_eflags,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 415 ____emulate_2op(_op,_src,_dst,_eflags,_bx,_by,"b"); \ 418 __emulate_2op_nobyte(_op, _src, _dst, _eflags, \ 425 #define emulate_2op_SrcB(_op, _src, _dst, _eflags) \ argument [all …]
|