/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr_llsc.h | 323 #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
|
H A D | ck_pr_lse.h | 275 #define CK_PR_FAA(S, T, W) \ macro 289 CK_PR_FAA(32, uint32_t, "") 290 CK_PR_FAA(uint, unsigned int, "") 291 CK_PR_FAA(int, int, "") 292 CK_PR_FAA(16, uint16_t, "h") 293 CK_PR_FAA(8, uint8_t, "b") 294 CK_PR_FAA(short, short, "h") 295 CK_PR_FAA(char, char, "b") 297 #undef CK_PR_FAA
|
/freebsd/sys/contrib/ck/include/gcc/arm/ |
H A D | ck_pr.h | 532 #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
|
/freebsd/sys/contrib/ck/include/gcc/ppc64/ |
H A D | ck_pr.h | 402 #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
|
/freebsd/sys/contrib/ck/include/gcc/ppc/ |
H A D | ck_pr.h | 310 #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
|
/freebsd/sys/contrib/ck/include/gcc/ |
H A D | ck_pr.h | 213 #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
|
/freebsd/sys/contrib/ck/include/gcc/x86/ |
H A D | ck_pr.h | 191 #define CK_PR_FAA(S, M, T, C, I) \ macro 203 CK_PR_FAA(ptr, void, uintptr_t, uint32_t, "xaddl") 205 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) 215 #undef CK_PR_FAA
|
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 289 #define CK_PR_FAA(S, M, T, C, I) \ macro 301 CK_PR_FAA(ptr, void, uintptr_t, uint64_t, "xaddq") 303 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) 314 #undef CK_PR_FAA
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_pr.h | 1108 #define CK_PR_FAA(S, M, T, C) \ macro 1140 #define CK_PR_FAA_S(S, M) CK_PR_FAA(S, M, M, M) 1204 CK_PR_FAA(ptr, void, uintptr_t, void *) 1272 #undef CK_PR_FAA
|