Searched refs:mul_function (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_operators.h | 56 ZEND_API zend_result ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2);
|
H A D | zend_opcode.c | 1197 return (binary_op_type) mul_function; in get_binary_op()
|
H A D | zend_ast.c | 680 ret = mul_function(result, &op1, &op2); in zend_ast_evaluate_ex()
|
H A D | zend_operators.c | 1221 ZEND_API zend_result ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2) /* {{{ */ in mul_function() function
|
H A D | zend_execute.c | 1449 mul_function, in zend_binary_op()
|
H A D | zend_vm_def.h | 155 mul_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
|
H A D | zend_vm_execute.h | 488 mul_function(EX_VAR(opline->result.var), op_1, op_2); in zend_mul_helper_SPEC()
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 4561 | EXT_CALL mul_function, REG0
|
H A D | zend_jit_x86.dasc | 4995 | EXT_CALL mul_function, r0
|
Completed in 234 milliseconds