Searched refs:__ASM_FORM (Results 1 – 1 of 1) sorted by relevance
6 # define __ASM_FORM(x, ...) x,## __VA_ARGS__ macro11 # define __ASM_FORM(x, ...) " " __stringify(x,##__VA_ARGS__) " " macro16 #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