Home
last modified time | relevance | path

Searched refs:curpc (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/cpu/
H A Ddrcfe.cpp117 …or (offs_t curpc = curstack->targetpc; curpc >= minpc && curpc < maxpc && m_desc_array[curpc - min… in describe_code() local
120 m_desc_array[curpc - minpc] = curdesc = describe_one(curpc, curdesc); in describe_code()
123 if (curpc == curstack->targetpc) in describe_code()
131 if (curpc == startpc && m_pageshift != 0) in describe_code()
163 opcode_desc *drc_frontend::describe_one(offs_t curpc, opcode_desc const *prevdesc, bool in_delay_sl… in describe_one() argument
170 desc->pc = curpc; in describe_one()
171 desc->physpc = curpc; in describe_one()
194 if (m_pageshift != 0 && (((curpc - 1) ^ (curpc + desc->length - 1)) >> m_pageshift) != 0) in describe_one()
204 offs_t delaypc = curpc + desc->length; in describe_one()
H A Ddrcfe.h143 opcode_desc *describe_one(offs_t curpc, opcode_desc const *prevdesc, bool in_delay_slot = false);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/
H A Ddrcfe.cpp117 …or (offs_t curpc = curstack->targetpc; curpc >= minpc && curpc < maxpc && m_desc_array[curpc - min… in describe_code() local
120 m_desc_array[curpc - minpc] = curdesc = describe_one(curpc, curdesc); in describe_code()
123 if (curpc == curstack->targetpc) in describe_code()
131 if (curpc == startpc && m_pageshift != 0) in describe_code()
163 opcode_desc *drc_frontend::describe_one(offs_t curpc, opcode_desc const *prevdesc, bool in_delay_sl… in describe_one() argument
170 desc->pc = curpc; in describe_one()
171 desc->physpc = curpc; in describe_one()
194 if (m_pageshift != 0 && (((curpc - 1) ^ (curpc + desc->length - 1)) >> m_pageshift) != 0) in describe_one()
204 offs_t delaypc = curpc + desc->length; in describe_one()
H A Ddrcfe.h143 opcode_desc *describe_one(offs_t curpc, opcode_desc const *prevdesc, bool in_delay_slot = false);
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mb86235/
H A Dmb86235.cpp66 uint32_t curpc; in execute_run()
68 curpc = check_previous_op_stall() ? m_core->cur_fifo_state.pc : m_core->pc; in execute_run()
70 debugger_instruction_hook(curpc); in execute_run()
71 opcode = m_pcache.read_qword(curpc); in execute_run()
73 m_core->ppc = curpc; in execute_run()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mb86235/
H A Dmb86235.cpp66 uint32_t curpc; in execute_run()
68 curpc = check_previous_op_stall() ? m_core->cur_fifo_state.pc : m_core->pc; in execute_run()
70 debugger_instruction_hook(curpc); in execute_run()
71 opcode = m_pcache.read_qword(curpc); in execute_run()
73 m_core->ppc = curpc; in execute_run()
/dports/emulators/mess/mame-mame0226/src/emu/debug/
H A Ddebugcpu.cpp714 void device_debug::instruction_hook(offs_t curpc) in instruction_hook() argument
723 m_pc_history[m_pc_history_index++ % HISTORY_SIZE] = curpc; in instruction_hook()
732 const u32 crc = compute_opcode_crc32(curpc); in instruction_hook()
733 m_track_pc_set.insert(dasm_pc_tag(curpc, crc)); in instruction_hook()
738 m_trace->update(curpc); in instruction_hook()
741 …if (!debugcpu.is_stopped() && (m_flags & DEBUG_FLAG_HOOKED) != 0 && (*m_instrhook)(m_device, curpc in instruction_hook()
748 if (m_stepaddr == ~0 || curpc == m_stepaddr) in instruction_hook()
779 else if ((m_flags & DEBUG_FLAG_STOP_PC) != 0 && m_stopaddr == curpc) in instruction_hook()
787 breakpoint_check(curpc); in instruction_hook()
1760 offs_t curpc = m_device.state().pcbase(); in hotspot_check() local
[all …]
H A Ddebugcpu.h31 typedef int (*debug_instruction_hook_func)(device_t &device, offs_t curpc);
59 void instruction_hook(offs_t curpc);
/dports/emulators/mame/mame-mame0226/src/emu/debug/
H A Ddebugcpu.cpp714 void device_debug::instruction_hook(offs_t curpc) in instruction_hook() argument
723 m_pc_history[m_pc_history_index++ % HISTORY_SIZE] = curpc; in instruction_hook()
732 const u32 crc = compute_opcode_crc32(curpc); in instruction_hook()
733 m_track_pc_set.insert(dasm_pc_tag(curpc, crc)); in instruction_hook()
738 m_trace->update(curpc); in instruction_hook()
741 …if (!debugcpu.is_stopped() && (m_flags & DEBUG_FLAG_HOOKED) != 0 && (*m_instrhook)(m_device, curpc in instruction_hook()
748 if (m_stepaddr == ~0 || curpc == m_stepaddr) in instruction_hook()
779 else if ((m_flags & DEBUG_FLAG_STOP_PC) != 0 && m_stopaddr == curpc) in instruction_hook()
787 breakpoint_check(curpc); in instruction_hook()
1760 offs_t curpc = m_device.state().pcbase(); in hotspot_check() local
[all …]
H A Ddebugcpu.h31 typedef int (*debug_instruction_hook_func)(device_t &device, offs_t curpc);
59 void instruction_hook(offs_t curpc);
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dapollo_dbg.h19 int apollo_debug_instruction_hook(m68000_base_device *device, offs_t curpc);
H A Dfddebug.cpp270 static int instruction_hook(device_t &device, offs_t curpc);
691 static int instruction_hook(device_t &device, offs_t curpc)
698 if (ignore_all || ignorepc[curpc/2])
702 keystat = keystatus[curpc/2] & STATUS_MASK;
703 keystatus[curpc/2] = (keystatus[curpc/2] & ~STATE_MASK) | (curfdstate << 8);
706 uint16_t opcode = fd1094_decode(curpc/2, coderegion[curpc/2], keyregion, 0);
710 keystat = keystatus[curpc/2 + i] & STATUS_MASK;
717 keystatus[curpc/2 + i] = (keystatus[curpc/2 + i] & ~STATE_MASK) | (curfdstate << 8);
723 …posscount = try_all_possibilities(device.memory().space(AS_PROGRAM), curpc, 0, 0, instrbuffer, key…
H A Drmnimbus.cpp179 static int instruction_hook(device_t &device, offs_t curpc);
249 static int instruction_hook(device_t &device, offs_t curpc) in instruction_hook() argument
255 addr_ptr = (uint8_t*)space.get_read_ptr(curpc); in instruction_hook()
262 state->decode_subbios(&device,curpc,1); in instruction_hook()
264 state->decode_subbios(&device,curpc,0); in instruction_hook()
268 state->decode_dos21(&device,curpc); in instruction_hook()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dapollo_dbg.h19 int apollo_debug_instruction_hook(m68000_base_device *device, offs_t curpc);
H A Dfddebug.cpp270 static int instruction_hook(device_t &device, offs_t curpc);
691 static int instruction_hook(device_t &device, offs_t curpc)
698 if (ignore_all || ignorepc[curpc/2])
702 keystat = keystatus[curpc/2] & STATUS_MASK;
703 keystatus[curpc/2] = (keystatus[curpc/2] & ~STATE_MASK) | (curfdstate << 8);
706 uint16_t opcode = fd1094_decode(curpc/2, coderegion[curpc/2], keyregion, 0);
710 keystat = keystatus[curpc/2 + i] & STATUS_MASK;
717 keystatus[curpc/2 + i] = (keystatus[curpc/2 + i] & ~STATE_MASK) | (curfdstate << 8);
723 …posscount = try_all_possibilities(device.memory().space(AS_PROGRAM), curpc, 0, 0, instrbuffer, key…
H A Drmnimbus.cpp179 static int instruction_hook(device_t &device, offs_t curpc);
249 static int instruction_hook(device_t &device, offs_t curpc) in instruction_hook() argument
255 addr_ptr = (uint8_t*)space.get_read_ptr(curpc); in instruction_hook()
262 state->decode_subbios(&device,curpc,1); in instruction_hook()
264 state->decode_subbios(&device,curpc,0); in instruction_hook()
268 state->decode_dos21(&device,curpc); in instruction_hook()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ppbus/
H A Dppbus_device.h15 struct microseq *curpc; /* pc in curmsq */ member
/dports/lang/yap/yap-6.2.2/OPTYap/
H A Dor.macros.h158 #define SCH_last_alternative(curpc, CP_PTR) \ argument
162 SCH_new_alternative(curpc, NULL)
328 void SCH_new_alternative(yamop *curpc, yamop *new) { in SCH_new_alternative() argument
330 BRANCH(worker_id, OrFr_depth(LOCAL_top_or_fr)) = YAMOP_OR_ARG(curpc); in SCH_new_alternative()
/dports/misc/py-powerline-status/powerline-2.8.2/tools/
H A Dgenerate_gradients.py167 curpc = len(s) + 1 if s else 0
168 curval = vmin + curpc * (vmax - vmin) / num_output
/dports/emulators/mess/mame-mame0226/src/emu/
H A Ddiexec.h229 void debugger_instruction_hook(offs_t curpc) in debugger_instruction_hook() argument
232 device().debug()->instruction_hook(curpc); in debugger_instruction_hook()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Ddiexec.h229 void debugger_instruction_hook(offs_t curpc) in debugger_instruction_hook() argument
232 device().debug()->instruction_hook(curpc); in debugger_instruction_hook()
/dports/lang/gscheme/GScheme/
H A DVScheme.h51 int curpc; variable
H A DVScheme.m922 if(curpc==curlength){
926 [pcStack addObject:[NSNumber numberWithInt:curpc]];
930 curpc = 0; curcodes = [bcodes codes]; curlength = [bcodes length];
968 curpc = 0; curlength = [prog length];
1040 if(!(curpc<curlength)){
1048 curpc = [[pcStack lastObject] intValue]; curlength = [bc length];
1053 // printf("-%d-%d- ", [codeStack count], curpc);
1055 instr = curcodes[curpc++];
1214 curpc = [[pcStack lastObject] intValue];
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/script/
H A Dcc_instance.h166 int Run(int32_t curpc);
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/script/
H A Dcc_instance.h170 int Run(int32_t curpc);

12