/freebsd/sys/contrib/ck/include/gcc/sparcv9/ |
H A D | ck_pr.h | 88 #define CK_PR_LOAD(S, M, T, C, I) \ macro 100 CK_PR_LOAD(ptr, void, void *, uint64_t, "ldx") 102 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) 111 #undef CK_PR_LOAD
|
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr.h | 90 #define CK_PR_LOAD(S, M, T, I) \ macro 116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) 133 #undef CK_PR_LOAD
|
/freebsd/sys/contrib/ck/include/gcc/ppc/ |
H A D | ck_pr.h | 96 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() macro 108 CK_PR_LOAD(ptr, void, void *, uint32_t, "lwz") 110 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) 121 #undef CK_PR_LOAD
|
/freebsd/sys/contrib/ck/include/gcc/ppc64/ |
H A D | ck_pr.h | 91 #define CK_PR_LOAD(S, M, T, C, I) \ macro 103 CK_PR_LOAD(ptr, void, void *, uint64_t, "ld") 105 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) 120 #undef CK_PR_LOAD
|
/freebsd/sys/contrib/ck/include/gcc/ |
H A D | ck_pr.h | 58 #define CK_PR_LOAD(S, M, T) \ macro 99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) 113 #undef CK_PR_LOAD in CK_PR_LOAD_S()
|
/freebsd/sys/contrib/ck/include/gcc/x86/ |
H A D | ck_pr.h | 137 #define CK_PR_LOAD(S, M, T, C, I) \ macro 149 CK_PR_LOAD(ptr, void, void *, uint32_t, "movl") 151 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) 161 #undef CK_PR_LOAD
|
/freebsd/sys/contrib/ck/include/gcc/arm/ |
H A D | ck_pr.h | 108 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() macro 120 CK_PR_LOAD(ptr, void, void *, uint32_t, "ldr") 122 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) 133 #undef CK_PR_LOAD
|
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 173 #define CK_PR_LOAD(S, M, T, C, I) \ macro 185 CK_PR_LOAD(ptr, void, void *, uint64_t, "movq") 187 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) 201 #undef CK_PR_LOAD
|