Home
last modified time | relevance | path

Searched defs:MAKE_INT_16 (Results 1 – 15 of 15) sorted by relevance

/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/m68k/
H A Dm68k.h109 #define MAKE_INT_16(A) (sint16)(A) macro
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/m68k/
H A Dm68k.h109 #define MAKE_INT_16(A) (sint16)(A) macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/m68000/
H A Dm68kcpu.h79 #define MAKE_INT_16(A) (sint16)((A)&0xffff) macro
85 static INLINE sint MAKE_INT_16(uint value) in MAKE_INT_16() function
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/musashi/
H A Dm68kcpu.h105 #define MAKE_INT_16(A) (sint16)(A) macro
111 INLINE sint MAKE_INT_16(uint value) in MAKE_INT_16() function
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/m68000/
H A Dm68kcpu.h105 #define MAKE_INT_16(A) (sint16)(A) macro
111 static INLINE sint MAKE_INT_16(uint value) in MAKE_INT_16() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/m68000/
H A Dm68kcpu.h105 #define MAKE_INT_16(A) (sint16)(A) macro
111 static INLINE sint MAKE_INT_16(uint value) in MAKE_INT_16() function
/dports/games/libretro-picodrive/picodrive-600894e/cpu/musashi/
H A Dm68kcpu.h108 #define MAKE_INT_16(A) (sint16)(A) macro
114 INLINE sint MAKE_INT_16(uint value) in MAKE_INT_16() function
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/musashi/
H A Dm68kcpu.h108 #define MAKE_INT_16(A) (sint16)(A) macro
114 INLINE sint MAKE_INT_16(uint value) in MAKE_INT_16() function
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_ssf/
H A Dm68kcpu.h104 #define MAKE_INT_16(A) (sint16)(A) macro
110 INLINE sint MAKE_INT_16(uint value) in MAKE_INT_16() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/m68k/
H A Dm68kcpu.h98 #define MAKE_INT_16(A) (sint16)(A) macro
104 INLINE sint MAKE_INT_16(uint value) in MAKE_INT_16() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/m68k/
H A Dm68kcpu.h98 #define MAKE_INT_16(A) (sint16)(A) macro
104 INLINE sint MAKE_INT_16(uint value) in MAKE_INT_16() function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m68000/
H A Dm68kcpu.h33 static constexpr s16 MAKE_INT_16(u32 A) { return (s16)(A); } in MAKE_INT_16() function
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m68000/
H A Dm68kcpu.h33 static constexpr s16 MAKE_INT_16(u32 A) { return (s16)(A); } in MAKE_INT_16() function
/dports/games/libretro-mu/Mu-ff746b8/include/m68k/
H A Dm68kcpu.h83 #define MAKE_INT_16(A) (sint16)(A) macro
/dports/emulators/dgen-sdl/dgen-sdl-1.33/musa/
H A Dm68kcpu.h72 #define MAKE_INT_16(A) (sint16)(A) macro