Home | History | Annotate | Download | only in x86

Lines Matching refs:CONCAT3

82 #define CONCAT3(x, y, z)	x ## y ## z
85 #define CONCAT3(x, y, z) x/**/y/**/z
886 #define CONCAT3(x, y, z) x ## y ## z
1714 #define LLBL2(a,b) CONCAT3(.L,a,b)