Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_internal.h72 # define ZEND_REGSET_LAST(set) ((zend_reg)(__builtin_clz(set)^31)) macro
75 # define ZEND_REGSET_LAST(set) ((zend_reg)(__builtin_clzll(set)^63)) macro
94 # define ZEND_REGSET_LAST(set) ((zend_reg)(__zend_jit_clz(set)^31)) macro

Completed in 11 milliseconds