/freebsd/sys/contrib/ck/include/gcc/ |
H A D | ck_pr.h | 247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) macro 251 CK_PR_BINARY_S(K, char, char) \ 252 CK_PR_BINARY_S(K, int, int) \ 253 CK_PR_BINARY_S(K, uint, unsigned int) \ 254 CK_PR_BINARY_S(K, 64, uint64_t) \ 255 CK_PR_BINARY_S(K, 32, uint32_t) \ 256 CK_PR_BINARY_S(K, 16, uint16_t) \ 257 CK_PR_BINARY_S(K, 8, uint8_t) 266 #undef CK_PR_BINARY_S
|
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr_llsc.h | 265 #define CK_PR_BINARY_S(S, T, W) \ macro 272 CK_PR_BINARY_S(32, uint32_t, "") 273 CK_PR_BINARY_S(uint, unsigned int, "") 274 CK_PR_BINARY_S(int, int, "") 275 CK_PR_BINARY_S(16, uint16_t, "h") 276 CK_PR_BINARY_S(8, uint8_t, "b") 277 CK_PR_BINARY_S(short, short, "h") 278 CK_PR_BINARY_S(char, char, "b") 280 #undef CK_PR_BINARY_S
|
H A D | ck_pr_lse.h | 227 #define CK_PR_BINARY_S(S, T, W) \ macro 234 CK_PR_BINARY_S(32, uint32_t, "") 235 CK_PR_BINARY_S(uint, unsigned int, "") 236 CK_PR_BINARY_S(int, int, "") 237 CK_PR_BINARY_S(16, uint16_t, "h") 238 CK_PR_BINARY_S(8, uint8_t, "b") 239 CK_PR_BINARY_S(short, short, "h") 240 CK_PR_BINARY_S(char, char, "b") 242 #undef CK_PR_BINARY_S
|
/freebsd/sys/contrib/ck/include/gcc/arm/ |
H A D | ck_pr.h | 493 #define CK_PR_BINARY_S(S, T, W) \ macro 500 CK_PR_BINARY_S(32, uint32_t, "") 501 CK_PR_BINARY_S(uint, unsigned int, "") 502 CK_PR_BINARY_S(int, int, "") 503 CK_PR_BINARY_S(16, uint16_t, "h") 504 CK_PR_BINARY_S(8, uint8_t, "b") 505 CK_PR_BINARY_S(short, short, "h") 506 CK_PR_BINARY_S(char, char, "b") 508 #undef CK_PR_BINARY_S
|
/freebsd/sys/contrib/ck/include/gcc/x86/ |
H A D | ck_pr.h | 288 #define CK_PR_BINARY_S(K, S, T, I) CK_PR_BINARY(K, S, T, T, T, I) macro 292 CK_PR_BINARY_S(K, char, char, #K "b") \ 293 CK_PR_BINARY_S(K, int, int, #K "l") \ 294 CK_PR_BINARY_S(K, uint, unsigned int, #K "l") \ 295 CK_PR_BINARY_S(K, 32, uint32_t, #K "l") \ 296 CK_PR_BINARY_S(K, 16, uint16_t, #K "w") \ 297 CK_PR_BINARY_S(K, 8, uint8_t, #K "b") 306 #undef CK_PR_BINARY_S
|
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 388 #define CK_PR_BINARY_S(K, S, T, I, O) CK_PR_BINARY(K, S, T, T, T, I, O) macro 392 CK_PR_BINARY_S(K, char, char, #K "b", CK_CC_IMM_S32) \ 393 CK_PR_BINARY_S(K, int, int, #K "l", CK_CC_IMM_S32) \ 394 CK_PR_BINARY_S(K, uint, unsigned int, #K "l", CK_CC_IMM_U32) \ 395 CK_PR_BINARY_S(K, 64, uint64_t, #K "q", CK_CC_IMM_U32) \ 396 CK_PR_BINARY_S(K, 32, uint32_t, #K "l", CK_CC_IMM_U32) \ 397 CK_PR_BINARY_S(K, 16, uint16_t, #K "w", CK_CC_IMM_U32) \ 398 CK_PR_BINARY_S(K, 8, uint8_t, #K "b", CK_CC_IMM_U32) 407 #undef CK_PR_BINARY_S
|
/freebsd/sys/contrib/ck/include/gcc/ppc64/ |
H A D | ck_pr.h | 368 #define CK_PR_BINARY_S(S, T, W) \ macro 375 CK_PR_BINARY_S(64, uint64_t, "d") 376 CK_PR_BINARY_S(32, uint32_t, "w") 377 CK_PR_BINARY_S(uint, unsigned int, "w") 378 CK_PR_BINARY_S(int, int, "w") 380 #undef CK_PR_BINARY_S
|
/freebsd/sys/contrib/ck/include/gcc/ppc/ |
H A D | ck_pr.h | 277 #define CK_PR_BINARY_S(S, T, W) \ macro 284 CK_PR_BINARY_S(32, uint32_t, "w") 285 CK_PR_BINARY_S(uint, unsigned int, "w") 286 CK_PR_BINARY_S(int, int, "w") 288 #undef CK_PR_BINARY_S
|