Home
last modified time | relevance | path

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

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