Searched refs:_eflags (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/x86/kvm/ |
D | emulate.c | 191 #define ____emulate_2op(_op, _src, _dst, _eflags, _x, _y, _suffix, _dsttype) \ argument 197 : "=m" (_eflags), "+q" (*(_dsttype*)&(_dst).val),\ 204 #define __emulate_2op_nobyte(_op,_src,_dst,_eflags,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 210 ____emulate_2op(_op,_src,_dst,_eflags,_wx,_wy,"w",u16);\ 213 ____emulate_2op(_op,_src,_dst,_eflags,_lx,_ly,"l",u32);\ 216 ON64(____emulate_2op(_op,_src,_dst,_eflags,_qx,_qy,"q",u64)); \ 221 #define __emulate_2op(_op,_src,_dst,_eflags,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 226 ____emulate_2op(_op,_src,_dst,_eflags,_bx,_by,"b",u8); \ 229 __emulate_2op_nobyte(_op, _src, _dst, _eflags, \ 236 #define emulate_2op_SrcB(_op, _src, _dst, _eflags) \ argument [all …]
|