Home
last modified time | relevance | path

Searched defs:and8 (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/tlcs900/
H A D900tbl.hxx527 uint8_t tlcs900_device::and8( uint8_t a, uint8_t b) in and8() function in tlcs900_device
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tlcs900/
H A D900tbl.hxx527 uint8_t tlcs900_device::and8( uint8_t a, uint8_t b) in and8() function in tlcs900_device
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tlcs900/
H A D900tbl.c524 INLINE UINT8 and8( tlcs900_state *cpustate, UINT8 a, UINT8 b) in and8() function