Searched refs:CACHE_SPECIAL (Results 1 – 2 of 2) sorted by relevance
484 #define CACHE_SPECIAL (1<<0) macro487 (((uintptr_t)(ptr)) & CACHE_SPECIAL)490 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))496 ((void*)(((uintptr_t)(ptr)) | CACHE_SPECIAL))499 ((void*)(((uintptr_t)(ptr)) & ~CACHE_SPECIAL))
7789 if_set2 = ir_IF(ir_AND_A(ref, ir_CONST_ADDR(CACHE_SPECIAL))); in zend_jit_defined()8011 if_special = ir_IF(ir_AND_A(ref, ir_CONST_ADDR(CACHE_SPECIAL))); in zend_jit_fetch_constant()
Completed in 53 milliseconds