Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Demulate.c376 #define FOP2E(op, dst, src) \ macro
383 FOP2E(op##b, al, dl) \
384 FOP2E(op##w, ax, dx) \
385 FOP2E(op##l, eax, edx) \
386 ON64(FOP2E(op##q, rax, rdx)) \
393 FOP2E(op##w, ax, dx) \
394 FOP2E(op##l, eax, edx) \
395 ON64(FOP2E(op##q, rax, rdx)) \
401 FOP2E(op##b, al, cl) \
402 FOP2E(op##w, ax, cl) \
[all …]