Searched refs:divs8 (Results 1 – 5 of 5) sorted by relevance
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tlcs900/ |
H A D | tlcs900.h | 255 uint16_t divs8( int16_t a, int8_t b );
|
H A D | 900tbl.hxx | 1206 uint16_t tlcs900_device::divs8( int16_t a, int8_t b ) in divs8() function in tlcs900_device 2015 *m_p1_reg16 = divs8( *m_p1_reg16, m_imm2.b.l ); in op_DIVSBRI() 2021 *m_p1_reg16 = divs8( *m_p1_reg16, RDMEM( m_ea2.d ) ); in op_DIVSBRM() 2027 *m_p1_reg16 = divs8( *m_p1_reg16, *m_p2_reg8 ); in op_DIVSBRR()
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tlcs900/ |
H A D | tlcs900.h | 255 uint16_t divs8( int16_t a, int8_t b );
|
H A D | 900tbl.hxx | 1206 uint16_t tlcs900_device::divs8( int16_t a, int8_t b ) in divs8() function in tlcs900_device 2015 *m_p1_reg16 = divs8( *m_p1_reg16, m_imm2.b.l ); in op_DIVSBRI() 2021 *m_p1_reg16 = divs8( *m_p1_reg16, RDMEM( m_ea2.d ) ); in op_DIVSBRM() 2027 *m_p1_reg16 = divs8( *m_p1_reg16, *m_p2_reg8 ); in op_DIVSBRR()
|
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tlcs900/ |
H A D | 900tbl.c | 1189 INLINE UINT16 divs8( tlcs900_state *cpustate, INT16 a, INT8 b ) in divs8() function 1998 *cpustate->p1_reg16 = divs8( cpustate, *cpustate->p1_reg16, cpustate->imm2.b.l ); in _DIVSBRI() 2004 *cpustate->p1_reg16 = divs8( cpustate, *cpustate->p1_reg16, RDMEM( cpustate->ea2.d ) ); in _DIVSBRM() 2010 *cpustate->p1_reg16 = divs8( cpustate, *cpustate->p1_reg16, *cpustate->p2_reg8 ); in _DIVSBRR()
|