Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A 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/arch/x86/include/asm/
H A Dasm.h34 #define __ASM_REG(reg) __ASM_SEL_RAW(e##reg, r##reg) macro
47 #define _ASM_AX __ASM_REG(ax)
48 #define _ASM_BX __ASM_REG(bx)
49 #define _ASM_CX __ASM_REG(cx)
50 #define _ASM_DX __ASM_REG(dx)
51 #define _ASM_SP __ASM_REG(sp)
52 #define _ASM_BP __ASM_REG(bp)
53 #define _ASM_SI __ASM_REG(si)
54 #define _ASM_DI __ASM_REG(di)