D | emulate.c | 191 #define ____emulate_2op(_op, _src, _dst, _eflags, _x, _y, _suffix, _dsttype) \ argument 204 #define __emulate_2op_nobyte(_op,_src,_dst,_eflags,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 221 #define __emulate_2op(_op,_src,_dst,_eflags,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 236 #define emulate_2op_SrcB(_op, _src, _dst, _eflags) \ argument 241 #define emulate_2op_SrcV(_op, _src, _dst, _eflags) \ argument 246 #define emulate_2op_SrcV_nobyte(_op, _src, _dst, _eflags) \ argument 251 #define __emulate_2op_cl(_op, _cl, _src, _dst, _eflags, _suffix, _type) \ argument 271 #define emulate_2op_cl(_op, _cl, _src, _dst, _eflags) \ argument 289 #define __emulate_1op(_op, _dst, _eflags, _suffix) \ argument 303 #define emulate_1op(_op, _dst, _eflags) \ argument
|