Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute.h474 #define CACHE_SPECIAL (1<<0) macro
477 (((uintptr_t)(ptr)) & CACHE_SPECIAL)
480 ((void*)((((uintptr_t)(num)) << 1) | CACHE_SPECIAL))
486 ((void*)(((uintptr_t)(ptr)) | CACHE_SPECIAL))
489 ((void*)(((uintptr_t)(ptr)) & ~CACHE_SPECIAL))
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c7574 if_set2 = ir_IF(ir_AND_A(ref, ir_CONST_ADDR(CACHE_SPECIAL))); in zend_jit_defined()
7787 if_special = ir_IF(ir_AND_A(ref, ir_CONST_ADDR(CACHE_SPECIAL))); in zend_jit_fetch_constant()

Completed in 46 milliseconds