Home
last modified time | relevance | path

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

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