Home
last modified time | relevance | path

Searched refs:CK_CC_IMM_U32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h267 CK_PR_STORE_IMM(ptr, void, const void *, uint64_t, "movq", CK_CC_IMM_U32)
276 CK_PR_STORE_S(uint, unsigned int, "movl", CK_CC_IMM_U32)
277 CK_PR_STORE_S(64, uint64_t, "movq", CK_CC_IMM_U32)
278 CK_PR_STORE_S(32, uint32_t, "movl", CK_CC_IMM_U32)
279 CK_PR_STORE_S(16, uint16_t, "movw", CK_CC_IMM_U32)
280 CK_PR_STORE_S(8, uint8_t, "movb", CK_CC_IMM_U32)
391 CK_PR_BINARY(K, ptr, void, uintptr_t, uint64_t, #K "q", CK_CC_IMM_U32) \
394 CK_PR_BINARY_S(K, uint, unsigned int, #K "l", CK_CC_IMM_U32) \
395 CK_PR_BINARY_S(K, 64, uint64_t, #K "q", CK_CC_IMM_U32) \
396 CK_PR_BINARY_S(K, 32, uint32_t, #K "l", CK_CC_IMM_U32) \
[all …]
/freebsd/sys/contrib/ck/include/gcc/
H A Dck_cc.h37 #define CK_CC_IMM_U32 macro
52 #define CK_CC_IMM_U32 "Z" macro
55 #define CK_CC_IMM_U32 CK_CC_IMM macro