Home
last modified time | relevance | path

Searched refs:opSEARCHDB (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/v60/
H A Dop7a.c506 static UINT32 opSEARCHDB(UINT8 bSearch) in opSEARCHDB() function
560 static UINT32 opSCHCDB(void) { return opSEARCHDB(1); } in opSCHCDB()
564 static UINT32 opSKPCDB(void) { return opSEARCHDB(0); } in opSKPCDB()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/v60/
H A Dop7a.c506 static UINT32 opSEARCHDB(UINT8 bSearch) in opSEARCHDB() function
560 static UINT32 opSCHCDB(void) { return opSEARCHDB(1); } in opSCHCDB()
564 static UINT32 opSKPCDB(void) { return opSEARCHDB(0); } in opSKPCDB()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/v60/
H A Dop7a.c506 UINT32 opSEARCHDB(UINT8 bSearch) in opSEARCHDB() function
560 UINT32 opSCHCDB(void) { return opSEARCHDB(1); } in opSCHCDB()
564 UINT32 opSKPCDB(void) { return opSEARCHDB(0); } in opSKPCDB()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/v60/
H A Dop7a.c506 static UINT32 opSEARCHDB(UINT8 bSearch) in opSEARCHDB() function
560 static UINT32 opSCHCDB(void) { return opSEARCHDB(1); } in opSCHCDB()
564 static UINT32 opSKPCDB(void) { return opSEARCHDB(0); } in opSKPCDB()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/v60/
H A Dop7a.hxx488 uint32_t v60_device::opSEARCHDB(uint8_t bSearch) in opSEARCHDB() function in v60_device
542 uint32_t v60_device::opSCHCDB() { return opSEARCHDB(1); } in opSCHCDB()
546 uint32_t v60_device::opSKPCDB() { return opSEARCHDB(0); } in opSKPCDB()
H A Dv60.h721 uint32_t opSEARCHDB(uint8_t bSearch);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/v60/
H A Dop7a.hxx488 uint32_t v60_device::opSEARCHDB(uint8_t bSearch) in opSEARCHDB() function in v60_device
542 uint32_t v60_device::opSCHCDB() { return opSEARCHDB(1); } in opSCHCDB()
546 uint32_t v60_device::opSKPCDB() { return opSEARCHDB(0); } in opSKPCDB()
H A Dv60.h721 uint32_t opSEARCHDB(uint8_t bSearch);