Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c200 static zend_always_inline uint32_t zend_long_floor_log2(zend_long x) in zend_long_floor_log2() function
H A Dzend_jit_x86.dasc4374 | shl Ra(result_reg), zend_long_floor_log2(Z_LVAL_P(Z_ZV(op2_addr)))
4390 | shl Ra(result_reg), zend_long_floor_log2(Z_LVAL_P(Z_ZV(op1_addr)))
4395 | shr Ra(result_reg), zend_long_floor_log2(Z_LVAL_P(Z_ZV(op2_addr)))

Completed in 34 milliseconds