Home
last modified time | relevance | path

Searched defs:PARAM_LONG (Results 1 – 10 of 10) sorted by relevance

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_vpi_param.v32 localparam longint PARAM_LONG /* verilator public_flat_rd */ = 64'hFEDCBA9876543210; constant
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms34010/
H A D34010dsm.c16 #define PARAM_LONG(v) { int v1, v2; PARAM_WORD(v1); PARAM_WORD(v2); v = v1 | (v2 << 16); } macro
21 #define PARAM_LONG(v) { v = (cpu_readmem29lew_word((_pc>>3)+2)<<16)|cpu_readmem29lew_word(_pc>>3); … macro
H A Dtms34010.c477 static INLINE INT32 PARAM_LONG(void) in PARAM_LONG() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms34010/
H A D34010dsm.c16 #define PARAM_LONG(v) { int v1, v2; PARAM_WORD(v1); PARAM_WORD(v2); v = v1 | (v2 << 16); } macro
21 #define PARAM_LONG(v) { v = (cpu_readmem29lew_word((_pc>>3)+2)<<16)|cpu_readmem29lew_word(_pc>>3); … macro
H A Dtms34010.c487 static INLINE INT32 PARAM_LONG(void) in PARAM_LONG() function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms34010/
H A Dtms34010.cpp259 int32_t tms34010_device::PARAM_LONG() in PARAM_LONG() function in tms34010_device
266 int32_t tms34020_device::PARAM_LONG() in PARAM_LONG() function in tms34020_device
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms34010/
H A Dtms34010.cpp259 int32_t tms34010_device::PARAM_LONG() in PARAM_LONG() function in tms34010_device
266 int32_t tms34020_device::PARAM_LONG() in PARAM_LONG() function in tms34020_device
/dports/emulators/fs-uae/fs-uae-3.1.35/src/mame/tm34010/
H A Dtms34010.cpp190 inline INT32 tms340x0_device::PARAM_LONG() in PARAM_LONG() function in tms340x0_device
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34/
H A Dtms34010.cpp261 INLINE INT32 PARAM_LONG(void) in PARAM_LONG() function
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/tms34010/
H A Dtms34010.c553 static INLINE INT32 PARAM_LONG(void) in PARAM_LONG() function