Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dasm.h27 #define __ASM_REG(reg) __ASM_SEL_RAW(e##reg, r##reg) macro
40 #define _ASM_AX __ASM_REG(ax)
41 #define _ASM_BX __ASM_REG(bx)
42 #define _ASM_CX __ASM_REG(cx)
43 #define _ASM_DX __ASM_REG(dx)
44 #define _ASM_SP __ASM_REG(sp)
45 #define _ASM_BP __ASM_REG(bp)
46 #define _ASM_SI __ASM_REG(si)
47 #define _ASM_DI __ASM_REG(di)
/Linux-v5.4/arch/x86/lib/
Dhweight.S16 __ASM_SIZE(push,) %__ASM_REG(dx)
34 __ASM_SIZE(pop,) %__ASM_REG(dx)