Home
last modified time | relevance | path

Searched refs:opcode_main (Results 1 – 18 of 18) sorted by last modified time

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/i8039/
H A Di8039.cpp647 static const s_opcode opcode_main[256]= variable
948 R.inst_cycles = opcode_main[opcode].cycles; in I8039Run()
949 (*(opcode_main[opcode].function))(); in I8039Run()
969 R.masterClock += opcode_main[opcode].cycles; in I8039Run()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/pic16c5x/
H A Dpic16c5x.cpp674 static const opcode_fn opcode_main[256]= variable
859 (*(opcode_main[((R.opcode.w.l >> 4) & 0xff)]))(); in pic16c5xRun()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/pic16c5x/
H A Dpic16c5x.c642 static opcode_fn opcode_main[256]= variable
866 (*(opcode_main[((R.opcode.w.l >> 4) & 0xff)]))(); in pic16C5x_execute()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms32010/
H A Dtms32010.c673 static opcode_fn opcode_main[256]= variable
807 (*(opcode_main[R.opcode.b.h]))(); in tms32010_execute()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/i8039/
H A Di8039.c516 static s_opcode opcode_main[256]= variable
704 inst_cycles = opcode_main[opcode].cycles; in i8039_execute()
705 (*(opcode_main[opcode].function))(); in i8039_execute()
726 R.masterClock += opcode_main[opcode].cycles; in i8039_execute()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms32025/
H A Dtms32025.c1488 static opcode_fn opcode_main[256]= variable
1883 (*(opcode_main[R.opcode.b.h]))(); in tms32025_execute()
1925 (*(opcode_main[R.opcode.b.h]))(); in tms32025_execute()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/i8039/
H A Di8039.c571 static s_opcode opcode_main[256]= variable
762 inst_cycles = opcode_main[opcode].cycles; in i8039_execute()
763 (*(opcode_main[opcode].function))(); in i8039_execute()
784 R.masterClock += opcode_main[opcode].cycles; in i8039_execute()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms32010/
H A Dtms32010.c673 static opcode_fn opcode_main[256]= variable
807 (*(opcode_main[R.opcode.b.h]))(); in tms32010_execute()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms32025/
H A Dtms32025.c1488 static opcode_fn opcode_main[256]= variable
1883 (*(opcode_main[R.opcode.b.h]))(); in tms32025_execute()
1925 (*(opcode_main[R.opcode.b.h]))(); in tms32025_execute()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/pic16c5x/
H A Dpic16c5x.c642 static opcode_fn opcode_main[256]= variable
866 (*(opcode_main[((R.opcode.w.l >> 4) & 0xff)]))(); in pic16C5x_execute()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/i8039/
H A Di8039.c513 static s_opcode opcode_main[256]= variable
658 i8039_ICount -= opcode_main[opcode].cycles; in i8039_execute()
659 (*(opcode_main[opcode].function))(); in i8039_execute()
674 R.masterClock += opcode_main[opcode].cycles; in i8039_execute()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/tms32010/
H A Dtms32010.c559 static opcode_fn opcode_main[256]= variable
681 (*(opcode_main[opcode_major]))(); in tms320c10_execute()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/pic16c5x/
H A Dpic16c5x.cpp671 static const opcode_fn opcode_main[256]= variable
854 (*(opcode_main[((R.opcode.w.l >> 4) & 0xff)]))(); in pic16c5xRun()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/i8039/
H A Di8039.cpp642 static const s_opcode opcode_main[256]= variable
940 R.inst_cycles = opcode_main[opcode].cycles; in I8039Run()
941 (*(opcode_main[opcode].function))(); in I8039Run()
961 R.masterClock += opcode_main[opcode].cycles; in I8039Run()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/tms32010/
H A Dtms32010.cpp749 static opcode_fn opcode_main[256]= variable
891 (*(opcode_main[R.opcode.b.h]))(); in tms32010_execute()
/dports/emulators/tilem/tilem-2.0/emu/
H A Dz80.c822 opcode_main: in z80_execute_opcode()
H A Dz80ddfd.h337 goto opcode_main;
/dports/emulators/adamem/adamem-1.0_4/
H A DZ80.c2245 static opcode_fn opcode_main[256]= variable
2297 (*(opcode_main[opcode]))(); in ei()
2387 (*(opcode_main[0xFF]))(); in Interrupt()
2404 (*(opcode_main[j]))(); in Interrupt()
2459 (*(opcode_main[opcode]))(); in Z80_Execute()