Searched refs:FOP2E (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A 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(o [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A 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(o [all...] |
Completed in 8 milliseconds