Searched refs:FOP2E (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | emulate.c | 370 #define FOP2E(op, dst, src) \ macro 376 FOP2E(op##b, al, dl) \ 377 FOP2E(op##w, ax, dx) \ 378 FOP2E(op##l, eax, edx) \ 379 ON64(FOP2E(op##q, rax, rdx)) \ 386 FOP2E(op##w, ax, dx) \ 387 FOP2E(op##l, eax, edx) \ 388 ON64(FOP2E(op##q, rax, rdx)) \ 394 FOP2E(op##b, al, cl) \ 395 FOP2E(op##w, ax, cl) \ [all …]
|