Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/
Demulate.c395 #define FOP2E(op, dst, src) \ macro
402 FOP2E(op##b, al, dl) \
403 FOP2E(op##w, ax, dx) \
404 FOP2E(op##l, eax, edx) \
405 ON64(FOP2E(op##q, rax, rdx)) \
412 FOP2E(op##w, ax, dx) \
413 FOP2E(op##l, eax, edx) \
414 ON64(FOP2E(op##q, rax, rdx)) \
420 FOP2E(op##b, al, cl) \
421 FOP2E(op##w, ax, cl) \
[all …]