Home
last modified time | relevance | path

Searched refs:NextInstr (Results 1 – 25 of 60) sorted by relevance

123

/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dscu_dsp_misc.cpp62 DSP.NextInstr = DSP_DecodeInstruction<true>(DSP.NextInstr >> 32); in MiscInstr()
H A Dscu_dsp_common.inc78 uint64 NextInstr;
199 const uint32 instr = DSP.NextInstr >> 32;
203 DSP.NextInstr = DSP.ProgRAM[DSP.PC];
H A Dscu_dsp_mvi.cpp52 …str=0x%08x, Next_Instr=0x%08x, PC=0x%02x\n", dest, instr, (unsigned)(DSP.NextInstr >> 32), DSP.PC); in MVIInstr()
H A Dscu.inc642 ((void (*)(void))(DSP_INSTR_BASE_UIPT + (uintptr_t)(DSP_INSTR_RECOVER_TCAST)DSP.NextInstr))();
652 DSP.NextInstr = DSP_DecodeInstruction(0);
1689 //printf("%02x %16llx\n", DSP.PC, DSP.NextInstr);
1690 ((void (*)(void))(DSP_INSTR_BASE_UIPT + (uintptr_t)(DSP_INSTR_RECOVER_TCAST)DSP.NextInstr))();
1727 DSP.NextInstr = DSP_DecodeInstruction(0);
1783 DSP.NextInstr = DSP_DecodeInstruction(0);
1831 …str=0x%08x, Next_Instr=0x%08x, PC=0x%02x\n", addr, instr, (unsigned)(DSP.NextInstr >> 32), DSP.PC);
2124 DSP_NextInstr = DSP.NextInstr >> 32;
2125 DSP_NextInstrLooped = (DSP.NextInstr == DSP_DecodeInstruction<true>(DSP.NextInstr >> 32));
2179 DSP.NextInstr = DSP_DecodeInstruction<true>(DSP_NextInstr);
[all …]
/dports/emulators/mednafen/mednafen/src/ss/
H A Dscu_dsp_misc.cpp64 DSP.NextInstr = DSP_DecodeInstruction<true>(DSP.NextInstr >> 32); in MiscInstr()
H A Dscu_dsp_common.inc78 uint64 NextInstr;
199 const uint32 instr = DSP.NextInstr >> 32;
203 DSP.NextInstr = DSP.ProgRAM[DSP.PC];
H A Dscu_dsp_mvi.cpp54 …str=0x%08x, Next_Instr=0x%08x, PC=0x%02x\n", dest, instr, (unsigned)(DSP.NextInstr >> 32), DSP.PC); in MVIInstr()
H A Dscu.inc659 ((void (*)(void))(DSP_INSTR_BASE_UIPT + (uintptr_t)(DSP_INSTR_RECOVER_TCAST)DSP.NextInstr))();
669 DSP.NextInstr = DSP_DecodeInstruction(0);
1746 //printf("%02x %16llx\n", DSP.PC, DSP.NextInstr);
1747 ((void (*)(void))(DSP_INSTR_BASE_UIPT + (uintptr_t)(DSP_INSTR_RECOVER_TCAST)DSP.NextInstr))();
1784 DSP.NextInstr = DSP_DecodeInstruction(0);
1840 DSP.NextInstr = DSP_DecodeInstruction(0);
1883 …str=0x%08x, Next_Instr=0x%08x, PC=0x%02x\n", addr, instr, (unsigned)(DSP.NextInstr >> 32), DSP.PC);
2202 DSP_NextInstr = DSP.NextInstr >> 32;
2203 DSP_NextInstrLooped = (DSP.NextInstr == DSP_DecodeInstruction<true>(DSP.NextInstr >> 32));
2268 DSP.NextInstr = DSP_DecodeInstruction<true>(DSP_NextInstr);
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/arm/
H A Darmemu.h259 #define NORMALCYCLE state->NextInstr = 0
260 #define BUSUSEDN state->NextInstr |= 1 /* The next fetch will be an N cycle. */
268 state->NextInstr = (state->NextInstr & 0xff) | 2; \
282 state->NextInstr |= 3; \
292 state->NextInstr |= 2; \
296 #define FLUSHPIPE state->NextInstr |= PRIMEPIPE
H A Darminit.c181 state->NextInstr = 0; in ARMul_Reset()
H A Darmdefs.h87 unsigned NextInstr; member
/dports/devel/gdb761/gdb-7.6.1/sim/arm/
H A Darmemu.h258 #define NORMALCYCLE state->NextInstr = 0
259 #define BUSUSEDN state->NextInstr |= 1 /* The next fetch will be an N cycle. */
267 state->NextInstr = (state->NextInstr & 0xff) | 2; \
281 state->NextInstr |= 3; \
291 state->NextInstr |= 2; \
295 #define FLUSHPIPE state->NextInstr |= PRIMEPIPE
H A Darminit.c180 state->NextInstr = 0; in ARMul_Reset()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darmemu.h259 #define NORMALCYCLE state->NextInstr = 0
260 #define BUSUSEDN state->NextInstr |= 1 /* The next fetch will be an N cycle. */
268 state->NextInstr = (state->NextInstr & 0xff) | 2; \
282 state->NextInstr |= 3; \
292 state->NextInstr |= 2; \
296 #define FLUSHPIPE state->NextInstr |= PRIMEPIPE
H A Darminit.c177 state->NextInstr = 0; in ARMul_Reset()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darmemu.h259 #define NORMALCYCLE state->NextInstr = 0
260 #define BUSUSEDN state->NextInstr |= 1 /* The next fetch will be an N cycle. */
268 state->NextInstr = (state->NextInstr & 0xff) | 2; \
282 state->NextInstr |= 3; \
292 state->NextInstr |= 2; \
296 #define FLUSHPIPE state->NextInstr |= PRIMEPIPE
H A Darminit.c177 state->NextInstr = 0; in ARMul_Reset()
/dports/emulators/mednafen/mednafen/src/snes_faust/cart/
H A Dcx4.cpp237 static uint32 NextInstr; variable
366 NextInstr = 0; in Instr_Branch()
399 NextInstr = 0; in Instr_SKIP()
619 const uint32 instr = (uint16)NextInstr; in Update()
623 NextInstr = Cache_Active->Data[NextIP]; in Update()
722 NextInstr = 0; in Update()
1290 NextInstr = 0; in DEFWRITE()
1455 NextInstr = 0; in Reset()
1516 SFVAR(NextInstr), in StateAction()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/GdbARMPlugin/
H A DsqGdbARMPlugin.c34 state->NextInstr, state->MemDataPtr, in print_state()
87 state->NextInstr = RESUME; in runOnCPU()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/lazdebuggerlldb/
H A Dlldbinstructions.pas528 Instr, NextInstr: TLldbInstruction;
530 NextInstr := TLldbInstruction(FirstInstruction);
531 while NextInstr <> nil do begin
532 Instr := NextInstr;
533 NextInstr := TLldbInstruction(Instr.NextInstruction);
/dports/editors/lazarus/lazarus/components/lazdebuggers/lazdebuggerlldb/
H A Dlldbinstructions.pas521 Instr, NextInstr: TLldbInstruction;
523 NextInstr := TLldbInstruction(FirstInstruction);
524 while NextInstr <> nil do begin
525 Instr := NextInstr;
526 NextInstr := TLldbInstruction(Instr.NextInstruction);
/dports/editors/lazarus-qt5/lazarus/components/lazdebuggers/lazdebuggerlldb/
H A Dlldbinstructions.pas521 Instr, NextInstr: TLldbInstruction;
523 NextInstr := TLldbInstruction(FirstInstruction);
524 while NextInstr <> nil do begin
525 Instr := NextInstr;
526 NextInstr := TLldbInstruction(Instr.NextInstruction);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggers/lazdebuggerlldb/
H A Dlldbinstructions.pas528 Instr, NextInstr: TLldbInstruction;
530 NextInstr := TLldbInstruction(FirstInstruction);
531 while NextInstr <> nil do begin
532 Instr := NextInstr;
533 NextInstr := TLldbInstruction(Instr.NextInstruction);
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sid/sidplay-libs/libsidplay/src/mos6510/cycle_based/
H A Dmos6510c.h162 void NextInstr (void);
/dports/audio/libsidplay2/sidplay-libs-2.1.1/libsidplay/src/mos6510/cycle_based/
H A Dmos6510c.h208 void NextInstr (void);

123