Searched refs:__ASM_REG (Results 1 – 2 of 2) sorted by relevance
32 #define __ASM_REG(reg) __ASM_SEL_RAW(e##reg, r##reg) macro45 #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)
18 __ASM_SIZE(push,) %__ASM_REG(dx)36 __ASM_SIZE(pop,) %__ASM_REG(dx)
Completed in 4 milliseconds