Searched refs:FOP2E (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/kvm/ |
D | emulate.c | 365 #define FOP2E(op, dst, src) \ macro 372 FOP2E(op##b, al, dl) \ 373 FOP2E(op##w, ax, dx) \ 374 FOP2E(op##l, eax, edx) \ 375 ON64(FOP2E(op##q, rax, rdx)) \ 382 FOP2E(op##w, ax, dx) \ 383 FOP2E(op##l, eax, edx) \ 384 ON64(FOP2E(op##q, rax, rdx)) \ 390 FOP2E(op##b, al, cl) \ 391 FOP2E(op##w, ax, cl) \ [all …]
|