Searched refs:CK_PR_LOAD_2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 224 #define CK_PR_LOAD_2(S, W, T) \ macro 233 CK_PR_LOAD_2(char, 16, char) 234 CK_PR_LOAD_2(int, 4, int) 235 CK_PR_LOAD_2(uint, 4, unsigned int) 236 CK_PR_LOAD_2(32, 4, uint32_t) 237 CK_PR_LOAD_2(16, 8, uint16_t) 238 CK_PR_LOAD_2(8, 16, uint8_t) 240 #undef CK_PR_LOAD_2
|