/freebsd/sys/contrib/ck/include/gcc/ |
H A D | ck_pr.h | 283 #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
|
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr_llsc.h | 219 #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
|
H A D | ck_pr_lse.h | 188 #define CK_PR_UNARY_S(S, T, W) \ macro 193 CK_PR_UNARY_S(32, uint32_t, "") 194 CK_PR_UNARY_S(uint, unsigned int, "") 195 CK_PR_UNARY_S(int, int, "") 196 CK_PR_UNARY_S(16, uint16_t, "h") 197 CK_PR_UNARY_S(8, uint8_t, "b") 198 CK_PR_UNARY_S(short, short, "h") 199 CK_PR_UNARY_S(char, char, "b") 201 #undef CK_PR_UNARY_S
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_pr.h | 654 #define CK_PR_UNARY_S(K, X, S, M) CK_PR_UNARY(K, X, S, M, M) macro 663 CK_PR_UNARY_S(inc, add, char, char) 675 CK_PR_UNARY_S(dec, sub, char, char) 691 CK_PR_UNARY_S(inc, add, int, int) 703 CK_PR_UNARY_S(dec, sub, int, int) 720 CK_PR_UNARY_S(inc, add, double, double) 725 CK_PR_UNARY_S(dec, sub, double, double) 734 CK_PR_UNARY_S(inc, add, uint, unsigned int) 746 CK_PR_UNARY_S(dec, sub, uint, unsigned int) 790 CK_PR_UNARY_S(inc, add, 64, uint64_t) [all …]
|
/freebsd/sys/contrib/ck/include/gcc/arm/ |
H A D | ck_pr.h | 450 #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
|
/freebsd/sys/contrib/ck/include/gcc/x86/ |
H A D | ck_pr.h | 248 #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
|
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 347 #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 in CK_PR_GENERATE()
|
/freebsd/sys/contrib/ck/include/gcc/ppc64/ |
H A D | ck_pr.h | 331 #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
|
/freebsd/sys/contrib/ck/include/gcc/ppc/ |
H A D | ck_pr.h | 241 #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
|