| /f-stack/freebsd/contrib/ck/include/gcc/aarch64/ |
| H A D | ck_pr_lse.h | 203 #define CK_PR_BINARY(O, N, M, T, S, W, R, I) \ macro 216 CK_PR_BINARY(add, ptr, void, uintptr_t, "add", "", "", "") 217 CK_PR_BINARY(or, ptr, void, uintptr_t, "set", "", "", "") 219 CK_PR_BINARY(xor, ptr, void, uintptr_t, "eor", "", "", "") 221 CK_PR_BINARY(add, 64, uint64_t, uint64_t, "add", "", "", "") 222 CK_PR_BINARY(or, 64, uint64_t, uint64_t, "set", "", "", "") 224 CK_PR_BINARY(xor, 64, uint64_t, uint64_t, "eor", "", "", "") 228 CK_PR_BINARY(add, S, T, T, "add", W, "w", "") \ 229 CK_PR_BINARY(or, S, T, T, "set", W, "w", "") \ 231 CK_PR_BINARY(xor, S, T, T, "eor", W, "w", "") [all …]
|
| H A D | ck_pr_llsc.h | 235 #define CK_PR_BINARY(O, N, M, T, I, W, R) \ macro 254 CK_PR_BINARY(and, ptr, void, uintptr_t, "and", "", "") 255 CK_PR_BINARY(add, ptr, void, uintptr_t, "add", "", "") 256 CK_PR_BINARY(or, ptr, void, uintptr_t, "orr", "", "") 257 CK_PR_BINARY(sub, ptr, void, uintptr_t, "sub", "", "") 266 CK_PR_BINARY(and, S, T, T, "and", W, "w") \ 267 CK_PR_BINARY(add, S, T, T, "add", W, "w") \ 268 CK_PR_BINARY(or, S, T, T, "orr", W, "w") \ 269 CK_PR_BINARY(sub, S, T, T, "sub", W, "w") \ 270 CK_PR_BINARY(xor, S, T, T, "eor", W, "w") [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc/ |
| H A D | ck_pr.h | 254 #define CK_PR_BINARY(O, N, M, T, I, W) \ macro 271 CK_PR_BINARY(and, ptr, void, uintptr_t, "and", "w") 272 CK_PR_BINARY(add, ptr, void, uintptr_t, "add", "w") 273 CK_PR_BINARY(or, ptr, void, uintptr_t, "or", "w") 274 CK_PR_BINARY(sub, ptr, void, uintptr_t, "sub", "w") 278 CK_PR_BINARY(and, S, T, T, "and", W) \ 279 CK_PR_BINARY(add, S, T, T, "add", W) \ 280 CK_PR_BINARY(or, S, T, T, "or", W) \ 281 CK_PR_BINARY(sub, S, T, T, "subf", W) \ 282 CK_PR_BINARY(xor, S, T, T, "xor", W) [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/ppc64/ |
| H A D | ck_pr.h | 345 #define CK_PR_BINARY(O, N, M, T, I, W) \ macro 362 CK_PR_BINARY(and, ptr, void, uintptr_t, "and", "d") 363 CK_PR_BINARY(add, ptr, void, uintptr_t, "add", "d") 364 CK_PR_BINARY(or, ptr, void, uintptr_t, "or", "d") 365 CK_PR_BINARY(sub, ptr, void, uintptr_t, "sub", "d") 369 CK_PR_BINARY(and, S, T, T, "and", W) \ 370 CK_PR_BINARY(add, S, T, T, "add", W) \ 371 CK_PR_BINARY(or, S, T, T, "or", W) \ 372 CK_PR_BINARY(sub, S, T, T, "subf", W) \ 373 CK_PR_BINARY(xor, S, T, T, "xor", W) [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/arm/ |
| H A D | ck_pr.h | 467 #define CK_PR_BINARY(O, N, M, T, I, W) \ macro 487 CK_PR_BINARY(and, ptr, void, uintptr_t, "and", "") 488 CK_PR_BINARY(add, ptr, void, uintptr_t, "add", "") 489 CK_PR_BINARY(or, ptr, void, uintptr_t, "orr", "") 490 CK_PR_BINARY(sub, ptr, void, uintptr_t, "sub", "") 494 CK_PR_BINARY(and, S, T, T, "and", W) \ 495 CK_PR_BINARY(add, S, T, T, "add", W) \ 496 CK_PR_BINARY(or, S, T, T, "orr", W) \ 497 CK_PR_BINARY(sub, S, T, T, "sub", W) \ 498 CK_PR_BINARY(xor, S, T, T, "eor", W) [all …]
|
| /f-stack/freebsd/contrib/ck/include/gcc/ |
| H A D | ck_pr.h | 239 #define CK_PR_BINARY(K, S, M, T) \ macro 247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) 250 CK_PR_BINARY(K, ptr, void, void *) \ 267 #undef CK_PR_BINARY
|
| /f-stack/freebsd/contrib/ck/include/gcc/x86/ |
| H A D | ck_pr.h | 277 #define CK_PR_BINARY(K, S, M, T, C, I) \ macro 288 #define CK_PR_BINARY_S(K, S, T, I) CK_PR_BINARY(K, S, T, T, T, I) 291 CK_PR_BINARY(K, ptr, void, uintptr_t, char, #K "l") \ 307 #undef CK_PR_BINARY
|
| /f-stack/freebsd/contrib/ck/include/gcc/x86_64/ |
| H A D | ck_pr.h | 377 #define CK_PR_BINARY(K, S, M, T, C, I, O) \ in CK_PR_GENERATE() macro 388 #define CK_PR_BINARY_S(K, S, T, I, O) CK_PR_BINARY(K, S, T, T, T, I, O) 391 CK_PR_BINARY(K, ptr, void, uintptr_t, char, #K "q", CK_CC_IMM_U32) \ 408 #undef CK_PR_BINARY
|