Searched refs:FOP1E (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/x86/kvm/ |
D | emulate.c | 361 #define FOP1E(op, dst) \ macro 367 FOP1E(op, dst) _ASM_EXTABLE_TYPE_REG(10b, 11b, EX_TYPE_ZERO_REG, %%esi) 371 FOP1E(op##b, al) \ 372 FOP1E(op##w, ax) \ 373 FOP1E(op##l, eax) \ 374 ON64(FOP1E(op##q, rax)) \ 380 FOP1E(op, cl) \ 381 FOP1E(op, cx) \ 382 FOP1E(op, ecx) \ 383 ON64(FOP1E(op, rcx)) \
|