Home
last modified time | relevance | path

Searched defs:MOVLS (Results 1 – 9 of 9) sorted by relevance

/dports/games/libretro-picodrive/picodrive-600894e/cpu/sh2/mame/
H A Dsh2.c1119 INLINE void MOVLS(sh2_state *sh2, UINT32 m, UINT32 n) in MOVLS() function
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/sh2/mame/
H A Dsh2.c1119 INLINE void MOVLS(sh2_state *sh2, UINT32 m, UINT32 n) in MOVLS() function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sh/
H A Dsh.cpp997 void sh_common_execution::MOVLS(uint32_t m, uint32_t n) in MOVLS() function in sh_common_execution
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sh/
H A Dsh.cpp997 void sh_common_execution::MOVLS(uint32_t m, uint32_t n) in MOVLS() function in sh_common_execution
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/sh2/
H A Dsh2.c1248 static INLINE void MOVLS(UINT32 m, UINT32 n) in MOVLS() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/sh2/
H A Dsh2.c1256 static INLINE void MOVLS(UINT32 m, UINT32 n) in MOVLS() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/sh2/
H A Dsh2.cpp1741 SH2_INLINE void MOVLS(UINT32 m, UINT32 n) in MOVLS() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/sh2/
H A Dsh2.cpp1725 SH2_INLINE void MOVLS(UINT32 m, UINT32 n) in MOVLS() function
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/arm/
H A Dgeneric.py4719 def MOVLS(destination, source): function