Searched refs:CK_PR_BINARY (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h235 #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", "", "")
258 CK_PR_BINARY(xor, ptr, void, uintptr_t, "eor", "", "")
259 CK_PR_BINARY(and, 64, uint64_t, uint64_t, "and", "", "")
260 CK_PR_BINARY(add, 64, uint64_t, uint64_t, "add", "", "")
261 CK_PR_BINARY(or, 64, uint64_t, uint64_t, "orr", "", "")
262 CK_PR_BINARY(su
281 #undef CK_PR_BINARY macro
[all...]
H A Dck_pr_lse.h203 #define CK_PR_BINARY(O, N, M, T, S, W, R, I) \ macro
215 CK_PR_BINARY(and, ptr, void, uintptr_t, "clr", "", "", "mvn %0, %0")
216 CK_PR_BINARY(add, ptr, void, uintptr_t, "add", "", "", "")
217 CK_PR_BINARY(or, ptr, void, uintptr_t, "set", "", "", "")
218 CK_PR_BINARY(sub, ptr, void, uintptr_t, "add", "", "", "neg %0, %0")
219 CK_PR_BINARY(xor, ptr, void, uintptr_t, "eor", "", "", "")
220 CK_PR_BINARY(and, 64, uint64_t, uint64_t, "clr", "", "", "mvn %0, %0")
221 CK_PR_BINARY(add, 64, uint64_t, uint64_t, "add", "", "", "")
222 CK_PR_BINARY(or, 64, uint64_t, uint64_t, "set", "", "", "")
223 CK_PR_BINARY(su
242 #undef CK_PR_BINARY macro
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h254 #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")
275 CK_PR_BINARY(xor, ptr, void, uintptr_t, "xor", "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(su
289 #undef CK_PR_BINARY macro
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h345 #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")
366 CK_PR_BINARY(xor, ptr, void, uintptr_t, "xor", "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(su
381 #undef CK_PR_BINARY macro
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr_armv4.h274 #define CK_PR_BINARY(O, N, M, T, I, W) \ macro
286 CK_PR_BINARY(and, ptr, void, uintptr_t, *((uintptr_t *)target) &= delta, "")
287 CK_PR_BINARY(add, ptr, void, uintptr_t, *((uintptr_t *)target) += delta, "")
288 CK_PR_BINARY(or, ptr, void, uintptr_t, *((uintptr_t *)target) |= delta, "")
289 CK_PR_BINARY(sub, ptr, void, uintptr_t, *((uintptr_t *)target) -= delta, "")
290 CK_PR_BINARY(xor, ptr, void, uintptr_t, *((uintptr_t *)target) ^= delta, "")
293 CK_PR_BINARY(and, S, T, T, *target &= delta, W) \
294 CK_PR_BINARY(add, S, T, T, *target += delta, W) \
295 CK_PR_BINARY(or, S, T, T, *target |= delta, W) \
296 CK_PR_BINARY(su
308 #undef CK_PR_BINARY macro
[all...]
H A Dck_pr.h467 #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", "")
491 CK_PR_BINARY(xor, ptr, void, uintptr_t, "eor", "")
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(su
509 #undef CK_PR_BINARY macro
[all...]
/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_pr.h239 #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 macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h277 #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 macro
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h377 #define CK_PR_BINARY(K, S, M, T, C, I, O) \ 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 macro

Completed in 60 milliseconds