Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.h58 ZEND_API zend_result ZEND_FASTCALL div_function(zval *result, zval *op1, zval *op2);
H A Dzend_opcode.c1201 return (binary_op_type) div_function; in get_binary_op()
H A Dzend_operators.c1366 ZEND_API zend_result ZEND_FASTCALL div_function(zval *result, zval *op1, zval *op2) /* {{{ */ in div_function() function
H A Dzend_execute.c1450 div_function, in zend_binary_op()
H A Dzend_vm_execute.h5862 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CONST_CONST_HANDLER()
8504 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CONST_TMPVAR_HANDLER()
10878 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CONST_CV_HANDLER()
14909 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_TMPVAR_CONST_HANDLER()
16346 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_TMPVAR_TMPVAR_HANDLER()
18041 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_TMPVAR_CV_HANDLER()
39820 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CV_CONST_HANDLER()
43636 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CV_TMPVAR_HANDLER()
48942 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CV_CV_HANDLER()
H A Dzend_vm_def.h214 div_function(EX_VAR(opline->result.var), op1, op2);
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc4563 | EXT_CALL div_function, REG0
H A Dzend_jit_x86.dasc4997 | EXT_CALL div_function, r0

Completed in 231 milliseconds