Lines Matching refs:stringify_in_c
138 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \
140 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \
142 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \
145 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \
148 #define PPC_MSGSND(b) stringify_in_c(.long PPC_INST_MSGSND | \
150 #define PPC_POPCNTB(a, s) stringify_in_c(.long PPC_INST_POPCNTB | \
152 #define PPC_POPCNTD(a, s) stringify_in_c(.long PPC_INST_POPCNTD | \
154 #define PPC_POPCNTW(a, s) stringify_in_c(.long PPC_INST_POPCNTW | \
156 #define PPC_RFCI stringify_in_c(.long PPC_INST_RFCI)
157 #define PPC_RFDI stringify_in_c(.long PPC_INST_RFDI)
158 #define PPC_RFMCI stringify_in_c(.long PPC_INST_RFMCI)
159 #define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_INST_TLBILX | \
164 #define PPC_WAIT(w) stringify_in_c(.long PPC_INST_WAIT | \
166 #define PPC_TLBIE(lp,a) stringify_in_c(.long PPC_INST_TLBIE | \
168 #define PPC_TLBSRX_DOT(a,b) stringify_in_c(.long PPC_INST_TLBSRX_DOT | \
170 #define PPC_TLBIVAX(a,b) stringify_in_c(.long PPC_INST_TLBIVAX | \
173 #define PPC_ERATWE(s, a, w) stringify_in_c(.long PPC_INST_ERATWE | \
175 #define PPC_ERATRE(s, a, w) stringify_in_c(.long PPC_INST_ERATRE | \
177 #define PPC_ERATILX(t, a, b) stringify_in_c(.long PPC_INST_ERATILX | \
180 #define PPC_ERATIVAX(s, a, b) stringify_in_c(.long PPC_INST_ERATIVAX | \
182 #define PPC_ERATSX(t, a, w) stringify_in_c(.long PPC_INST_ERATSX | \
184 #define PPC_ERATSX_DOT(t, a, w) stringify_in_c(.long PPC_INST_ERATSX_DOT | \
194 #define STXVD2X(s, a, b) stringify_in_c(.long PPC_INST_STXVD2X | \
196 #define LXVD2X(s, a, b) stringify_in_c(.long PPC_INST_LXVD2X | \
198 #define XXLOR(t, a, b) stringify_in_c(.long PPC_INST_XXLOR | \
201 #define PPC_NAP stringify_in_c(.long PPC_INST_NAP)
202 #define PPC_SLEEP stringify_in_c(.long PPC_INST_SLEEP)