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