Searched refs:CK_PR_FAA_S (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/ck/include/gcc/ |
H A D | ck_pr.h | 223 #define CK_PR_FAA_S(S, T) CK_PR_FAA(S, T, T) macro 225 CK_PR_FAA_S(char, char) 226 CK_PR_FAA_S(uint, unsigned int) 227 CK_PR_FAA_S(int, int) 228 CK_PR_FAA_S(64, uint64_t) 229 CK_PR_FAA_S(32, uint32_t) 230 CK_PR_FAA_S(16, uint16_t) 231 CK_PR_FAA_S(8, uint8_t) 233 #undef CK_PR_FAA_S
|
/freebsd/sys/contrib/ck/include/gcc/x86/ |
H A D | ck_pr.h | 205 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) macro 207 CK_PR_FAA_S(char, char, "xaddb") 208 CK_PR_FAA_S(uint, unsigned int, "xaddl") 209 CK_PR_FAA_S(int, int, "xaddl") 210 CK_PR_FAA_S(32, uint32_t, "xaddl") 211 CK_PR_FAA_S(16, uint16_t, "xaddw") 212 CK_PR_FAA_S(8, uint8_t, "xaddb") 214 #undef CK_PR_FAA_S
|
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 303 #define CK_PR_FAA_S(S, T, I) CK_PR_FAA(S, T, T, T, I) macro 305 CK_PR_FAA_S(char, char, "xaddb") 306 CK_PR_FAA_S(uint, unsigned int, "xaddl") 307 CK_PR_FAA_S(int, int, "xaddl") 308 CK_PR_FAA_S(64, uint64_t, "xaddq") 309 CK_PR_FAA_S(32, uint32_t, "xaddl") 310 CK_PR_FAA_S(16, uint16_t, "xaddw") 311 CK_PR_FAA_S(8, uint8_t, "xaddb") 313 #undef CK_PR_FAA_S
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_pr.h | 1140 #define CK_PR_FAA_S(S, M) CK_PR_FAA(S, M, M, M) macro 1147 CK_PR_FAA_S(char, char) 1161 CK_PR_FAA_S(int, int) 1176 CK_PR_FAA_S(double, double) 1190 CK_PR_FAA_S(uint, unsigned int) 1218 CK_PR_FAA_S(64, uint64_t) 1232 CK_PR_FAA_S(32, uint32_t) 1246 CK_PR_FAA_S(16, uint16_t) 1260 CK_PR_FAA_S(8, uint8_t) 1270 #undef CK_PR_FAA_S
|