Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_compile.h812 ZEND_API binary_op_type get_binary_op(int opcode);
H A Dzend_opcode.c1201 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op() function
H A Dzend_ast.c550 binary_op_type op = get_binary_op(ast->attr); in zend_ast_evaluate_inner()
H A Dzend_compile.c8775 binary_op_type fn = get_binary_op(opcode); in zend_try_ct_eval_binary_op()
/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.c62 binary_op_type binary_op = get_binary_op(opcode); in zend_optimizer_eval_binary_op()
H A Dzend_inference.c4278 get_binary_op(opcode)(&orig_result, &orig_op1, &orig_op2); in can_convert_to_double()
4279 get_binary_op(opcode)(&dval_result, &dval_op1, &dval_op2); in can_convert_to_double()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc6358 binary_op_type binary_op = get_binary_op(opline->extended_value);
6436 binary_op = get_binary_op(opline->extended_value);
6481 binary_op_type binary_op = get_binary_op(opline->extended_value);
13072 binary_op_type binary_op = get_binary_op(opline->extended_value);
H A Dzend_jit_x86.dasc6923 binary_op_type binary_op = get_binary_op(opline->extended_value);
7009 binary_op = get_binary_op(opline->extended_value);
7063 binary_op_type binary_op = get_binary_op(opline->extended_value);
13890 binary_op_type binary_op = get_binary_op(opline->extended_value);

Completed in 143 milliseconds