Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dasm.h32 #define __ASM_REG(reg) __ASM_SEL_RAW(e##reg, r##reg) macro
45 #define _ASM_AX __ASM_REG(ax)
46 #define _ASM_BX __ASM_REG(bx)
47 #define _ASM_CX __ASM_REG(cx)
48 #define _ASM_DX __ASM_REG(dx)
49 #define _ASM_SP __ASM_REG(sp)
50 #define _ASM_BP __ASM_REG(bp)
51 #define _ASM_SI __ASM_REG(si)
52 #define _ASM_DI __ASM_REG(di)
/linux-6.6.21/tools/arch/x86/include/asm/
Dasm.h30 #define __ASM_REG(reg) __ASM_SEL_RAW(e##reg, r##reg) macro
43 #define _ASM_AX __ASM_REG(ax)
44 #define _ASM_BX __ASM_REG(bx)
45 #define _ASM_CX __ASM_REG(cx)
46 #define _ASM_DX __ASM_REG(dx)
47 #define _ASM_SP __ASM_REG(sp)
48 #define _ASM_BP __ASM_REG(bp)
49 #define _ASM_SI __ASM_REG(si)
50 #define _ASM_DI __ASM_REG(di)
/linux-6.6.21/arch/x86/lib/
Dhweight.S16 __ASM_SIZE(push,) %__ASM_REG(dx)
34 __ASM_SIZE(pop,) %__ASM_REG(dx)