Searched refs:_qy (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/x86/kvm/ |
D | emulate.c | 267 #define __emulate_2op_nobyte(ctxt,_op,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 279 ON64(____emulate_2op(ctxt,_op,_qx,_qy,"q",u64)); \ 284 #define __emulate_2op(ctxt,_op,_bx,_by,_wx,_wy,_lx,_ly,_qx,_qy) \ argument 293 _wx, _wy, _lx, _ly, _qx, _qy); \
|