Home
last modified time | relevance | path

Searched refs:FOP1E (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/x86/kvm/
Demulate.c331 #define FOP1E(op, dst) \ macro
337 FOP1E(op, dst) _ASM_EXTABLE_TYPE_REG(10b, 11b, EX_TYPE_ZERO_REG, %%esi)
341 FOP1E(op##b, al) \
342 FOP1E(op##w, ax) \
343 FOP1E(op##l, eax) \
344 ON64(FOP1E(op##q, rax)) \
350 FOP1E(op, cl) \
351 FOP1E(op, cx) \
352 FOP1E(op, ecx) \
353 ON64(FOP1E(op, rcx)) \