Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.h56 ZEND_API zend_result ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2);
H A Dzend_opcode.c1197 return (binary_op_type) mul_function; in get_binary_op()
H A Dzend_ast.c680 ret = mul_function(result, &op1, &op2); in zend_ast_evaluate_ex()
H A Dzend_operators.c1221 ZEND_API zend_result ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2) /* {{{ */ in mul_function() function
H A Dzend_execute.c1449 mul_function, in zend_binary_op()
H A Dzend_vm_def.h155 mul_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
H A Dzend_vm_execute.h488 mul_function(EX_VAR(opline->result.var), op_1, op_2); in zend_mul_helper_SPEC()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc4561 | EXT_CALL mul_function, REG0
H A Dzend_jit_x86.dasc4995 | EXT_CALL mul_function, r0

Completed in 249 milliseconds