Home
last modified time | relevance | path

Searched refs:ZEND_BW_OR (Results 1 – 18 of 18) sorted by path

/PHP-8.1/Zend/Optimizer/
H A Dblock_pass.c847 case ZEND_BW_OR: in zend_optimize_block()
H A Ddce.c91 case ZEND_BW_OR: in may_have_side_effects()
H A Dpass1.c73 case ZEND_BW_OR: in zend_optimizer_pass1()
H A Dsccp.c1392 case ZEND_BW_OR: in sccp_visit_instr()
H A Dzend_inference.c1041 case ZEND_BW_OR: in zend_inference_calc_binary_op_range()
1287 case ZEND_BW_OR: in zend_inference_propagate_range()
2308 case ZEND_BW_OR: in binary_op_result_type()
2555 case ZEND_BW_OR: in _zend_update_type_info()
4905 case ZEND_BW_OR: in zend_may_throw_ex()
4974 } else if (opline->extended_value == ZEND_BW_OR || in zend_may_throw_ex()
/PHP-8.1/Zend/
H A Dzend_ast.c1976 case ZEND_BW_OR: BINARY_OP(" |= ", 90, 91, 90); in zend_ast_export_ex()
1994 case ZEND_BW_OR: BINARY_OP(" | ", 140, 140, 141); in zend_ast_export_ex()
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()
8449 if (opcode == ZEND_SL || opcode == ZEND_SR || opcode == ZEND_BW_OR in zend_binary_op_produces_error()
H A Dzend_language_parser.y1105 { $$ = zend_ast_create_assign_op(ZEND_BW_OR, $1, $3); }
1128 | expr '|' expr { $$ = zend_ast_create_binary_op(ZEND_BW_OR, $1, $3); }
H A Dzend_opcode.c1220 case ZEND_BW_OR: in get_binary_op()
H A Dzend_operators.c1568 ZEND_TRY_BINARY_OP1_OBJECT_OPERATION(ZEND_BW_OR); in bitwise_or_function()
1582 ZEND_TRY_BINARY_OP2_OBJECT_OPERATION(ZEND_BW_OR); in bitwise_or_function()
H A Dzend_vm_def.h821 ZEND_VM_HOT_NOCONSTCONST_HANDLER(9, ZEND_BW_OR, CONST|TMPVARCV, CONST|TMPVARCV, SPEC(COMMUTATIVE))
H A Dzend_vm_execute.h64264 case ZEND_BW_OR:
H A Dzend_vm_opcodes.h95 #define ZEND_BW_OR 9 macro
/PHP-8.1/ext/gmp/
H A Dgmp.c391 case ZEND_BW_OR: in gmp_do_operation_ex()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c215 opcode == ZEND_BW_OR || in zend_is_commutative()
1968 case ZEND_BW_OR: in zend_jit_compute_liveness()
2677 case ZEND_BW_OR: in zend_jit_supported_binary_op()
2965 case ZEND_BW_OR: in zend_jit()
H A Dzend_jit_arm64.dasc1009 || case ZEND_BW_OR:
1031 || case ZEND_BW_OR:
4936 if (opcode == ZEND_BW_OR) {
6393 case ZEND_BW_OR:
6516 case ZEND_BW_OR:
13432 case ZEND_BW_OR:
14996 case ZEND_BW_OR:
15045 case ZEND_BW_OR:
15348 case ZEND_BW_OR:
H A Dzend_jit_trace.c1809 case ZEND_BW_OR: in zend_jit_trace_build_tssa()
3255 case ZEND_BW_OR: in zend_jit_trace_allocate_registers()
4384 case ZEND_BW_OR: in zend_jit_trace()
H A Dzend_jit_x86.dasc867 || case ZEND_BW_OR:
892 || case ZEND_BW_OR:
5443 if (opcode == ZEND_BW_OR) {
6968 case ZEND_BW_OR:
7108 case ZEND_BW_OR:
14279 case ZEND_BW_OR:
15949 case ZEND_BW_OR:
15996 case ZEND_BW_OR:
16328 case ZEND_BW_OR:

Completed in 282 milliseconds