/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/v60/ |
H A D | op7a.c | 112 static void F7bDecodeOperands(UINT32 (*DecodeOp1)(void), UINT8 dim1, UINT32 (*DecodeOp2)(void), UIN… in F7bDecodeOperands() function 460 F7bDecodeOperands(ReadAMAddress,0,ReadAM,0); in opSEARCHUB() 486 F7bDecodeOperands(ReadAMAddress,1,ReadAM,1); in opSEARCHUH() 511 F7bDecodeOperands(ReadAMAddress,0,ReadAM,0); in opSEARCHDB() 537 F7bDecodeOperands(ReadAMAddress,1,ReadAM,1); in opSEARCHDH() 723 F7bDecodeOperands(BitReadAMAddress,10,BitReadAMAddress,10); in opMOVBSD() 779 F7bDecodeOperands(BitReadAMAddress,10,BitReadAMAddress,10); in opMOVBSU()
|
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/v60/ |
H A D | op7a.c | 112 static void F7bDecodeOperands(UINT32 (*DecodeOp1)(void), UINT8 dim1, UINT32 (*DecodeOp2)(void), UIN… in F7bDecodeOperands() function 460 F7bDecodeOperands(ReadAMAddress,0,ReadAM,0); in opSEARCHUB() 486 F7bDecodeOperands(ReadAMAddress,1,ReadAM,1); in opSEARCHUH() 511 F7bDecodeOperands(ReadAMAddress,0,ReadAM,0); in opSEARCHDB() 537 F7bDecodeOperands(ReadAMAddress,1,ReadAM,1); in opSEARCHDH() 723 F7bDecodeOperands(BitReadAMAddress,10,BitReadAMAddress,10); in opMOVBSD() 779 F7bDecodeOperands(BitReadAMAddress,10,BitReadAMAddress,10); in opMOVBSU()
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/v60/ |
H A D | op7a.c | 112 void F7bDecodeOperands(UINT32 (*DecodeOp1)(void), UINT8 dim1, UINT32 (*DecodeOp2)(void), UINT8 dim2) in F7bDecodeOperands() function 460 F7bDecodeOperands(ReadAMAddress,0,ReadAM,0); in opSEARCHUB() 486 F7bDecodeOperands(ReadAMAddress,1,ReadAM,1); in opSEARCHUH() 511 F7bDecodeOperands(ReadAMAddress,0,ReadAM,0); in opSEARCHDB() 537 F7bDecodeOperands(ReadAMAddress,1,ReadAM,1); in opSEARCHDH() 723 F7bDecodeOperands(BitReadAMAddress,10,BitReadAMAddress,10); in opMOVBSD() 779 F7bDecodeOperands(BitReadAMAddress,10,BitReadAMAddress,10); in opMOVBSU()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/v60/ |
H A D | op7a.c | 112 static void F7bDecodeOperands(UINT32 (*DecodeOp1)(void), UINT8 dim1, UINT32 (*DecodeOp2)(void), UIN… in F7bDecodeOperands() function 460 F7bDecodeOperands(ReadAMAddress,0,ReadAM,0); in opSEARCHUB() 486 F7bDecodeOperands(ReadAMAddress,1,ReadAM,1); in opSEARCHUH() 511 F7bDecodeOperands(ReadAMAddress,0,ReadAM,0); in opSEARCHDB() 537 F7bDecodeOperands(ReadAMAddress,1,ReadAM,1); in opSEARCHDH() 723 F7bDecodeOperands(BitReadAMAddress,10,BitReadAMAddress,10); in opMOVBSD() 779 F7bDecodeOperands(BitReadAMAddress,10,BitReadAMAddress,10); in opMOVBSU()
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/v60/ |
H A D | op7a.hxx | 94 void v60_device::F7bDecodeOperands(am_func DecodeOp1, uint8_t dim1, am_func DecodeOp2, uint8_t dim2) in F7bDecodeOperands() function in v60_device 442 F7bDecodeOperands(&v60_device::ReadAMAddress, 0,&v60_device::ReadAM, 0); in opSEARCHUB() 468 F7bDecodeOperands(&v60_device::ReadAMAddress, 1,&v60_device::ReadAM, 1); in opSEARCHUH() 493 F7bDecodeOperands(&v60_device::ReadAMAddress, 0,&v60_device::ReadAM, 0); in opSEARCHDB() 519 F7bDecodeOperands(&v60_device::ReadAMAddress, 1,&v60_device::ReadAM, 1); in opSEARCHDH() 705 F7bDecodeOperands(&v60_device::BitReadAMAddress, 10, &v60_device::BitReadAMAddress, 10); in opMOVBSD() 761 F7bDecodeOperands(&v60_device::BitReadAMAddress, 10, &v60_device::BitReadAMAddress, 10); in opMOVBSU()
|
H A D | v60.h | 711 void F7bDecodeOperands(am_func DecodeOp1, uint8_t dim1, am_func DecodeOp2, uint8_t dim2);
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/v60/ |
H A D | op7a.hxx | 94 void v60_device::F7bDecodeOperands(am_func DecodeOp1, uint8_t dim1, am_func DecodeOp2, uint8_t dim2) in F7bDecodeOperands() function in v60_device 442 F7bDecodeOperands(&v60_device::ReadAMAddress, 0,&v60_device::ReadAM, 0); in opSEARCHUB() 468 F7bDecodeOperands(&v60_device::ReadAMAddress, 1,&v60_device::ReadAM, 1); in opSEARCHUH() 493 F7bDecodeOperands(&v60_device::ReadAMAddress, 0,&v60_device::ReadAM, 0); in opSEARCHDB() 519 F7bDecodeOperands(&v60_device::ReadAMAddress, 1,&v60_device::ReadAM, 1); in opSEARCHDH() 705 F7bDecodeOperands(&v60_device::BitReadAMAddress, 10, &v60_device::BitReadAMAddress, 10); in opMOVBSD() 761 F7bDecodeOperands(&v60_device::BitReadAMAddress, 10, &v60_device::BitReadAMAddress, 10); in opMOVBSU()
|
H A D | v60.h | 711 void F7bDecodeOperands(am_func DecodeOp1, uint8_t dim1, am_func DecodeOp2, uint8_t dim2);
|