Searched refs:FOP2E (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/x86/kvm/ |
D | emulate.c | 381 #define FOP2E(op, dst, src) \ macro 388 FOP2E(op##b, al, dl) \ 389 FOP2E(op##w, ax, dx) \ 390 FOP2E(op##l, eax, edx) \ 391 ON64(FOP2E(op##q, rax, rdx)) \ 398 FOP2E(op##w, ax, dx) \ 399 FOP2E(op##l, eax, edx) \ 400 ON64(FOP2E(op##q, rax, rdx)) \ 406 FOP2E(op##b, al, cl) \ 407 FOP2E(op##w, ax, cl) \ [all …]
|