Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_operators.h59 ZEND_API zend_result ZEND_FASTCALL div_function(zval *result, zval *op1, zval *op2);
H A Dzend_opcode.c1213 return (binary_op_type) div_function; in get_binary_op()
H A Dzend_operators.c1425 ZEND_API zend_result ZEND_FASTCALL div_function(zval *result, zval *op1, zval *op2) /* {{{ */ in div_function() function
H A Dzend_execute.c1547 div_function, in zend_binary_op()
H A Dzend_vm_execute.h5910 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CONST_CONST_HANDLER()
8724 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CONST_TMPVAR_HANDLER()
11111 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CONST_CV_HANDLER()
15150 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_TMPVAR_CONST_HANDLER()
16595 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_TMPVAR_TMPVAR_HANDLER()
18317 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_TMPVAR_CV_HANDLER()
40753 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CV_CONST_HANDLER()
44623 div_function(EX_VAR(opline->result.var), op1, op2); in ZEND_DIV_SPEC_CV_TMPVAR_HANDLER()
49988 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.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc4580 | EXT_CALL div_function, REG0
H A Dzend_jit_x86.dasc5014 | EXT_CALL div_function, r0

Completed in 482 milliseconds