Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dasm.h13 # define __ASM_SEL(a,b) __ASM_FORM(a) macro
15 # define __ASM_SEL(a,b) __ASM_FORM(b) macro
18 #define __ASM_SIZE(inst) __ASM_SEL(inst##l, inst##q)
19 #define __ASM_REG(reg) __ASM_SEL(e##reg, r##reg)
21 #define _ASM_PTR __ASM_SEL(.long, .quad)
22 #define _ASM_ALIGN __ASM_SEL(.balign 4, .balign 8)