Searched refs:CK_PR_CAS_V (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 550 #define CK_PR_CAS_V(S, W, T) \ macro 568 CK_PR_CAS_V(double, 2, double) 570 CK_PR_CAS_V(char, 16, char) 571 CK_PR_CAS_V(int, 4, int) 572 CK_PR_CAS_V(uint, 4, unsigned int) 573 CK_PR_CAS_V(32, 4, uint32_t) 574 CK_PR_CAS_V(16, 8, uint16_t) 575 CK_PR_CAS_V(8, 16, uint8_t) 577 #undef CK_PR_CAS_V
|