Home
last modified time | relevance | path

Searched refs:_dst (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kvm/
Dx86_emulate.c380 #define ____emulate_2op(_op, _src, _dst, _eflags, _x, _y, _suffix) \ argument
386 : "=m" (_eflags), "=m" ((_dst).val), \
393 #define __emulate_2op_nobyte(_op,_src,_dst,_eflags,_wx,_wy,_lx,_ly,_qx,_qy) \ argument
397 switch ((_dst).bytes) { \
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
413 switch ((_dst).bytes) { \
415 ____emulate_2op(_op,_src,_dst,_eflags,_bx,_by,"b"); \
[all …]