Searched refs:FOP1E (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 327 #define FOP1E(op, dst) \ macro 331 FOP1E(op, dst) _ASM_EXTABLE(10b, kvm_fastop_exception) 335 FOP1E(op##b, al) \ 336 FOP1E(op##w, ax) \ 337 FOP1E(op##l, eax) \ 338 ON64(FOP1E(op##q, rax)) \ 344 FOP1E(op, cl) \ 345 FOP1E(op, cx) \ 346 FOP1E(op, ecx) \ 347 ON64(FOP1E(op, rcx)) \
|