Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_vm_opcodes.h96 #define ZEND_BW_AND 10 macro
H A Dzend_language_parser.y1103 { $$ = zend_ast_create_assign_op(ZEND_BW_AND, $1, $3); }
1129 …| expr T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND
1130 …| expr T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND, $1…
H A Dzend_opcode.c1222 case ZEND_BW_AND: in get_binary_op()
H A Dzend_ast.c1977 case ZEND_BW_AND: BINARY_OP(" &= ", 90, 91, 90); in zend_ast_export_ex()
1995 case ZEND_BW_AND: BINARY_OP(" & ", 160, 160, 161); in zend_ast_export_ex()
H A Dzend_operators.c1650 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
1664 ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(ZEND_BW_AND); in bitwise_and_function()
H A Dzend_compile.c8406 || opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR)) { in zend_binary_op_produces_error()
8423 if ((opcode == ZEND_BW_OR || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR) in zend_binary_op_produces_error()
8450 || opcode == ZEND_BW_AND || opcode == ZEND_BW_XOR || opcode == ZEND_MOD) { 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.h64265 case ZEND_BW_AND:
/PHP-8.1/Zend/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.c1059 case ZEND_BW_AND: in zend_inference_calc_binary_op_range()
1288 case ZEND_BW_AND: in zend_inference_propagate_range()
2309 case ZEND_BW_AND: in binary_op_result_type()
2556 case ZEND_BW_AND: in _zend_update_type_info()
4906 case ZEND_BW_AND: in zend_may_throw_ex()
4975 opline->extended_value == ZEND_BW_AND || in zend_may_throw_ex()
H A Dblock_pass.c848 case ZEND_BW_AND: in zend_optimize_block()
H A Dsccp.c1393 case ZEND_BW_AND: in sccp_visit_instr()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c216 opcode == ZEND_BW_AND || in zend_is_commutative()
1969 case ZEND_BW_AND: in zend_jit_compute_liveness()
2678 case ZEND_BW_AND: in zend_jit_supported_binary_op()
2966 case ZEND_BW_AND: in zend_jit()
H A Dzend_jit_x86.dasc870 || case ZEND_BW_AND:
895 || case ZEND_BW_AND:
5277 | LONG_MATH ZEND_BW_AND, result_reg, tmp_addr, tmp_reg
5445 } else if (opcode == ZEND_BW_AND) {
6969 case ZEND_BW_AND:
7109 case ZEND_BW_AND:
14280 case ZEND_BW_AND:
15950 case ZEND_BW_AND:
15997 case ZEND_BW_AND:
16329 case ZEND_BW_AND:
H A Dzend_jit_arm64.dasc1012 || case ZEND_BW_AND:
1034 || case ZEND_BW_AND:
4819 | LONG_MATH ZEND_BW_AND, result_reg, tmp_addr, TMP1
4938 } else if (opcode == ZEND_BW_AND) {
6394 case ZEND_BW_AND:
6517 case ZEND_BW_AND:
13433 case ZEND_BW_AND:
14997 case ZEND_BW_AND:
15046 case ZEND_BW_AND:
15349 case ZEND_BW_AND:
H A Dzend_jit_trace.c1810 case ZEND_BW_AND: in zend_jit_trace_build_tssa()
3256 case ZEND_BW_AND: in zend_jit_trace_allocate_registers()
4385 case ZEND_BW_AND: in zend_jit_trace()
/PHP-8.1/ext/gmp/
H A Dgmp.c393 case ZEND_BW_AND: in gmp_do_operation_ex()

Completed in 341 milliseconds