Home
last modified time | relevance | path

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

/tools/arch/x86/include/asm/
A Dasm.h6 # define __ASM_FORM(x, ...) x,## __VA_ARGS__ macro
11 # define __ASM_FORM(x, ...) " " __stringify(x,##__VA_ARGS__) " " macro
16 #define _ASM_BYTES(x, ...) __ASM_FORM(.byte x,##__VA_ARGS__ ;)
20 # define __ASM_SEL(a,b) __ASM_FORM(a)
24 # define __ASM_SEL(a,b) __ASM_FORM(b)

Completed in 3 milliseconds