Home
last modified time | relevance | path

Searched refs:ZEND_BW_AND (Results 1 – 17 of 17) sorted by relevance

/php-src/Zend/
H A Dzend_vm_opcodes.h96 #define ZEND_BW_AND 10 macro
H A Dzend_language_parser.y1231 { $$ = zend_ast_create_assign_op(ZEND_BW_AND, $1, $3); }
1257 …| expr T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND
1258 …| expr T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND, $1…
H A Dzend_opcode.c1260 case ZEND_BW_AND: in get_binary_op()
H A Dzend_ast.c2208 case ZEND_BW_AND: BINARY_OP(" &= ", 90, 91, 90); in zend_ast_export_ex()
2226 case ZEND_BW_AND: BINARY_OP(" & ", 160, 160, 161); in zend_ast_export_ex()
H A Dzend_operators.c1774 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
1788 ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
H A Dzend_compile.c9654 || opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR)) { in zend_binary_op_produces_error()
9671 if ((opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR) in zend_binary_op_produces_error()
9702 || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR || opcode == ZEND_MOD) { in zend_binary_op_produces_error()
H A Dzend_vm_def.h863 ZEND_VM_HOT_NOCONSTCONST_HANDLER(10, ZEND_BW_AND, CONST|TMPVARCV, CONST|TMPVARCV, SPEC(COMMUTATIVE))
H A Dzend_vm_execute.h68310 case ZEND_BW_AND:
/php-src/Zend/Optimizer/
H A Dpass1.c82 case ZEND_BW_AND: in zend_optimizer_pass1()
H A Ddce.c92 case ZEND_BW_AND: in may_have_side_effects()
H A Dzend_inference.c1045 case ZEND_BW_AND: in zend_inference_calc_binary_op_range()
1265 case ZEND_BW_AND: in zend_inference_propagate_range()
2327 case ZEND_BW_AND: in binary_op_result_type()
2587 case ZEND_BW_AND: in _zend_update_type_info()
5084 case ZEND_BW_AND: in zend_may_throw_ex()
5154 opline->extended_value == ZEND_BW_AND || in zend_may_throw_ex()
H A Dblock_pass.c808 case ZEND_BW_AND: in zend_optimize_block()
H A Dsccp.c1260 case ZEND_BW_AND: in sccp_visit_instr()
/php-src/ext/gmp/
H A Dgmp.c402 case ZEND_BW_AND: in gmp_do_operation_ex()
/php-src/ext/opcache/jit/
H A Dzend_jit.c1258 case ZEND_BW_AND: in zend_jit_supported_binary_op()
1522 case ZEND_BW_AND: in zend_jit()
H A Dzend_jit_ir.c5752 } else if (opcode == ZEND_BW_AND) { in zend_jit_long_math_helper()
5854 } else if (opcode == ZEND_BW_AND) { in zend_jit_long_math_helper()
6108 case ZEND_BW_AND: in zend_jit_assign_op()
13313 case ZEND_BW_AND:
15025 case ZEND_BW_AND:
16914 case ZEND_BW_AND:
H A Dzend_jit_trace.c1939 case ZEND_BW_AND: in zend_jit_trace_build_tssa()
4475 case ZEND_BW_AND: in zend_jit_trace()

Completed in 344 milliseconds