Home
last modified time | relevance | path

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

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/i8051/
H A Dmcs51ops.c306 IRAM_IW(R_REG(r),data-1); in OPHANDLER()
379 IRAM_IW(R_REG(r),data+1); in OPHANDLER()
542 IRAM_IW(R_REG(r),data); //Store data to address pointed by R0 or R1 in OPHANDLER()
586 IRAM_IW(R_REG(r),IRAM_R(addr)); //Store data from data address to address pointed to by R0 or R1 in OPHANDLER()
606 IRAM_IW(R_REG(r),ACC); //Store A to location pointed to by R0 or R1 in OPHANDLER()
771IRAM_IW(tmpSP, IRAM_R(addr)); //Store to stack contents of data address - IRAM_IW needed to stor… in OPHANDLER()
908 IRAM_IW(R_REG(r),oldACC); //Sets data address to old value of ACC in OPHANDLER()
H A Dmcs51.cpp427 #define IRAM_IW(a, d) iram_iwrite(a, d) macro
869IRAM_IW(tmpSP, (PC & 0xff)); //Store low byte of PC to Internal Ram (Use IRAM_IW to store stack… in push_pc()
872IRAM_IW(tmpSP, ( (PC & 0xff00) >> 8)); //Store hi byte of PC to next address in Internal Ram (Use… in push_pc()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mcs51/
H A Dmcs51ops.hxx308 IRAM_IW(R_REG(r),data-1); in OPHANDLER()
381 IRAM_IW(R_REG(r),data+1); in OPHANDLER()
544 IRAM_IW(R_REG(r),data); //Store data to address pointed by R0 or R1 in OPHANDLER()
588IRAM_IW(R_REG(r),IRAM_R(addr)); //Store data from data address to address pointed to by R0… in OPHANDLER()
608 IRAM_IW(R_REG(r),ACC); //Store A to location pointed to by R0 or R1 in OPHANDLER()
773IRAM_IW(tmpSP, IRAM_R(addr)); //Store to stack contents of data address - IRAM_IW needed… in OPHANDLER()
910 IRAM_IW(R_REG(r),oldACC); //Sets data address to old value of ACC in OPHANDLER()
H A Dmcs51.cpp471 #define IRAM_IW(a, d) iram_iwrite(a, d) macro
876IRAM_IW(tmpSP, (PC & 0xff)); //Store low byte of PC to Internal Ram (Use IRAM_IW to… in push_pc()
879IRAM_IW(tmpSP, ( (PC & 0xff00) >> 8)); //Store hi byte of PC to next address in Internal Ram … in push_pc()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mcs51/
H A Dmcs51ops.hxx308 IRAM_IW(R_REG(r),data-1); in OPHANDLER()
381 IRAM_IW(R_REG(r),data+1); in OPHANDLER()
544 IRAM_IW(R_REG(r),data); //Store data to address pointed by R0 or R1 in OPHANDLER()
588IRAM_IW(R_REG(r),IRAM_R(addr)); //Store data from data address to address pointed to by R0… in OPHANDLER()
608 IRAM_IW(R_REG(r),ACC); //Store A to location pointed to by R0 or R1 in OPHANDLER()
773IRAM_IW(tmpSP, IRAM_R(addr)); //Store to stack contents of data address - IRAM_IW needed… in OPHANDLER()
910 IRAM_IW(R_REG(r),oldACC); //Sets data address to old value of ACC in OPHANDLER()
H A Dmcs51.cpp471 #define IRAM_IW(a, d) iram_iwrite(a, d) macro
876IRAM_IW(tmpSP, (PC & 0xff)); //Store low byte of PC to Internal Ram (Use IRAM_IW to… in push_pc()
879IRAM_IW(tmpSP, ( (PC & 0xff00) >> 8)); //Store hi byte of PC to next address in Internal Ram … in push_pc()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/i8051/
H A Dmcs51ops.c542 IRAM_IW(R_REG(r),data); //Store data to address pointed by R0 or R1 in OPHANDLER()
586 IRAM_IW(R_REG(r),IRAM_R(addr)); //Store data from data address to address pointed to by R0 or R1 in OPHANDLER()
606 IRAM_IW(R_REG(r),ACC); //Store A to location pointed to by R0 or R1 in OPHANDLER()
771IRAM_IW(tmpSP, IRAM_R(addr)); //Store to stack contents of data address - IRAM_IW needed to stor… in OPHANDLER()
H A Dmcs51.cpp377 #define IRAM_IW(a, d) iram_iwrite(a, d) macro
819IRAM_IW(tmpSP, (PC & 0xff)); //Store low byte of PC to Internal Ram (Use IRAM_IW to store stack… in push_pc()
822IRAM_IW(tmpSP, ( (PC & 0xff00) >> 8)); //Store hi byte of PC to next address in Internal Ram (Use… in push_pc()