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)
37 #define LWZX_BE stringify_in_c(lwzx)
38 #define LDX_BE stringify_in_c(ldx)
39 #define STWX_BE stringify_in_c(stwx)
40 #define STDX_BE stringify_in_c(stdx)
42 #define LWZX_BE stringify_in_c(lwbrx)
43 #define LDX_BE stringify_in_c(ldbrx)
44 #define STWX_BE stringify_in_c(stwbrx)
45 #define STDX_BE stringify_in_c(stdbrx)
51 #define PPC_LL stringify_in_c(lwz)
52 #define PPC_STL stringify_in_c(stw)
53 #define PPC_STLU stringify_in_c(stwu)
54 #define PPC_LCMPI stringify_in_c(cmpwi)
55 #define PPC_LONG stringify_in_c(.long)
56 #define PPC_LONG_ALIGN stringify_in_c(.balign 4)
57 #define PPC_TLNEI stringify_in_c(twnei)
59 #define PPC_STLCX stringify_in_c(stwcx.)
60 #define PPC_CNTLZL stringify_in_c(cntlzw)
61 #define PPC_MTOCRF stringify_in_c(mtcrf)
72 #define PPC405_ERR77(ra,rb) stringify_in_c(dcbt ra, rb;)
73 #define PPC405_ERR77_SYNC stringify_in_c(sync;)