Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_vm_opcodes.h96 #define ZEND_BW_AND 10 macro
H A Dzend_language_parser.y1162 { $$ = zend_ast_create_assign_op(ZEND_BW_AND, $1, $3); }
1188 …| expr T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND
1189 …| expr T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND, $1…
H A Dzend_opcode.c1241 case ZEND_BW_AND: in get_binary_op()
H A Dzend_ast.c2146 case ZEND_BW_AND: BINARY_OP(" &= ", 90, 91, 90); in zend_ast_export_ex()
2164 case ZEND_BW_AND: BINARY_OP(" & ", 160, 160, 161); in zend_ast_export_ex()
H A Dzend_operators.c1759 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
1773 ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
H A Dzend_compile.c8717 || opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR)) { in zend_binary_op_produces_error()
8734 if ((opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR) in zend_binary_op_produces_error()
8761 || 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.h65761 case ZEND_BW_AND:
/PHP-8.3/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.c1055 case ZEND_BW_AND: in zend_inference_calc_binary_op_range()
1275 case ZEND_BW_AND: in zend_inference_propagate_range()
2332 case ZEND_BW_AND: in binary_op_result_type()
2592 case ZEND_BW_AND: in _zend_update_type_info()
4958 case ZEND_BW_AND: in zend_may_throw_ex()
5028 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.c1255 case ZEND_BW_AND: in sccp_visit_instr()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c248 opcode == ZEND_BW_AND || in zend_is_commutative()
1982 case ZEND_BW_AND: in zend_jit_compute_liveness()
2691 case ZEND_BW_AND: in zend_jit_supported_binary_op()
2979 case ZEND_BW_AND: in zend_jit()
H A Dzend_jit_arm64.dasc1027 || case ZEND_BW_AND:
1049 || case ZEND_BW_AND:
4808 | LONG_MATH ZEND_BW_AND, result_reg, tmp_addr, TMP1
4927 } else if (opcode == ZEND_BW_AND) {
6392 case ZEND_BW_AND:
6515 case ZEND_BW_AND:
13329 case ZEND_BW_AND:
14979 case ZEND_BW_AND:
15028 case ZEND_BW_AND:
15330 case ZEND_BW_AND:
H A Dzend_jit_x86.dasc870 || case ZEND_BW_AND:
895 || case ZEND_BW_AND:
5248 | LONG_MATH ZEND_BW_AND, result_reg, tmp_addr, tmp_reg
5424 } else if (opcode == ZEND_BW_AND) {
6965 case ZEND_BW_AND:
7105 case ZEND_BW_AND:
14170 case ZEND_BW_AND:
15924 case ZEND_BW_AND:
15971 case ZEND_BW_AND:
16302 case ZEND_BW_AND:
H A Dzend_jit_trace.c1812 case ZEND_BW_AND: in zend_jit_trace_build_tssa()
3272 case ZEND_BW_AND: in zend_jit_trace_allocate_registers()
4401 case ZEND_BW_AND: in zend_jit_trace()
/PHP-8.3/ext/gmp/
H A Dgmp.c397 case ZEND_BW_AND: in gmp_do_operation_ex()

Completed in 310 milliseconds