Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_opcodes.h95 #define ZEND_BW_AND 10 macro
H A Dzend_language_parser.y1043 { $$ = zend_ast_create_assign_op(ZEND_BW_AND, $1, $3); }
1069 | expr '&' expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND, $1, $3); }
H A Dzend_ast.c1842 case ZEND_BW_AND: BINARY_OP(" &= ", 90, 91, 90); in zend_ast_export_ex()
1860 case ZEND_BW_AND: BINARY_OP(" & ", 160, 160, 161); in zend_ast_export_ex()
H A Dzend_opcode.c1157 case ZEND_BW_AND: in get_binary_op()
H A Dzend_operators.c1624 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
1638 ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
H A Dzend_compile.c7875 || opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR)) { in zend_binary_op_produces_error()
7892 if ((opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR) in zend_binary_op_produces_error()
H A Dzend_vm_def.h860 ZEND_VM_HOT_NOCONSTCONST_HANDLER(10, ZEND_BW_AND, CONST|TMPVARCV, CONST|TMPVARCV, SPEC(COMMUTATIVE))
H A Dzend_vm_execute.h63594 case ZEND_BW_AND:
/PHP-8.0/ext/opcache/Optimizer/
H A Ddce.c92 case ZEND_BW_AND: in may_have_side_effects()
H A Dpass1.c74 case ZEND_BW_AND: in zend_optimizer_pass1()
H A Dzend_inference.c823 case ZEND_BW_AND: in zend_inference_calc_binary_op_range()
1010 case ZEND_BW_AND: in zend_inference_propagate_range()
1999 case ZEND_BW_AND: in binary_op_result_type()
2265 case ZEND_BW_AND: in _zend_update_type_info()
4408 case ZEND_BW_AND: in zend_may_throw_ex()
4477 opline->extended_value == ZEND_BW_AND || in zend_may_throw_ex()
H A Dblock_pass.c829 case ZEND_BW_AND: in zend_optimize_block()
H A Dsccp.c1413 case ZEND_BW_AND: in sccp_visit_instr()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c191 opcode == ZEND_BW_AND || in zend_is_commutative()
1391 case ZEND_BW_AND: in zend_jit_compute_liveness()
2092 case ZEND_BW_AND: in zend_jit_supported_binary_op()
2379 case ZEND_BW_AND: in zend_jit()
H A Dzend_jit_x86.dasc874 || case ZEND_BW_AND:
899 || case ZEND_BW_AND:
5177 | LONG_MATH ZEND_BW_AND, result_reg, tmp_addr, tmp_reg
5328 } else if (opcode == ZEND_BW_AND) {
6830 case ZEND_BW_AND:
6956 case ZEND_BW_AND:
14127 case ZEND_BW_AND:
15634 case ZEND_BW_AND:
15681 case ZEND_BW_AND:
15994 case ZEND_BW_AND:
H A Dzend_jit_trace.c1670 case ZEND_BW_AND: in zend_jit_trace_build_tssa()
2988 case ZEND_BW_AND: in zend_jit_trace_allocate_registers()
4087 case ZEND_BW_AND: in zend_jit_trace()
/PHP-8.0/ext/gmp/
H A Dgmp.c393 case ZEND_BW_AND: in gmp_do_operation_ex()

Completed in 286 milliseconds