Searched refs:CK_PR_NEG_S (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr.h | 212 #define CK_PR_NEG_S(S, T, W) \ macro 215 CK_PR_NEG_S(32, uint32_t, "") 216 CK_PR_NEG_S(uint, unsigned int, "") 217 CK_PR_NEG_S(int, int, "") 218 CK_PR_NEG_S(16, uint16_t, "h") 219 CK_PR_NEG_S(8, uint8_t, "b") 220 CK_PR_NEG_S(short, short, "h") 221 CK_PR_NEG_S(char, char, "b") 223 #undef CK_PR_NEG_S
|