Searched refs:SHIFT_TAG (Results 1 – 1 of 1) sorted by relevance
10 #define SHIFT_TAG(tag) ((uint64_t)(tag) << 56) macro11 #define SET_TAG(ptr, tag) (((uint64_t)(ptr) & ~SHIFT_TAG(0xff)) | \12 SHIFT_TAG(tag))