Home
last modified time | relevance | path

Searched refs:CK_PR_STORE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h113 #define CK_PR_STORE(S, M, T, C, I) \ macro
125 CK_PR_STORE(ptr, void, const void *, uint64_t, "stx")
127 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I)
137 #undef CK_PR_STORE
/freebsd/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h136 #define CK_PR_STORE(S, M, T, I) \ macro
161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I)
178 #undef CK_PR_STORE
/freebsd/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h123 #define CK_PR_STORE(S, M, T, C, I) \ macro
134 CK_PR_STORE(ptr, void, const void *, uint32_t, "stw")
136 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I)
147 #undef CK_PR_STORE
/freebsd/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h122 #define CK_PR_STORE(S, M, T, C, I) \ macro
133 CK_PR_STORE(ptr, void, const void *, uint64_t, "std")
135 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I)
150 #undef CK_PR_STORE
/freebsd/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h163 #define CK_PR_STORE(S, M, T, C, I) \ macro
174 CK_PR_STORE(ptr, void, const void *, uint32_t, "movl")
176 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I)
186 #undef CK_PR_STORE
/freebsd/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h157 #define CK_PR_STORE(S, M, T, C, I) \ macro
169 CK_PR_STORE(ptr, void, const void *, uint32_t, "str")
171 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I)
182 #undef CK_PR_STORE
/freebsd/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h256 #define CK_PR_STORE(S, M, T, C, I) \ macro
269 CK_PR_STORE(double, double, double, double, "movq")
284 #undef CK_PR_STORE