Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_execute.h396 #define CACHE_SPECIAL (1<<0) macro
399 (((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))
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc15377 | test r0, CACHE_SPECIAL

Completed in 43 milliseconds