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

/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr_armv4.h323 #define CK_PR_FAA(S, T, W) \ macro
337 CK_PR_FAA(32, uint32_t, "")
338 CK_PR_FAA(uint, unsigned int, "")
339 CK_PR_FAA(int, int, "")
340 CK_PR_FAA(16, uint16_t, "h")
341 CK_PR_FAA(8, uint8_t, "b")
342 CK_PR_FAA(short, short, "h")
343 CK_PR_FAA(char, char, "b")
345 #undef CK_PR_FAA macro
H A Dck_pr.h532 #define CK_PR_FAA(S, T, W) \ macro
552 CK_PR_FAA(32, uint32_t, "")
553 CK_PR_FAA(uint, unsigned int, "")
554 CK_PR_FAA(int, int, "")
555 CK_PR_FAA(16, uint16_t, "h")
556 CK_PR_FAA(8, uint8_t, "b")
557 CK_PR_FAA(short, short, "h")
558 CK_PR_FAA(char, char, "b")
560 #undef CK_PR_FAA macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h323 #define CK_PR_FAA(S, T, W) \ macro
342 CK_PR_FAA(32, uint32_t, "")
343 CK_PR_FAA(uint, unsigned int, "")
344 CK_PR_FAA(int, int, "")
345 CK_PR_FAA(16, uint16_t, "h")
346 CK_PR_FAA(8, uint8_t, "b")
347 CK_PR_FAA(short, short, "h")
348 CK_PR_FAA(char, char, "b")
350 #undef CK_PR_FAA macro
H A Dck_pr_lse.h274 #define CK_PR_FAA(S, T, W) \ macro
288 CK_PR_FAA(32, uint32_t, "")
289 CK_PR_FAA(uint, unsigned int, "")
290 CK_PR_FAA(int, int, "")
291 CK_PR_FAA(16, uint16_t, "h")
292 CK_PR_FAA(8, uint8_t, "b")
293 CK_PR_FAA(short, short, "h")
294 CK_PR_FAA(char, char, "b")
296 #undef CK_PR_FAA macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h310 #define CK_PR_FAA(S, T, W) \ macro
328 CK_PR_FAA(32, uint32_t, "w")
329 CK_PR_FAA(uint, unsigned int, "w")
330 CK_PR_FAA(int, int, "w")
332 #undef CK_PR_FAA macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h402 #define CK_PR_FAA(S, T, W) \ macro
420 CK_PR_FAA(64, uint64_t, "d")
421 CK_PR_FAA(32, uint32_t, "w")
422 CK_PR_FAA(uint, unsigned int, "w")
423 CK_PR_FAA(int, int, "w")
425 #undef CK_PR_FAA macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_pr.h213 #define CK_PR_FAA(S, M, T) \ macro
221 CK_PR_FAA(ptr, void, void *)
223 #define CK_PR_FAA_S(S, T) CK_PR_FAA(S, T, T)
234 #undef CK_PR_FAA macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h191 #define CK_PR_FAA(S, M, T, C, I) \ macro
203 CK_PR_FAA(ptr, void, uintptr_t, char, "xaddl")
205 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I)
215 #undef CK_PR_FAA macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h289 #define CK_PR_FAA(S, M, T, C, I) \ macro
301 CK_PR_FAA(ptr, void, uintptr_t, char, "xaddq")
303 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I)
314 #undef CK_PR_FAA macro
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_pr.h1099 #define CK_PR_FAA(S, M, T, C) \ macro
1131 #define CK_PR_FAA_S(S, M) CK_PR_FAA(S, M, M, M)
1195 CK_PR_FAA(ptr, void, uintptr_t, void *)
1263 #undef CK_PR_FAA macro

Completed in 78 milliseconds