Searched refs:CACHE_SPECIAL (Results 1 – 2 of 2) sorted by relevance
396 #define CACHE_SPECIAL (1<<0) macro399 (((uintptr_t)(ptr)) & CACHE_SPECIAL)402 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))408 ((void*)(((uintptr_t)(ptr)) | CACHE_SPECIAL))411 ((void*)(((uintptr_t)(ptr)) & ~CACHE_SPECIAL))
15377 | test r0, CACHE_SPECIAL
Completed in 53 milliseconds