Home
last modified time | relevance | path

Searched refs:CK_PR_LOAD (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h88 #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 Dck_pr.h90 #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 Dck_pr.h96 #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 Dck_pr.h91 #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 Dck_pr.h58 #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 Dck_pr.h137 #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 Dck_pr.h108 #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 Dck_pr.h173 #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