Searched refs:CK_PR_STORE_IMM (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/ck/include/gcc/x86_64/ |
H A D | ck_pr.h | 245 #define CK_PR_STORE_IMM(S, M, T, C, I, K) \ macro 267 CK_PR_STORE_IMM(ptr, void, const void *, uint64_t, "movq", CK_CC_IMM_U32) 272 #define CK_PR_STORE_S(S, T, I, K) CK_PR_STORE_IMM(S, T, T, T, I, K) 283 #undef CK_PR_STORE_IMM
|