Home
last modified time | relevance | path

Searched refs:TMS32010_AR0 (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms32010/
H A Dtms32010.h69 TMS32010_PREG, TMS32010_TREG, TMS32010_AR0, TMS32010_AR1, enumerator
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/tms32010/
H A Dtms32010.h67 TMS32010_PREG, TMS32010_TREG, TMS32010_AR0, TMS32010_AR1, enumerator
H A Dtms32010.cpp1008 case CPUINFO_INT_REGISTER + TMS32010_AR0: R.AR[0] = info->i; break;
1057 case CPUINFO_INT_REGISTER + TMS32010_AR0: info->i = R.AR[0]; break;
1106 …case CPUINFO_STR_REGISTER + +TMS32010_AR0: sprintf(info->s = cpuintrf_temp_str(), "AR0:%04X", R…
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms32010/
H A Dtms32010.h46 TMS32010_PREG, TMS32010_TREG, TMS32010_AR0, TMS32010_AR1, enumerator
H A Dtms32010.c80 TMS32010_PREG,TMS32010_TREG,TMS32010_AR0, TMS32010_AR1,-1,
854 case TMS32010_AR0: return R.AR[0]; in tms32010_get_reg()
886 case TMS32010_AR0: R.AR[0] = val; break; in tms32010_set_reg()
935 case CPU_INFO_REG+TMS32010_AR0: sprintf(buffer[which], "AR0:%04X", r->AR[0]); break; in tms32010_info()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms32010/
H A Dtms32010.h46 TMS32010_PREG, TMS32010_TREG, TMS32010_AR0, TMS32010_AR1, enumerator
H A Dtms32010.c80 TMS32010_PREG,TMS32010_TREG,TMS32010_AR0, TMS32010_AR1,-1,
854 case TMS32010_AR0: return R.AR[0]; in tms32010_get_reg()
886 case TMS32010_AR0: R.AR[0] = val; break; in tms32010_set_reg()
935 case CPU_INFO_REG+TMS32010_AR0: sprintf(buffer[which], "AR0:%04X", r->AR[0]); break; in tms32010_info()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms32010/
H A Dtms32010.h24 TMS32010_PREG, TMS32010_TREG, TMS32010_AR0, TMS32010_AR1, enumerator
H A Dtms32010.cpp863 state_add( TMS32010_AR0, "AR0", m_AR[0]).formatstr("%04X"); in device_start()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms32010/
H A Dtms32010.h24 TMS32010_PREG, TMS32010_TREG, TMS32010_AR0, TMS32010_AR1, enumerator
H A Dtms32010.cpp863 state_add( TMS32010_AR0, "AR0", m_AR[0]).formatstr("%04X"); in device_start()