Home
last modified time | relevance | path

Searched refs:PULL_8 (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/spc700/
H A Dspc700.h104 inline uint32_t PULL_8();
H A Dspc700.cpp487 uint32_t spc700_device::PULL_8() in PULL_8() function in spc700_device
501 uint32_t value = PULL_8(); in PULL_16()
502 return value | (PULL_8()<<8); in PULL_16()
1064 REG = PULL_8()
1069 SET_REG_P(PULL_8())
1079 SET_REG_P(PULL_8()); \
/dports/emulators/mame/mame-mame0226/src/devices/cpu/spc700/
H A Dspc700.h104 inline uint32_t PULL_8();
H A Dspc700.cpp487 uint32_t spc700_device::PULL_8() in PULL_8() function in spc700_device
501 uint32_t value = PULL_8(); in PULL_16()
502 return value | (PULL_8()<<8); in PULL_16()
1064 REG = PULL_8()
1069 SET_REG_P(PULL_8())
1079 SET_REG_P(PULL_8()); \
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/spc700/
H A Dspc700.c604 static INLINE uint PULL_8(void) in PULL_8() function
618 uint value = PULL_8(); in PULL_16()
619 return value | (PULL_8()<<8); in PULL_16()
1183 REG = PULL_8()
1188 SET_REG_P(PULL_8())
1198 SET_REG_P(PULL_8()); \
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/spc700/
H A Dspc700.c604 static INLINE uint PULL_8(void) in PULL_8() function
618 uint value = PULL_8(); in PULL_16()
619 return value | (PULL_8()<<8); in PULL_16()
1183 REG = PULL_8()
1188 SET_REG_P(PULL_8())
1198 SET_REG_P(PULL_8()); \