Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Demulate.c358 #define FOP2E(op, dst, src) \ macro
363 FOP2E(op##b, al, dl) \
364 FOP2E(op##w, ax, dx) \
365 FOP2E(op##l, eax, edx) \
366 ON64(FOP2E(op##q, rax, rdx)) \
373 FOP2E(op##w, ax, dx) \
374 FOP2E(op##l, eax, edx) \
375 ON64(FOP2E(op##q, rax, rdx)) \
381 FOP2E(op##b, al, cl) \
382 FOP2E(op##w, ax, cl) \
[all …]