Home
last modified time | relevance | path

Searched refs:cur_opcode (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dcore_ops.c20 #define CUR_OPCODE cur_opcode
25 #define ICONST(i) cur_opcode[i]
13659 UNUSED(cur_opcode); in Parrot_end()
13666 return cur_opcode + 1; in Parrot_noop()
13690 return cur_opcode + 2; in Parrot_load_bytecode_s()
13696 return cur_opcode + 2; in Parrot_load_bytecode_sc()
13703 return cur_opcode + 3; in Parrot_load_bytecode_p_s()
13710 return cur_opcode + 3; in Parrot_load_bytecode_p_sc()
13803 UNUSED(cur_opcode); in Parrot_jump_i()
13812 UNUSED(cur_opcode); in Parrot_jump_ic()
[all …]
H A Dexperimental.ops380 (void) Parrot_cx_stop_task(interp, cur_opcode);
397 (void) Parrot_cx_stop_task(interp, cur_opcode);
479 UNUSED(cur_opcode);
H A Dset.ops134 PARROT_ASSERT(cur_opcode[2] >=0 || !"Empty PMC in set_p_pc");
139 PARROT_ASSERT(cur_opcode[2] >=0 || !"Empty PMC in set_p_p");
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/tracing/
H A Dtracing.c222 opcode_ptr = cur_opcode; in xdebug_is_static_call()
252 int op_type = (op1_or_op2 == 1) ? cur_opcode->op1_type : cur_opcode->op2_type; in xdebug_find_referenced_opline()
258 variable_number = (op1_or_op2 == 1) ? cur_opcode->op1.var : cur_opcode->op2.var; in xdebug_find_referenced_opline()
259 scan_opcode = cur_opcode; in xdebug_find_referenced_opline()
294 next_opcode = cur_opcode + 1; in xdebug_find_var_name()
295 prev_opcode = cur_opcode - 1; in xdebug_find_var_name()
325 if (cur_opcode->opcode >= ZEND_PRE_INC_OBJ && cur_opcode->opcode <= ZEND_POST_DEC_OBJ) { in xdebug_find_var_name()
450 if ((cur_opcode->opcode >= ZEND_ASSIGN_ADD && cur_opcode->opcode <= ZEND_ASSIGN_BW_XOR) in xdebug_find_var_name()
512 lineno = cur_opcode->lineno; in xdebug_common_assign_dim_handler()
522 if (cur_opcode->opcode == ZEND_QM_ASSIGN && cur_opcode->result_type != IS_CV) { in xdebug_common_assign_dim_handler()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/memory/
H A Ddmnt_cheat_vm.cpp733 CheatVmOpcode cur_opcode{}; in Execute() local
747 while (DecodeNextOpcode(cur_opcode)) { in Execute()
758 LogOpcode(cur_opcode); in Execute()
761 if (cur_opcode.begin_conditional_block) { in Execute()
765 if (auto store_static = std::get_if<StoreStaticOpcode>(&cur_opcode.opcode)) { in Execute()
819 } else if (std::holds_alternative<EndConditionalOpcode>(cur_opcode.opcode)) { in Execute()
880 std::get_if<PerformArithmeticStaticOpcode>(&cur_opcode.opcode)) { in Execute()
995 std::get_if<StoreRegisterToAddressOpcode>(&cur_opcode.opcode)) { in Execute()
1142 std::get_if<SaveRestoreRegisterOpcode>(&cur_opcode.opcode)) { in Execute()
1160 std::get_if<SaveRestoreRegisterMaskOpcode>(&cur_opcode.opcode)) { in Execute()
[all …]
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Ddebugger.h172 opcode_t *cur_opcode; member
186 void Parrot_debugger_break(PARROT_INTERP, ARGIN(opcode_t * cur_opcode))
205 ARGIN_NULLOK(opcode_t * cur_opcode))
237 ARGIN(const opcode_t *cur_opcode),
376 , PARROT_ASSERT_ARG(cur_opcode))
403 , PARROT_ASSERT_ARG(cur_opcode))
H A Dinterpreter.h357 opcode_t * cur_opcode,
708 void *cur_opcode,
/dports/devel/libfirm/libfirm-1.21.0/ir/be/TEMPLATE/
H A Dgen_TEMPLATE_new_nodes.c.inl1282 int cur_opcode = get_next_ir_opcodes(iro_TEMPLATE_last); local
1284 TEMPLATE_opcode_start = cur_opcode;
1292 …op = new_ir_op(cur_opcode + iro_TEMPLATE_Shr, "TEMPLATE_Shr", op_pin_state_floats, irop_flag_none,…
1306 …op = new_ir_op(cur_opcode + iro_TEMPLATE_Start, "TEMPLATE_Start", op_pin_state_pinned, irop_flag_n…
1334 …op = new_ir_op(cur_opcode + iro_TEMPLATE_Not, "TEMPLATE_Not", op_pin_state_floats, irop_flag_none,…
1341 …op = new_ir_op(cur_opcode + iro_TEMPLATE_Shl, "TEMPLATE_Shl", op_pin_state_floats, irop_flag_none,…
1397 …op = new_ir_op(cur_opcode + iro_TEMPLATE_fSub, "TEMPLATE_fSub", op_pin_state_floats, irop_flag_non…
1411 …op = new_ir_op(cur_opcode + iro_TEMPLATE_fDiv, "TEMPLATE_fDiv", op_pin_state_floats, irop_flag_non…
1425 …op = new_ir_op(cur_opcode + iro_TEMPLATE_Sub, "TEMPLATE_Sub", op_pin_state_floats, irop_flag_none,…
1446 …op = new_ir_op(cur_opcode + iro_TEMPLATE_Jmp, "TEMPLATE_Jmp", op_pin_state_pinned, irop_flag_cfopc…
[all …]
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/develop/
H A Ddevelop.c120 const zend_op *cur_opcode = execute_data->opline; in xdebug_silence_handler() local
128 if (cur_opcode->opcode == ZEND_BEGIN_SILENCE) { in xdebug_silence_handler()
136 …return xdebug_call_original_opcode_handler_if_set(cur_opcode->opcode, XDEBUG_OPCODE_HANDLER_ARGS_P… in xdebug_silence_handler()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/amd64/
H A Dgen_amd64_new_nodes.c.inl829 int cur_opcode = get_next_ir_opcodes(iro_amd64_last); local
831 amd64_opcode_start = cur_opcode;
832 …op = new_ir_op(cur_opcode + iro_amd64_Add, "amd64_Add", op_pin_state_exc_pinned, irop_flag_commuta…
867 …op = new_ir_op(cur_opcode + iro_amd64_Push, "amd64_Push", op_pin_state_exc_pinned, irop_flag_none,…
874 …op = new_ir_op(cur_opcode + iro_amd64_Neg, "amd64_Neg", op_pin_state_floats, irop_flag_none, opari…
881 …op = new_ir_op(cur_opcode + iro_amd64_Cmp, "amd64_Cmp", op_pin_state_exc_pinned, irop_flag_none, o…
902 …op = new_ir_op(cur_opcode + iro_amd64_Sub, "amd64_Sub", op_pin_state_exc_pinned, irop_flag_none, o…
909 …op = new_ir_op(cur_opcode + iro_amd64_Jmp, "amd64_Jmp", op_pin_state_pinned, irop_flag_cfopcode, o…
916 …op = new_ir_op(cur_opcode + iro_amd64_Mul, "amd64_Mul", op_pin_state_exc_pinned, irop_flag_none, o…
923 …op = new_ir_op(cur_opcode + iro_amd64_Conv, "amd64_Conv", op_pin_state_exc_pinned, irop_flag_none,…
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dgen_ia32_new_nodes.c.inl9834 int cur_opcode = get_next_ir_opcodes(iro_ia32_last); local
9836 ia32_opcode_start = cur_opcode;
10058 …op = new_ir_op(cur_opcode + iro_ia32_l_FloattoLL, "ia32_l_FloattoLL", op_pin_state_floats, irop_fl…
10125 …op = new_ir_op(cur_opcode + iro_ia32_Stc, "ia32_Stc", op_pin_state_floats, irop_flag_none, oparity…
10165 …op = new_ir_op(cur_opcode + iro_ia32_l_IMul, "ia32_l_IMul", op_pin_state_floats, irop_flag_none, o…
10568 …op = new_ir_op(cur_opcode + iro_ia32_l_Sub, "ia32_l_Sub", op_pin_state_floats, irop_flag_none, opa…
10769 …op = new_ir_op(cur_opcode + iro_ia32_l_Adc, "ia32_l_Adc", op_pin_state_floats, irop_flag_none, opa…
10823 …op = new_ir_op(cur_opcode + iro_ia32_l_Add, "ia32_l_Add", op_pin_state_floats, irop_flag_none, opa…
11220 …op = new_ir_op(cur_opcode + iro_ia32_l_Sbb, "ia32_l_Sbb", op_pin_state_floats, irop_flag_none, opa…
11275 …op = new_ir_op(cur_opcode + iro_ia32_l_Mul, "ia32_l_Mul", op_pin_state_floats, irop_flag_none, opa…
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m68000/
H A Dm68kmake.py233 cur_opcode = None
237 if cur_opcode != None:
238 cur_opcode.append(line)
240 cur_opcode = Opcode(line)
241 self.opcodes.append(cur_opcode)
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m68000/
H A Dm68kmake.py233 cur_opcode = None
237 if cur_opcode != None:
238 cur_opcode.append(line)
240 cur_opcode = Opcode(line)
241 self.opcodes.append(cur_opcode)
/dports/devel/libfirm/libfirm-1.21.0/ir/be/arm/
H A Dgen_arm_new_nodes.c.inl3674 int cur_opcode = get_next_ir_opcodes(iro_arm_last); local
3676 arm_opcode_start = cur_opcode;
3705 …op = new_ir_op(cur_opcode + iro_arm_Mla, "arm_Mla", op_pin_state_floats, irop_flag_none, oparity_t…
3747 …op = new_ir_op(cur_opcode + iro_arm_Cmp, "arm_Cmp", op_pin_state_floats, irop_flag_none, oparity_z…
3754 …op = new_ir_op(cur_opcode + iro_arm_Smull, "arm_Smull", op_pin_state_floats, irop_flag_none, opari…
3803 …op = new_ir_op(cur_opcode + iro_arm_Tst, "arm_Tst", op_pin_state_floats, irop_flag_none, oparity_z…
3810 …op = new_ir_op(cur_opcode + iro_arm_Umull, "arm_Umull", op_pin_state_floats, irop_flag_none, opari…
3831 …op = new_ir_op(cur_opcode + iro_arm_Mul, "arm_Mul", op_pin_state_floats, irop_flag_none, oparity_b…
3859 …op = new_ir_op(cur_opcode + iro_arm_Clz, "arm_Clz", op_pin_state_floats, irop_flag_none, oparity_u…
3950 …op = new_ir_op(cur_opcode + iro_arm_Jmp, "arm_Jmp", op_pin_state_pinned, irop_flag_cfopcode, opari…
[all …]
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/coverage/
H A Dcode_coverage.c154 static void xdebug_print_opcode_info(zend_execute_data *execute_data, const zend_op *cur_opcode) in xdebug_print_opcode_info() argument
179 const zend_op *cur_opcode = execute_data->opline; in xdebug_check_branch_entry_handler() local
182 xdebug_print_opcode_info(execute_data, cur_opcode); in xdebug_check_branch_entry_handler()
185 …return xdebug_call_original_opcode_handler_if_set(cur_opcode->opcode, XDEBUG_OPCODE_HANDLER_ARGS_P… in xdebug_check_branch_entry_handler()
234 const zend_op *cur_opcode = execute_data->opline; in xdebug_common_override_handler() local
239 lineno = cur_opcode->lineno; in xdebug_common_override_handler()
241 xdebug_print_opcode_info(execute_data, cur_opcode); in xdebug_common_override_handler()
245 …return xdebug_call_original_opcode_handler_if_set(cur_opcode->opcode, XDEBUG_OPCODE_HANDLER_ARGS_P… in xdebug_common_override_handler()
1044 const zend_op *cur_opcode = execute_data->opline; local
1047 …return xdebug_call_original_opcode_handler_if_set(cur_opcode->opcode, XDEBUG_OPCODE_HANDLER_ARGS_P…
/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dgen_sparc_new_nodes.c.inl6059 int cur_opcode = get_next_ir_opcodes(iro_sparc_last); local
6061 sparc_opcode_start = cur_opcode;
6069 …op = new_ir_op(cur_opcode + iro_sparc_Sra, "sparc_Sra", op_pin_state_floats, irop_flag_none, opari…
6118 …op = new_ir_op(cur_opcode + iro_sparc_Xor, "sparc_Xor", op_pin_state_floats, irop_flag_none, opari…
6125 …op = new_ir_op(cur_opcode + iro_sparc_Or, "sparc_Or", op_pin_state_floats, irop_flag_none, oparity…
6139 …op = new_ir_op(cur_opcode + iro_sparc_SubX_t, "sparc_SubX_t", op_pin_state_floats, irop_flag_none,…
6159 …op = new_ir_op(cur_opcode + iro_sparc_Cmp, "sparc_Cmp", op_pin_state_floats, irop_flag_none, opari…
6292 …op = new_ir_op(cur_opcode + iro_sparc_SubCC_t, "sparc_SubCC_t", op_pin_state_floats, irop_flag_non…
6312 …op = new_ir_op(cur_opcode + iro_sparc_AddX_t, "sparc_AddX_t", op_pin_state_floats, irop_flag_none,…
6381 …op = new_ir_op(cur_opcode + iro_sparc_AddCC_t, "sparc_AddCC_t", op_pin_state_floats, irop_flag_non…
[all …]
/dports/lang/parrot/parrot-8.1.0/src/
H A Ddebug.c1204 interp->pdb->cur_opcode = interp->code->base.data; in Parrot_debugger_start()
1213 interp->pdb->cur_opcode = cur_opcode; in Parrot_debugger_start()
1265 interp->pdb->cur_opcode = cur_opcode + 1; in Parrot_debugger_break()
1272 interp->pdb->cur_opcode = cur_opcode + 1; in Parrot_debugger_break()
1555 if (!pdb->cur_opcode) in PDB_trace()
1845 while (line->opcode != pdb->cur_opcode) { in PDB_set_break()
2365 if (pdb->cur_opcode == breakpoint->pc) in current_breakpoint()
2406 if (!pdb->cur_opcode) in PDB_break()
3007 ARGIN(const opcode_t *cur_opcode), in PDB_add_label() argument
3016 if (label->opcode == cur_opcode + offset) in PDB_add_label()
[all …]
H A Ddisassemble.c159 pdb->cur_opcode = interp->code->base.data; in Parrot_disassemble()
/dports/lang/parrot/parrot-8.1.0/compilers/opsc/src/Ops/Trans/
H A DC.pm51 my $definition := "opcode_t *\n$func_name(opcode_t *cur_opcode, PARROT_INTERP)";
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/lib/
H A Dlib.c618 const zend_op *cur_opcode = execute_data->opline;
620 xdebug_multi_opcode_handler_t *handler_ptr = XG_LIB(opcode_multi_handlers[cur_opcode->opcode]);
627 …return xdebug_call_original_opcode_handler_if_set(cur_opcode->opcode, XDEBUG_OPCODE_HANDLER_ARGS_P…
/dports/lang/parrot/parrot-8.1.0/src/dynoplibs/
H A Ddebug.ops73 Parrot_debugger_break(interp, cur_opcode);
/dports/net/tn5250/tn5250-0.17.4/lib5250/
H A Dsession.c280 int cur_opcode; in tn5250_session_handle_receive() local
290 cur_opcode = tn5250_record_opcode (This->record); in tn5250_session_handle_receive()
293 TN5250_LOG (("HandleReceive: cur_opcode = 0x%02X %d\n", cur_opcode, in tn5250_session_handle_receive()
296 switch (cur_opcode) in tn5250_session_handle_receive()
330 TN5250_LOG (("Error: unknown opcode %2.2X\n", cur_opcode)); in tn5250_session_handle_receive()
1018 int cur_opcode; in tn5250_session_write_to_display() local
1127 cur_opcode = tn5250_record_opcode (This->record); in tn5250_session_write_to_display()
1133 cur_opcode == TN5250_RECORD_OPCODE_RESTORE_SCR) in tn5250_session_write_to_display()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/profiler/
H A Dprofiler.c87 const zend_op *cur_opcode = execute_data->opline;
91 …return xdebug_call_original_opcode_handler_if_set(cur_opcode->opcode, XDEBUG_OPCODE_HANDLER_ARGS_P…
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/base/
H A Dbase.c555 zend_op *cur_opcode; in xdebug_add_stack_frame() local
625 cur_opcode = *opline_ptr; in xdebug_add_stack_frame()
626 if (cur_opcode) { in xdebug_add_stack_frame()
627 tmp->lineno = cur_opcode->lineno; in xdebug_add_stack_frame()
/dports/lang/parrot/parrot-8.1.0/src/runcore/
H A Dcores.c713 interp->pdb->cur_opcode = pc; in runops_debugger_core()

12