Home
last modified time | relevance | path

Searched refs:spcflags (Results 1 – 25 of 59) sorted by relevance

123

/dports/emulators/tiemu3/tiemu-3.03/src/core/ti_hw/
H A Dmem.c226 regs.spcflags |= SPCFLAG_BRK; in hw_get_long()
242 regs.spcflags |= SPCFLAG_BRK; in hw_get_long()
251 regs.spcflags |= SPCFLAG_ADRERR; in hw_get_long()
272 regs.spcflags |= SPCFLAG_BRK; in hw_get_word()
288 regs.spcflags |= SPCFLAG_BRK; in hw_get_word()
297 regs.spcflags |= SPCFLAG_ADRERR; in hw_get_word()
318 regs.spcflags |= SPCFLAG_BRK; in hw_get_byte()
334 regs.spcflags |= SPCFLAG_BRK; in hw_get_byte()
388 regs.spcflags |= SPCFLAG_ADRERR; in hw_put_long()
439 regs.spcflags |= SPCFLAG_ADRERR; in hw_put_word()
[all …]
H A Dm68k.c172 if ((regs.spcflags & SPCFLAG_STOP)) in hw_m68k_run()
184 regs.spcflags &= ~SPCFLAG_STOP; in hw_m68k_run()
203 && !(regs.spcflags & SPCFLAG_BRK)) in hw_m68k_run()
225 && !(regs.spcflags & SPCFLAG_BRK)) in hw_m68k_run()
342 if(regs.spcflags) in hw_m68k_run()
344 if(regs.spcflags & SPCFLAG_ADRERR) in hw_m68k_run()
350 if (regs.spcflags & SPCFLAG_DOTRACE) in hw_m68k_run()
355 if (regs.spcflags & SPCFLAG_TRACE) in hw_m68k_run()
360 if (regs.spcflags & SPCFLAG_BRK) in hw_m68k_run()
366 if(regs.spcflags & SPCFLAG_DBTRACE) in hw_m68k_run()
[all …]
/dports/emulators/aranym/aranym-1.1.0/src/uae_cpu/
H A Dspcflags.h54 (regs.spcflags & (m))
58 regs.spcflags = (m); \
64 regs.spcflags |= (m); \
68 regs.spcflags &= ~(m); \
78 __asm__ __volatile__("lock\n\torl %1,%0" : "=m" (regs.spcflags) : "i" ((m))); \
82 __asm__ __volatile__("lock\n\tandl %1,%0" : "=m" (regs.spcflags) : "i" (~(m))); \
94 regs.spcflags |= (m); \
100 regs.spcflags &= ~(m); \
115 regs.spcflags |= (m); \
116 if (regs.spcflags & SPCFLAG_STOP) \
[all …]
/dports/emulators/tiemu3/tiemu-3.03/src/core/dbg/
H A Ddebug.c65 regs.spcflags |= SPCFLAG_BRK; in ti68k_debug_break()
73 regs.spcflags |= SPCFLAG_DBTRACE; in ti68k_debug_trace()
80 regs.spcflags |= SPCFLAG_DBSKIP; in ti68k_debug_step()
149 while ((next_pc != m68k_getpc()) && !(regs.spcflags & SPCFLAG_BRK)) in ti68k_step_over_noflush()
157 if(regs.spcflags & SPCFLAG_BRK) in ti68k_step_over_noflush()
158 regs.spcflags &= ~SPCFLAG_BRK; in ti68k_step_over_noflush()
226 while ((next_pc != m68k_getpc()) && !(regs.spcflags & SPCFLAG_BRK)); in ti68k_debug_skip()
228 if(regs.spcflags & SPCFLAG_BRK) in ti68k_debug_skip()
229 regs.spcflags &= ~SPCFLAG_BRK; in ti68k_debug_skip()
/dports/audio/uade/uade-2.13/src/include/
H A Dcompiler.h54 while (regs.spcflags == SPCFLAG_EXEC) { in run_compiled_code()
56 regs.spcflags = 0; in run_compiled_code()
63 regs.spcflags = SPCFLAG_EXEC; in run_compiled_code()
73 regs.spcflags &= ~SPCFLAG_EXEC; in run_compiled_code()
H A Dnewcpu.h84 uae_u32 spcflags; member
222 regs.spcflags |= SPCFLAG_STOP; in m68k_setstopped()
/dports/audio/uade/uade-2.13/src/
H A Dnewcpu.c664 regs.spcflags |= SPCFLAG_INT; in MakeFromSR()
666 regs.spcflags |= SPCFLAG_TRACE; in MakeFromSR()
761 regs.spcflags |= SPCFLAG_INT; in Interrupt()
1083 regs.spcflags = 0; in m68k_reset()
1109 regs.spcflags |= SPCFLAG_BRK; in op_illg()
1195 regs.spcflags &= ~SPCFLAG_TRACE; in do_trace()
1213 regs.spcflags &= ~SPCFLAG_STOP; in do_specialties()
1220 regs.spcflags &= ~SPCFLAG_DOINT; in do_specialties()
1227 regs.spcflags &= ~SPCFLAG_INT; in do_specialties()
1228 regs.spcflags |= SPCFLAG_DOINT; in do_specialties()
[all …]
H A Ddebug.c37 regs.spcflags |= SPCFLAG_BRK; in activate_debugger()
382 regs.spcflags |= SPCFLAG_BRK; in set_break()
412 regs.spcflags |= SPCFLAG_BRK; in debug()
584 regs.spcflags |= SPCFLAG_BRK; in debug()
/dports/games/libretro-hatari/hatari-561c07e/src/uae-cpu/
H A Dnewcpu.c1622 if (regs.spcflags & SPCFLAG_DSP) { in do_specialties_interrupt()
1629 if (regs.spcflags & SPCFLAG_MFP) { in do_specialties_interrupt()
1673 if ( regs.spcflags & SPCFLAG_STOP ) { in do_specialties()
1684 while (regs.spcflags & SPCFLAG_STOP) { in do_specialties()
1687 if (regs.spcflags & SPCFLAG_BRK) in do_specialties()
1708 if (regs.spcflags & SPCFLAG_TRACE) in do_specialties()
1718 if (regs.spcflags & SPCFLAG_INT) { in do_specialties()
1749 if (regs.spcflags & SPCFLAG_BUSERROR) in m68k_run_1()
1756 if (regs.spcflags) { in m68k_run_1()
1835 if (regs.spcflags) { in m68k_run_1()
[all …]
H A Dnewcpu.h129 uae_u32 spcflags; member
137 regs.spcflags |= x; in set_special()
142 regs.spcflags &= ~x; in unset_special()
297 if (stop && (regs.spcflags & SPCFLAG_DOTRACE) == 0) in m68k_setstopped()
298 regs.spcflags |= SPCFLAG_STOP; in m68k_setstopped()
/dports/emulators/tiemu3/tiemu-3.03/src/core/uae/
H A Dnewcpu.h124 uae_u32 spcflags; member
175 regs.spcflags |= x; in set_special()
180 regs.spcflags &= ~x; in unset_special()
256 if (stop && (regs.spcflags & SPCFLAG_DOTRACE) == 0) in m68k_setstopped()
257 regs.spcflags |= SPCFLAG_STOP; in m68k_setstopped()
H A Dnewcpu.c1287 regs.spcflags = 0;
1447 if (regs.spcflags & SPCFLAG_COPPER)
1460 if (regs.spcflags & SPCFLAG_COPPER)
1464 if (regs.spcflags & SPCFLAG_DOTRACE)
1469 if (regs.spcflags & SPCFLAG_COPPER)
1481 if (regs.spcflags & SPCFLAG_TRACE)
1484 if (regs.spcflags & SPCFLAG_DOINT) {
1492 if (regs.spcflags & SPCFLAG_INT) {
1524 if (regs.spcflags) {
1554 if (regs.spcflags) {
[all …]
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dnewcpu.h81 uae_u32 spcflags; member
130 regs.spcflags |= x; in set_special()
135 regs.spcflags &= ~x; in unset_special()
211 if (stop && (regs.spcflags & SPCFLAG_DOTRACE) == 0) in m68k_setstopped()
212 regs.spcflags |= SPCFLAG_STOP; in m68k_setstopped()
/dports/emulators/hatari/hatari-2.2.1/src/uae-cpu/
H A Dnewcpu.c1634 if (regs.spcflags & SPCFLAG_DSP) { in do_specialties_interrupt()
1641 if (regs.spcflags & SPCFLAG_MFP) { in do_specialties_interrupt()
1684 if ( regs.spcflags & SPCFLAG_STOP ) { in do_specialties()
1695 while (regs.spcflags & SPCFLAG_STOP) { in do_specialties()
1698 if (regs.spcflags & SPCFLAG_BRK) in do_specialties()
1719 if (regs.spcflags & SPCFLAG_TRACE) in do_specialties()
1729 if (regs.spcflags & SPCFLAG_INT) { in do_specialties()
1760 if (regs.spcflags & SPCFLAG_BUSERROR) in m68k_run_1()
1767 if (regs.spcflags) { in m68k_run_1()
1846 if (regs.spcflags) { in m68k_run_1()
[all …]
H A Dnewcpu.h132 uae_u32 spcflags; member
140 regs.spcflags |= x; in set_special()
145 regs.spcflags &= ~x; in unset_special()
304 if (stop && (regs.spcflags & SPCFLAG_DOTRACE) == 0) in m68k_setstopped()
305 regs.spcflags |= SPCFLAG_STOP; in m68k_setstopped()
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/m68000/
H A Dm68kinterface.c116 regs.spcflags |= SPCFLAG_DEBUGGER; in M68KDebugHalt()
122 regs.spcflags &= ~SPCFLAG_DEBUGGER; in M68KDebugResume()
149 regs.spcflags = 0; in m68k_pulse_reset()
187 if (regs.spcflags & SPCFLAG_DEBUGGER) in m68k_execute()
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Dnewcpu.c2894 if (regs.spcflags & SPCFLAG_TRACE) in do_specialties()
3074 if (r->spcflags) { in m68k_run_1()
3134 if (r->spcflags) { in m68k_run_1_ce()
3235 if (regs.spcflags) { in m68k_run_jit()
3357 if (regs.spcflags) { in m68k_run_mmu040()
3474 if (r->spcflags) { in m68k_run_2ce()
3555 if (r->spcflags) { in m68k_run_2p()
3626 if (r->spcflags) { in m68k_run_2()
3662 if (regs.spcflags) { in m68k_run_mmu()
3721 if (regs.spcflags) { in m68k_go()
[all …]
H A Dnewcpu.h174 uae_u32 spcflags; member
234 regs.spcflags |= x; in set_special()
240 regs.spcflags &= ~x; in unset_special()
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dm68000.c226 int spcFlags = regs.spcflags & (SPCFLAG_MODE_CHANGE | SPCFLAG_BRK); in M68000_Reset()
228 regs.spcflags = spcFlags; in M68000_Reset()
429 …if ((regs.spcflags & SPCFLAG_BUSERROR) == 0) /* [NP] Check that the opcode has not already generat… in M68000_BusError()
468 if (regs.spcflags & SPCFLAG_STOP) in M68000_Exception()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dnewcpu.h176 volatile uae_u32 spcflags; member
289 _InterlockedOr((volatile long*)&regs.spcflags, x); in set_special()
291 regs.spcflags |= x; in set_special()
294 regs.spcflags |= x; in set_special()
303 _InterlockedAnd((volatile long*)&regs.spcflags, ~x); in unset_special()
305 regs.spcflags &= ~x; in unset_special()
308 regs.spcflags &= ~x; in unset_special()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dnewcpu.cpp3079 regs.spcflags = 0; in m68k_reset2()
4087 if (r->spcflags) { in m68k_run_1()
4097 if (r->spcflags) { in m68k_run_1()
4555 if (regs.spcflags) { in cpu_thread_run_jit()
4579 if (regs.spcflags) { in m68k_run_jit()
4878 if (r->spcflags) { in m68k_run_3ce()
4885 if (r->spcflags) { in m68k_run_3ce()
4924 if (r->spcflags) { in m68k_run_3p()
5176 if (r->spcflags) { in m68k_run_2p()
5212 if (r->spcflags) { in cpu_thread_run_2()
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dnewcpu.c4252 regs.spcflags = 0;
5667 if (r->spcflags) {
5683 if (r->spcflags) {
6876 if (r->spcflags) {
6905 if (r->spcflags) {
6969 if (r->spcflags) {
6987 if (r->spcflags) {
7346 if (r->spcflags) {
7367 if (r->spcflags) {
7406 if (r->spcflags) {
[all …]
H A Dnewcpu.h208 volatile uae_atomic spcflags; member
338 atomic_or(&regs.spcflags, x); in set_special_exter()
342 atomic_or(&regs.spcflags, x); in set_special()
348 atomic_and(&regs.spcflags, ~x); in unset_special()
353 regs.spcflags |= x; in set_special()
359 regs.spcflags &= ~x; in unset_special()
/dports/emulators/uae/uae-0.8.29/src/
H A Dnewcpu.c1305 regs.spcflags = 0; in m68k_reset()
1647 if (regs.spcflags & SPCFLAG_COPPER) in do_specialties()
1660 if (regs.spcflags & SPCFLAG_COPPER) in do_specialties()
1664 if (regs.spcflags & SPCFLAG_DOTRACE) in do_specialties()
1669 if (regs.spcflags & SPCFLAG_COPPER) in do_specialties()
1681 if (regs.spcflags & SPCFLAG_TRACE) in do_specialties()
1684 if (regs.spcflags & SPCFLAG_DOINT) { in do_specialties()
1692 if (regs.spcflags & SPCFLAG_INT) { in do_specialties()
1724 if (regs.spcflags) { in m68k_run_1()
1754 if (regs.spcflags) { in m68k_run_2()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dnewcpu.c3301 regs.spcflags = 0; in m68k_reset()
4065 if (r->spcflags) { in m68k_run_1()
4292 if (regs.spcflags) { in m68k_run_jit()
4353 if (regs.spcflags) { in cpu_halt()
4387 if (regs.spcflags) { in m68k_run_mmu060()
4445 if (regs.spcflags) { in m68k_run_mmu040()
4710 if (r->spcflags) { in m68k_run_2pf()
4759 if (r->spcflags) { in m68k_run_2p()
4795 if (r->spcflags) { in m68k_run_2()
4813 if (regs.spcflags) { in m68k_run_mmu()
[all …]

123