Searched defs:CK_PR_LOAD_S (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/ck/include/gcc/ |
H A D | ck_pr.h | 99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) macro 101 CK_PR_LOAD_S(char, char) in CK_PR_LOAD_S() function
|
/freebsd/sys/contrib/ck/include/gcc/sparcv9/ |
H A D | ck_pr.h | 102 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro
|
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr.h | 116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) macro
|
/freebsd/sys/contrib/ck/include/gcc/ppc/ |
H A D | ck_pr.h | 110 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro
|
/freebsd/sys/contrib/ck/include/gcc/ppc64/ |
H A D | ck_pr.h | 105 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro
|
/freebsd/sys/contrib/ck/include/gcc/arm/ |
H A D | ck_pr.h | 122 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro
|
/freebsd/sys/contrib/ck/include/gcc/x86/ |
H A D | ck_pr.h | 151 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro
|
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 187 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) macro
|