Home
last modified time | relevance | path

Searched refs:op1000 (Results 1 – 20 of 20) sorted by relevance

/dports/games/libretro-picodrive/picodrive-600894e/cpu/sh2/mame/
H A Dsh2pico.c158 case 8<<12: op1000(sh2, opcode); break; in sh2_execute_interpreter()
257 case 8<<12: op1000(sh2, opcode); break; in sh2_execute_interpreter()
H A Dsh2dasm.c454 static UINT32 op1000(char *buffer, UINT32 pc, UINT16 opcode) in op1000() function
604 case 8: flags = op1000(buffer,pc,opcode); break; in DasmSH2()
H A Dsh2.c2089 INLINE void op1000(sh2_state *sh2, UINT16 opcode) in op1000() function
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/sh2/mame/
H A Dsh2pico.c158 case 8<<12: op1000(sh2, opcode); break; in sh2_execute_interpreter()
257 case 8<<12: op1000(sh2, opcode); break; in sh2_execute_interpreter()
H A Dsh2dasm.c454 static UINT32 op1000(char *buffer, UINT32 pc, UINT16 opcode) in op1000() function
604 case 8: flags = op1000(buffer,pc,opcode); break; in DasmSH2()
H A Dsh2.c2089 INLINE void op1000(sh2_state *sh2, UINT16 opcode) in op1000() function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sh/
H A Dsh_dasm.h30 uint32_t op1000(std::ostream &stream, uint32_t pc, uint16_t opcode);
H A Dsh_dasm.cpp449 uint32_t sh_disassembler::op1000(std::ostream &stream, uint32_t pc, uint16_t opcode) in op1000() function in sh_disassembler
1145 case 8: flags = op1000(stream, pc, opcode); break; in dasm_one()
1167 case 8: flags = op1000(stream, pc, opcode); break; in dasm_one()
H A Dsh.h348 void op1000(uint16_t opcode);
H A Dsh.cpp1771 void sh_common_execution::op1000(uint16_t opcode) in op1000() function in sh_common_execution
1985 case 0x8000: op1000(opcode); break; in execute_one()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sh/
H A Dsh_dasm.h30 uint32_t op1000(std::ostream &stream, uint32_t pc, uint16_t opcode);
H A Dsh_dasm.cpp449 uint32_t sh_disassembler::op1000(std::ostream &stream, uint32_t pc, uint16_t opcode) in op1000() function in sh_disassembler
1145 case 8: flags = op1000(stream, pc, opcode); break; in dasm_one()
1167 case 8: flags = op1000(stream, pc, opcode); break; in dasm_one()
H A Dsh.h348 void op1000(uint16_t opcode);
H A Dsh.cpp1771 void sh_common_execution::op1000(uint16_t opcode) in op1000() function in sh_common_execution
1985 case 0x8000: op1000(opcode); break; in execute_one()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/sh2/
H A Dsh2dasm.c490 static void op1000(char *buffer, UINT32 pc, UINT16 opcode) in op1000() function
684 case 8: op1000(buffer,pc,opcode); break; in DasmSH2()
H A Dsh2.c2210 static INLINE void op1000(UINT16 opcode) in op1000() function
2369 case 8: op1000(opcode); break; in sh2_execute()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/sh2/
H A Dsh2dasm.c490 static void op1000(char *buffer, UINT32 pc, UINT16 opcode) in op1000() function
684 case 8: op1000(buffer,pc,opcode); break; in DasmSH2()
H A Dsh2.c2218 static INLINE void op1000(UINT16 opcode) in op1000() function
2377 case 8: op1000(opcode); break; in sh2_execute()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/sh2/
H A Dsh2.cpp2707 SH2_INLINE void op1000(UINT16 opcode) in op1000() function
3314 case 8<<12: op1000(opcode); break; in Sh2Run()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/sh2/
H A Dsh2.cpp2691 SH2_INLINE void op1000(UINT16 opcode) in op1000() function
3297 case 8<<12: op1000(opcode); break; in Sh2Run()