Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dasm.h8 # define __ASM_FORM_COMMA(x, ...) x,## __VA_ARGS__,
13 # define __ASM_FORM_COMMA(x, ...) " " __stringify(x,##__VA_ARGS__) "," macro