Lines Matching refs:stringify_in_c
8 # define stringify_in_c(...) __VA_ARGS__
13 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
22 #define PPC_LL stringify_in_c(ld)
23 #define PPC_STL stringify_in_c(std)
24 #define PPC_STLU stringify_in_c(stdu)
25 #define PPC_LCMPI stringify_in_c(cmpdi)
26 #define PPC_LONG stringify_in_c(.llong)
27 #define PPC_LONG_ALIGN stringify_in_c(.balign 8)
28 #define PPC_TLNEI stringify_in_c(tdnei)
30 #define PPC_STLCX stringify_in_c(stdcx.)
31 #define PPC_CNTLZL stringify_in_c(cntlzd)
39 #define PPC_MTOCRF stringify_in_c(mtocrf)
41 #define PPC_MTOCRF stringify_in_c(mtcrf)
47 #define PPC_LL stringify_in_c(lwz)
48 #define PPC_STL stringify_in_c(stw)
49 #define PPC_STLU stringify_in_c(stwu)
50 #define PPC_LCMPI stringify_in_c(cmpwi)
51 #define PPC_LONG stringify_in_c(.long)
52 #define PPC_LONG_ALIGN stringify_in_c(.balign 4)
53 #define PPC_TLNEI stringify_in_c(twnei)
55 #define PPC_STLCX stringify_in_c(stwcx.)
56 #define PPC_CNTLZL stringify_in_c(cntlzw)
57 #define PPC_MTOCRF stringify_in_c(mtcrf)
68 #define PPC405_ERR77(ra,rb) stringify_in_c(dcbt ra, rb;)
69 #define PPC405_ERR77_SYNC stringify_in_c(sync;)