Searched refs:ZEND_POW (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_vm_opcodes.h | 98 #define ZEND_POW 12 macro
|
H A D | zend_language_parser.y | 1154 { $$ = zend_ast_create_assign_op(ZEND_POW, $1, $3); } 1195 | expr T_POW expr { $$ = zend_ast_create_binary_op(ZEND_POW, $1, $3); }
|
H A D | zend_compile.h | 1129 (((opcode) >= ZEND_ADD) && ((opcode) <= ZEND_POW))
|
H A D | zend_opcode.c | 1210 case ZEND_POW: in get_binary_op()
|
H A D | zend_ast.c | 2148 case ZEND_POW: BINARY_OP(" **= ", 90, 91, 90); in zend_ast_export_ex() 2172 case ZEND_POW: BINARY_OP(" ** ", 250, 251, 250); in zend_ast_export_ex()
|
H A D | zend_operators.c | 1355 ZEND_TRY_BINARY_OBJECT_OPERATION(ZEND_POW); in pow_function()
|
H A D | zend_compile.c | 8723 || opcode == ZEND_POW || opcode == ZEND_MOD || opcode == ZEND_SL || opcode == ZEND_SR in zend_binary_op_produces_error()
|
H A D | zend_vm_def.h | 360 ZEND_VM_COLD_CONSTCONST_HANDLER(12, ZEND_POW, CONST|TMPVAR|CV, CONST|TMPVAR|CV)
|
/PHP-8.3/Zend/Optimizer/ |
H A D | pass1.c | 83 case ZEND_POW: in zend_optimizer_pass1()
|
H A D | dce.c | 90 case ZEND_POW: in may_have_side_effects()
|
H A D | zend_inference.c | 1490 && opline->extended_value != ZEND_POW) { in zend_inference_propagate_range() 2318 case ZEND_POW: in binary_op_result_type() 2589 case ZEND_POW: in _zend_update_type_info() 4939 case ZEND_POW: in zend_may_throw_ex() 5018 opline->extended_value == ZEND_POW) { in zend_may_throw_ex()
|
H A D | sccp.c | 1243 case ZEND_POW: in sccp_visit_instr()
|
/PHP-8.3/ext/gmp/ |
H A D | gmp.c | 368 opcode == ZEND_POW ? "Exponent" : "Shift" in shift_operator_helper() 403 case ZEND_POW: in shift_operator_helper() 446 case ZEND_POW: in gmp_do_operation_ex()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 1695 if (opline->extended_value == ZEND_POW in zend_jit_trace_build_tssa() 1707 if (opline->extended_value == ZEND_POW in zend_jit_trace_build_tssa() 1765 if (opline->extended_value == ZEND_POW in zend_jit_trace_build_tssa()
|
H A D | zend_jit.c | 2681 case ZEND_POW: in zend_jit_supported_binary_op()
|
Completed in 122 milliseconds