Home
last modified time | relevance | path

Searched refs:PARAM_LONG (Results 1 – 21 of 21) sorted by relevance

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms34010/
H A D34010dsm.c86 PARAM_LONG(l); in print_long_parm()
95 PARAM_LONG(l); in print_long_parm_1s_comp()
443 PARAM_LONG(x); in Dasm340x0()
454 PARAM_LONG(x); in Dasm340x0()
468 PARAM_LONG(x); in Dasm340x0()
485 PARAM_LONG(x); in Dasm340x0()
512 PARAM_LONG(x); in Dasm340x0()
527 PARAM_LONG(x); in Dasm340x0()
541 PARAM_LONG(x); in Dasm340x0()
555 PARAM_LONG(x); in Dasm340x0()
[all …]
H A D34010ops.c330 INT32 a = PARAM_LONG(); \
366 *rd &= ~PARAM_LONG(); \
431 INT32 t = ~PARAM_LONG(); \
761 *rd |= PARAM_LONG(); \
961 INT32 t = ~PARAM_LONG(); \
996 *rd ^= PARAM_LONG(); \
1035 *rd=PARAM_LONG(); \
1131 UINT32 bitaddrs=PARAM_LONG(); in movb_aa()
1333 *rd = RFIELD##F(PARAM_LONG()); \
1357 UINT32 bitaddrs=PARAM_LONG(); \
[all …]
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.c86 PARAM_LONG(l); in print_long_parm()
95 PARAM_LONG(l); in print_long_parm_1s_comp()
443 PARAM_LONG(x); in Dasm340x0()
454 PARAM_LONG(x); in Dasm340x0()
468 PARAM_LONG(x); in Dasm340x0()
485 PARAM_LONG(x); in Dasm340x0()
512 PARAM_LONG(x); in Dasm340x0()
527 PARAM_LONG(x); in Dasm340x0()
541 PARAM_LONG(x); in Dasm340x0()
555 PARAM_LONG(x); in Dasm340x0()
[all …]
H A D34010ops.c330 INT32 a = PARAM_LONG(); \
366 *rd &= ~PARAM_LONG(); \
431 INT32 t = ~PARAM_LONG(); \
761 *rd |= PARAM_LONG(); \
961 INT32 t = ~PARAM_LONG(); \
996 *rd ^= PARAM_LONG(); \
1035 *rd=PARAM_LONG(); \
1131 UINT32 bitaddrs=PARAM_LONG(); in movb_aa()
1333 *rd = RFIELD##F(PARAM_LONG()); \
1357 UINT32 bitaddrs=PARAM_LONG(); \
[all …]
H A Dtms34010.c487 static INLINE INT32 PARAM_LONG(void) in PARAM_LONG() function
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/tms34010/
H A D34010ops.c289 INT32 a = PARAM_LONG(); \
325 *rd &= ~PARAM_LONG(); \
390 INT32 t = ~PARAM_LONG(); \
717 *rd |= PARAM_LONG(); \
917 INT32 t = ~PARAM_LONG(); \
952 *rd ^= PARAM_LONG(); \
991 *rd=PARAM_LONG(); \
1087 UINT32 bitaddrs=PARAM_LONG(); in movb_aa()
1289 *rd = RFIELD##F(PARAM_LONG()); \
1313 UINT32 bitaddrs=PARAM_LONG(); \
[all …]
H A Dtms34010.c553 static INLINE INT32 PARAM_LONG(void) in PARAM_LONG() function
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms34/
H A D34010ops.c390 INT32 a = PARAM_LONG(); \
431 *rd &= ~PARAM_LONG(); \
508 INT32 t = ~PARAM_LONG(); \
838 *rd |= PARAM_LONG(); \
1027 INT32 t = ~PARAM_LONG(); \
1065 *rd ^= PARAM_LONG(); \
1106 *rd=PARAM_LONG(); \
1201 UINT32 bitaddrs=PARAM_LONG(); in movb_aa()
1404 *rd = RFIELD##F(PARAM_LONG()); \
1427 UINT32 bitaddrs=PARAM_LONG(); \
[all …]
H A Dtms34010.cpp261 INLINE INT32 PARAM_LONG(void) in PARAM_LONG() function
/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/emulators/fs-uae/fs-uae-3.1.35/src/mame/tm34010/
H A D34010ops.c379 INT32 a = PARAM_LONG(); \
420 *rd &= ~PARAM_LONG(); \
497 INT32 t = ~PARAM_LONG(); \
827 *rd |= PARAM_LONG(); \
1016 INT32 t = ~PARAM_LONG(); \
1054 *rd ^= PARAM_LONG(); \
1095 *rd=PARAM_LONG(); \
1181 *rd = (INT8)RBYTE(PARAM_LONG()); \
1190 UINT32 bitaddrs=PARAM_LONG(); in movb_aa()
1191 WBYTE(PARAM_LONG(),(UINT32)(UINT8)RBYTE(bitaddrs)); in movb_aa()
[all …]
H A Dtms34010.cpp190 inline INT32 tms340x0_device::PARAM_LONG() in PARAM_LONG() function in tms340x0_device
H A Dtms34010.h388 INT32 PARAM_LONG();
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms34010/
H A D34010ops.hxx374 int32_t a = PARAM_LONG(); \
415 *rd &= ~PARAM_LONG(); \
492 int32_t t = ~PARAM_LONG(); \
822 *rd |= PARAM_LONG(); \
1049 *rd ^= PARAM_LONG(); \
1090 *rd=PARAM_LONG(); \
1176 *rd = (int8_t)RBYTE(PARAM_LONG()); \
1185 uint32_t bitaddrs=PARAM_LONG(); in movb_aa()
1186 WBYTE(PARAM_LONG(),(uint32_t)(uint8_t)RBYTE(bitaddrs)); in movb_aa()
1388 *rd = RFIELD##F(PARAM_LONG()); \
[all …]
H A Dtms34010.h365 virtual int32_t PARAM_LONG() = 0;
1031 virtual int32_t PARAM_LONG() override;
1066 virtual int32_t PARAM_LONG() override; in DECLARE_DEVICE_TYPE()
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 D34010ops.hxx374 int32_t a = PARAM_LONG(); \
415 *rd &= ~PARAM_LONG(); \
492 int32_t t = ~PARAM_LONG(); \
822 *rd |= PARAM_LONG(); \
1049 *rd ^= PARAM_LONG(); \
1090 *rd=PARAM_LONG(); \
1176 *rd = (int8_t)RBYTE(PARAM_LONG()); \
1185 uint32_t bitaddrs=PARAM_LONG(); in movb_aa()
1186 WBYTE(PARAM_LONG(),(uint32_t)(uint8_t)RBYTE(bitaddrs)); in movb_aa()
1388 *rd = RFIELD##F(PARAM_LONG()); \
[all …]
H A Dtms34010.h365 virtual int32_t PARAM_LONG() = 0;
1031 virtual int32_t PARAM_LONG() override;
1066 virtual int32_t PARAM_LONG() override; in DECLARE_DEVICE_TYPE()
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/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/haskell-gi-base-0.24.5/c/
H A Dhsgclosure.c395 PARAM_TYPE(ParamSpecLong, PARAM_LONG);