Searched refs:__emulate_1op (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/x86/kvm/ |
D | emulate.c | 346 #define __emulate_1op(ctxt, _op, _suffix) \ macro 363 case 1: __emulate_1op(ctxt, _op, "b"); break; \ 364 case 2: __emulate_1op(ctxt, _op, "w"); break; \ 365 case 4: __emulate_1op(ctxt, _op, "l"); break; \ 366 case 8: ON64(__emulate_1op(ctxt, _op, "q")); break; \
|