Searched refs:CK_PR_UNARY_S (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_pr.h283 #define CK_PR_UNARY_S(S, M) CK_PR_UNARY(S, M, M) macro
286 CK_PR_UNARY_S(char, char)
287 CK_PR_UNARY_S(int, int)
288 CK_PR_UNARY_S(uint, unsigned int)
289 CK_PR_UNARY_S(64, uint64_t)
290 CK_PR_UNARY_S(32, uint32_t)
291 CK_PR_UNARY_S(16, uint16_t)
292 CK_PR_UNARY_S(8, uint8_t)
294 #undef CK_PR_UNARY_S macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr_armv4.h257 #define CK_PR_UNARY_S(S, T, W) \ macro
263 CK_PR_UNARY_S(32, uint32_t, "")
264 CK_PR_UNARY_S(uint, unsigned int, "")
265 CK_PR_UNARY_S(int, int, "")
266 CK_PR_UNARY_S(16, uint16_t, "h")
267 CK_PR_UNARY_S(8, uint8_t, "b")
268 CK_PR_UNARY_S(short, short, "h")
269 CK_PR_UNARY_S(char, char, "b")
271 #undef CK_PR_UNARY_S macro
H A Dck_pr.h450 #define CK_PR_UNARY_S(S, T, W) \ macro
456 CK_PR_UNARY_S(32, uint32_t, "")
457 CK_PR_UNARY_S(uint, unsigned int, "")
458 CK_PR_UNARY_S(int, int, "")
459 CK_PR_UNARY_S(16, uint16_t, "h")
460 CK_PR_UNARY_S(8, uint8_t, "b")
461 CK_PR_UNARY_S(short, short, "h")
462 CK_PR_UNARY_S(char, char, "b")
464 #undef CK_PR_UNARY_S macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h219 #define CK_PR_UNARY_S(S, T, W) \ macro
224 CK_PR_UNARY_S(32, uint32_t, "")
225 CK_PR_UNARY_S(uint, unsigned int, "")
226 CK_PR_UNARY_S(int, int, "")
227 CK_PR_UNARY_S(16, uint16_t, "h")
228 CK_PR_UNARY_S(8, uint8_t, "b")
229 CK_PR_UNARY_S(short, short, "h")
230 CK_PR_UNARY_S(char, char, "b")
232 #undef CK_PR_UNARY_S macro
H A Dck_pr_lse.h187 #define CK_PR_UNARY_S(S, T, W) \ macro
192 CK_PR_UNARY_S(32, uint32_t, "")
193 CK_PR_UNARY_S(uint, unsigned int, "")
194 CK_PR_UNARY_S(int, int, "")
195 CK_PR_UNARY_S(16, uint16_t, "h")
196 CK_PR_UNARY_S(8, uint8_t, "b")
197 CK_PR_UNARY_S(short, short, "h")
198 CK_PR_UNARY_S(char, char, "b")
200 #undef CK_PR_UNARY_S macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h241 #define CK_PR_UNARY_S(S, T, W) \ macro
247 CK_PR_UNARY_S(32, uint32_t, "w")
248 CK_PR_UNARY_S(uint, unsigned int, "w")
249 CK_PR_UNARY_S(int, int, "w")
251 #undef CK_PR_UNARY_S macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h331 #define CK_PR_UNARY_S(S, T, W) \ macro
337 CK_PR_UNARY_S(64, uint64_t, "d")
338 CK_PR_UNARY_S(32, uint32_t, "w")
339 CK_PR_UNARY_S(uint, unsigned int, "w")
340 CK_PR_UNARY_S(int, int, "w")
342 #undef CK_PR_UNARY_S macro
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_pr.h645 #define CK_PR_UNARY_S(K, X, S, M) CK_PR_UNARY(K, X, S, M, M) macro
654 CK_PR_UNARY_S(inc, add, char, char)
666 CK_PR_UNARY_S(dec, sub, char, char)
682 CK_PR_UNARY_S(inc, add, int, int)
694 CK_PR_UNARY_S(dec, sub, int, int)
711 CK_PR_UNARY_S(inc, add, double, double)
716 CK_PR_UNARY_S(dec, sub, double, double)
725 CK_PR_UNARY_S(inc, add, uint, unsigned int)
737 CK_PR_UNARY_S(dec, sub, uint, unsigned int)
781 CK_PR_UNARY_S(in
890 #undef CK_PR_UNARY_S macro
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h248 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) macro
252 CK_PR_UNARY_S(K, char, char, #K "b") \
253 CK_PR_UNARY_S(K, int, int, #K "l") \
254 CK_PR_UNARY_S(K, uint, unsigned int, #K "l") \
255 CK_PR_UNARY_S(K, 32, uint32_t, #K "l") \
256 CK_PR_UNARY_S(K, 16, uint16_t, #K "w") \
257 CK_PR_UNARY_S(K, 8, uint8_t, #K "b")
269 #undef CK_PR_UNARY_S macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h347 #define CK_PR_UNARY_S(K, S, T, I) CK_PR_UNARY(K, S, T, T, I) macro
351 CK_PR_UNARY_S(K, char, char, #K "b") \
352 CK_PR_UNARY_S(K, int, int, #K "l") \
353 CK_PR_UNARY_S(K, uint, unsigned int, #K "l") \
354 CK_PR_UNARY_S(K, 64, uint64_t, #K "q") \
355 CK_PR_UNARY_S(K, 32, uint32_t, #K "l") \
356 CK_PR_UNARY_S(K, 16, uint16_t, #K "w") \
357 CK_PR_UNARY_S(K, 8, uint8_t, #K "b")
369 #undef CK_PR_UNARY_S macro

Completed in 225 milliseconds