Home
last modified time | relevance | path

Searched refs:op_data (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/Optimizer/
H A Ddce.c566 int op_data = -1; in dce_optimize_op_array() local
578 op_data = i; in dce_optimize_op_array()
585 if (op_data >= 0) { in dce_optimize_op_array()
586 add_operands_to_worklists(&ctx, &op_array->opcodes[op_data], &ssa->ops[op_data], ssa, 0); in dce_optimize_op_array()
600 if (op_data >= 0) { in dce_optimize_op_array()
601 add_operands_to_worklists(&ctx, &op_array->opcodes[op_data], &ssa->ops[op_data], ssa, 0); in dce_optimize_op_array()
606 if (op_data >= 0) { in dce_optimize_op_array()
607 zend_bitset_incl(ctx.instr_dead, op_data); in dce_optimize_op_array()
610 op_data = -1; in dce_optimize_op_array()
H A Dsccp.c1731 zend_op *op_data = opline + 1; in sccp_visit_instr() local
1732 … args[2] = get_op1_value(ctx, op_data, &ctx->scdf.ssa->ops[op_data - ctx->scdf.op_array->opcodes]); in sccp_visit_instr()
/php-src/Zend/
H A Dzend_vm_gen.php1310 foreach ($op_types as $op_data) {
1311 if ($op_data != "ANY") {
1313 if ($op_data == "TMP" || $op_data == "VAR") {
1315 $op_data = "TMPVAR";
1317 $op_data = "TMPVARCV";
1320 $op_data = "ANY";
1323 $op_data = "TMPVARCV";
1326 $op_data = "ANY";
1628 foreach ($op_types_ex as $op_data) {
1629 if (isset($dsc["spec"]["OP_DATA"][$op_data])) {
[all …]
H A Dzend_builtin_functions.c1856 const zend_op *op_data = opline + 1; in zend_fetch_debug_backtrace() local
1857 zval *arg = zend_get_zval_ptr(op_data, op_data->op1_type, &op_data->op1, call); in zend_fetch_debug_backtrace()
1901 const zend_op *op_data = opline + 1; in zend_fetch_debug_backtrace() local
1902 zval *arg = zend_get_zval_ptr(op_data, op_data->op1_type, &op_data->op1, call); in zend_fetch_debug_backtrace()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1282 ZEND_ASSERT(op_data->opcode == ZEND_OP_DATA && op_data->op1_type == IS_CV); in zend_assign_to_string_offset()
1283 zend_jit_undefined_op_helper(op_data->op1.var); in zend_assign_to_string_offset()
1496 ZEND_ASSERT(op_data->opcode == ZEND_OP_DATA && op_data->op1_type == IS_CV); in zend_jit_assign_dim_helper()
1497 zend_jit_undefined_op_helper(op_data->op1.var); in zend_jit_assign_dim_helper()
1522 ZEND_ASSERT(op_data->opcode == ZEND_OP_DATA && op_data->op1_type == IS_CV); in zend_jit_assign_dim_helper()
1523 zend_jit_undefined_op_helper(op_data->op1.var); in zend_jit_assign_dim_helper()
2645 ZEND_ASSERT(op_data->opcode == ZEND_OP_DATA && op_data->op1_type == IS_CV); in zend_jit_assign_obj_helper()
2646 zend_jit_undefined_op_helper(op_data->op1.var); in zend_jit_assign_obj_helper()
2664 const zend_op *op_data = execute_data->opline + 1; in zend_jit_assign_to_typed_prop() local
2665 ZEND_ASSERT(op_data->opcode == ZEND_OP_DATA && op_data->op1_type == IS_CV); in zend_jit_assign_to_typed_prop()
[all …]
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua2172 local function op_data(params) function
2192 map_op[".byte_*"] = op_data
2193 map_op[".sbyte_*"] = op_data
2194 map_op[".word_*"] = op_data
2195 map_op[".dword_*"] = op_data
2196 map_op[".qword_*"] = op_data
2197 map_op[".aword_*"] = op_data
2198 map_op[".long_*"] = op_data
2199 map_op[".quad_*"] = op_data
2200 map_op[".addr_*"] = op_data
H A Ddasm_arm64.lua1079 local function op_data(params) function
1113 map_op[".long_*"] = op_data
1114 map_op[".quad_*"] = op_data
1115 map_op[".addr_*"] = op_data

Completed in 40 milliseconds