Home
last modified time | relevance | path

Searched refs:last_opcode_info_ptr (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/vice/vice-3.5/src/
H A Dinterrupt.c46 unsigned int *last_opcode_info_ptr) in interrupt_cpu_status_init() argument
51 cs->last_opcode_info_ptr = last_opcode_info_ptr; in interrupt_cpu_status_init()
56 unsigned int num_ints, *pending_int, *last_opcode_info_ptr; in interrupt_cpu_status_reset() local
62 last_opcode_info_ptr = cs->last_opcode_info_ptr; in interrupt_cpu_status_reset()
70 cs->last_opcode_info_ptr = last_opcode_info_ptr; in interrupt_cpu_status_reset()
220 …unsigned int cycles_left_to_trigger_irq = (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr) ? 2 … in interrupt_fixup_int_clk()
H A Dmainc64cpu.c124 opcode = OPINFO_NUMBER(*cs->last_opcode_info_ptr); in maincpu_steal_cycles()
129 OPINFO_SET_ENABLES_IRQ(*cs->last_opcode_info_ptr, 1); in maincpu_steal_cycles()
147 OPINFO_SET_ENABLES_IRQ(*cs->last_opcode_info_ptr, 1); in maincpu_steal_cycles()
167 OPINFO_SET_ENABLES_IRQ(*cs->last_opcode_info_ptr, 1); in maincpu_steal_cycles()
581 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
587 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
608 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
613 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
H A Dmainviccpu.c405 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
411 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
432 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
439 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
H A Dmaincpu.c400 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
406 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
427 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
434 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
H A Dinterrupt.h102 unsigned int *last_opcode_info_ptr; member
277 unsigned int *last_opcode_info_ptr);
H A Ddma.c77 (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr) ? 2 : 1); in dma_maincpu_steal_cycles()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dinterrupt.c46 unsigned int *last_opcode_info_ptr) in interrupt_cpu_status_init() argument
51 cs->last_opcode_info_ptr = last_opcode_info_ptr; in interrupt_cpu_status_init()
56 unsigned int num_ints, *pending_int, *last_opcode_info_ptr; in interrupt_cpu_status_reset() local
62 last_opcode_info_ptr = cs->last_opcode_info_ptr; in interrupt_cpu_status_reset()
70 cs->last_opcode_info_ptr = last_opcode_info_ptr; in interrupt_cpu_status_reset()
220 …unsigned int cycles_left_to_trigger_irq = (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr) ? 2 … in interrupt_fixup_int_clk()
H A Dmainc64cpu.c123 opcode = OPINFO_NUMBER(*cs->last_opcode_info_ptr); in maincpu_steal_cycles()
128 OPINFO_SET_ENABLES_IRQ(*cs->last_opcode_info_ptr, 1); in maincpu_steal_cycles()
146 OPINFO_SET_ENABLES_IRQ(*cs->last_opcode_info_ptr, 1); in maincpu_steal_cycles()
160 OPINFO_SET_ENABLES_IRQ(*cs->last_opcode_info_ptr, 1); in maincpu_steal_cycles()
493 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
499 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
520 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
525 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
H A Dmainviccpu.c326 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
332 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
353 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
360 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
H A Dmaincpu.c345 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
351 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
372 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
379 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
H A Dinterrupt.h102 unsigned int *last_opcode_info_ptr; member
277 unsigned int *last_opcode_info_ptr);
H A Ddma.c77 (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr) ? 2 : 1); in dma_maincpu_steal_cycles()
/dports/emulators/vice/vice-3.5/src/drive/
H A Ddrivecpu65c02.c311 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
317 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
338 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
345 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
H A Ddrivecpu.c334 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
340 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
361 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
368 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/drive/
H A Ddrivecpu65c02.c305 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
311 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
332 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
339 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
H A Ddrivecpu.c320 if (OPINFO_NUMBER(*cs->last_opcode_info_ptr) == 0x00) { in interrupt_check_nmi_delay()
326 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_nmi_delay()
347 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
354 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcdtvcr.cpp1131 unsigned int *last_opcode_info_ptr; member
1421 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) in interrupt_check_nmi_delay()
1436 if (OPINFO_DELAYS_INTERRUPT(*cs->last_opcode_info_ptr)) in interrupt_check_irq_delay()
1442 if (!OPINFO_ENABLES_IRQ(*cs->last_opcode_info_ptr)) { in interrupt_check_irq_delay()