Home
last modified time | relevance | path

Searched refs:ops (Results 76 – 94 of 94) sorted by relevance

1234

/php-src/ext/opcache/jit/ir/
H A Dir_save.c214 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) { in ir_save()
H A Dir_cfg.c48 for (p = insn->ops + 1; n > 0; p++, n--) { in _ir_add_predecessors()
243 for (p = insn->ops + 1; n > 0; p++, q++, n--) { in ir_build_cfg()
480 for (p = insn->ops + 1; n > 0; p++, q++, n--) { in ir_remove_unreachable_blocks()
H A Dir_aarch64.dasc5652 ir_ref *ops = insn->ops;
5655 && IR_IS_CONST_REF(ops[constraints.tmp_regs[n].num])) {
5668 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) {
H A Dir_x86.dasc10008 ir_ref *ops = insn->ops;
10011 && IR_IS_CONST_REF(ops[constraints.tmp_regs[n].num])) {
10024 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) {
/php-src/main/streams/
H A Dfilter.c471 ssize_t count = stream->ops->write(stream, bucket->buf, bucket->buflen); in _php_stream_filter_flush()
H A Dmemory.c732 stream->ops = &php_stream_rfc2397_ops; in php_stream_url_wrap_rfc2397()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua745 local ops, imm = map_opsize[opsize], toint(tailops)
746 if ops and imm then
748 return imm*map_opsizenum[ops]
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c1313 zend_ssa_op *ssa_op = &ssa->ops[opline - op_array->opcodes]; in zend_redo_pass_two_ex()
1321 …((ssa->ops[opline - op_array->opcodes].op1_def >= 0) ? (OP1_DEF_INFO() & (MAY_BE_UNDEF|MAY_BE_ANY|… in zend_redo_pass_two_ex()
1484 zend_ssa_op *ssa_op = &func_info->ssa.ops[def_opline - op_array->opcodes]; in needs_live_range()
H A Dzend_dump.c774 if (ssa && ssa->ops) { in zend_dump_op_line()
775 ssa_op = &ssa->ops[opline - op_array->opcodes]; in zend_dump_op_line()
/php-src/ext/standard/
H A Dstreamsfuncs.c558 add_assoc_string(return_value, "stream_type", (char *)stream->ops->label); in PHP_FUNCTION()
579 …add_assoc_bool(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_N… in PHP_FUNCTION()
/php-src/ext/posix/
H A Dposix.c439 stream->ops->label); in php_posix_stream_get_fd()
/php-src/ext/openssl/
H A Dxp_ssl.c1833 if (cparam->inputs.session->ops != &php_openssl_socket_ops) { in php_openssl_setup_crypto()
2358 xparam->outputs.client = php_stream_alloc_rel(stream->ops, clisockdata, NULL, "r+"); in php_openssl_tcp_sockop_accept()
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c1223 return strcmp(conn->vio->data->stream->ops->label, "unix_socket") == 0; in is_secure_transport()
/php-src/ext/reflection/
H A Dphp_reflection.c1791 const zend_op_array *ops = &closure_func->op_array; in ZEND_METHOD() local
1793 HashTable *static_variables = ZEND_MAP_PTR_GET(ops->static_variables_ptr); in ZEND_METHOD()
1799 zend_op *opline = ops->opcodes + ops->num_args; in ZEND_METHOD()
1800 if (ops->fn_flags & ZEND_ACC_VARIADIC) { in ZEND_METHOD()
/php-src/ext/opcache/
H A DZendAccelerator.c1071 !stream->ops || in zend_get_file_handle_timestamp()
1072 !stream->ops->stat) { in zend_get_file_handle_timestamp()
1079 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1336 for (j = 0, p = &dst_phi->sources[0], q = phi_insn->ops + 2; j < n; j++, p++, q++) { in zend_jit_def_reg()
3471 for (j = k = 0, q = r = insn->ops + 1; j < n; j++, q++) { in _zend_jit_fix_merges()
15247 zend_ssa_op *ssa_op = ssa->ops ? &ssa->ops[opline - op_array->opcodes] : NULL;
16597 if (!zend_jit_opline_supports_reg(op_array, ssa, op_array->opcodes + def, ssa->ops + def, NULL)) {
16606 if (!zend_ssa_is_no_val_use(op_array->opcodes + use, ssa->ops + use, var) &&
16607 … !zend_jit_opline_supports_reg(op_array, ssa, op_array->opcodes + use, ssa->ops + use, NULL)) {
16615 use = zend_ssa_next_use(ssa->ops, var, use);
16644 use = zend_ssa_next_use(ssa->ops, var, use);
/php-src/Zend/tests/
H A Doperator_unsupported_types.phpt34 '3.5', // Semi-legal for certain ops
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7007 >12 lelong x %d bytecode ops)
H A Dmagic7007 >12 lelong x %d bytecode ops)

Completed in 359 milliseconds

1234