Searched refs:hyperstone_andn (Results 1 – 8 of 8) sorted by relevance
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/e132xs/ |
H A D | e132xsop.inc | 394 hyperstone_andn(decode); 401 hyperstone_andn(decode); 408 hyperstone_andn(decode); 415 hyperstone_andn(decode);
|
H A D | e132xs.cpp | 2090 static void hyperstone_andn(struct regs_decode *decode) in hyperstone_andn() function
|
/dports/emulators/mess/mame-mame0226/src/devices/cpu/e132xs/ |
H A D | e132xs.cpp | 1764 case 0x34: hyperstone_andn<GLOBAL, GLOBAL>(); break; in execute_run() 1765 case 0x35: hyperstone_andn<GLOBAL, LOCAL>(); break; in execute_run() 1766 case 0x36: hyperstone_andn<LOCAL, GLOBAL>(); break; in execute_run() 1767 case 0x37: hyperstone_andn<LOCAL, LOCAL>(); break; in execute_run()
|
H A D | e132xs.h | 376 template <reg_bank DST_GLOBAL, reg_bank SRC_GLOBAL> void hyperstone_andn();
|
H A D | e132xsop.hxx | 471 void hyperstone_device::hyperstone_andn() in hyperstone_andn() function in hyperstone_device
|
/dports/emulators/mame/mame-mame0226/src/devices/cpu/e132xs/ |
H A D | e132xs.cpp | 1764 case 0x34: hyperstone_andn<GLOBAL, GLOBAL>(); break; in execute_run() 1765 case 0x35: hyperstone_andn<GLOBAL, LOCAL>(); break; in execute_run() 1766 case 0x36: hyperstone_andn<LOCAL, GLOBAL>(); break; in execute_run() 1767 case 0x37: hyperstone_andn<LOCAL, LOCAL>(); break; in execute_run()
|
H A D | e132xs.h | 376 template <reg_bank DST_GLOBAL, reg_bank SRC_GLOBAL> void hyperstone_andn();
|
H A D | e132xsop.hxx | 471 void hyperstone_device::hyperstone_andn() in hyperstone_andn() function in hyperstone_device
|