Home
last modified time | relevance | path

Searched refs:SP_WR_LEN_REG (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/rsp/
H A Dregisters.md16 X(SP_WR_LEN_REG) \
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/rsp/
H A Drsp_core.h73 SP_WR_LEN_REG, enumerator
H A Drsp_core.c232 case SP_WR_LEN_REG: in write_rsp_regs()
233 l = sp->regs[SP_WR_LEN_REG]; in write_rsp_regs()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/
H A Drsp_1.1.h81 RCPREG *SP_WR_LEN_REG; member
H A Dparallel.cpp137 cr[0x3] = RSP::rsp.SP_WR_LEN_REG; in parallelRSPInitiateRSP()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-hle/src/
H A Dhle_plugin.c114 rsp_info.SP_WR_LEN_REG, in hleInitiateRSP()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/plugin/
H A Dplugin.c243 rsp_info.SP_WR_LEN_REG = &g_dev.sp.regs[SP_WR_LEN_REG]; in plugin_start_rsp()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-cxd4/
H A Drsp.h92 pu32 SP_WR_LEN_REG; member
H A Dmodule.c248 CR[0x3] = &GET_RCP_REG(SP_WR_LEN_REG); in API_PREFIX()
H A Dsu.c253 length = (GET_RCP_REG(SP_WR_LEN_REG) & 0x00000FFFul) >> 0; in SP_DMA_WRITE()
254 count = (GET_RCP_REG(SP_WR_LEN_REG) & 0x000FF000ul) >> 12; in SP_DMA_WRITE()
255 skip = (GET_RCP_REG(SP_WR_LEN_REG) & 0xFFF00000ul) >> 20; in SP_DMA_WRITE()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/api/
H A Dm64p_plugin.h51 uint32_t * SP_WR_LEN_REG; member
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/main/
H A Dsavestates.c138 g_dev.sp.regs[SP_WR_LEN_REG] = GETDATA(curr, uint32_t); in savestates_load_m64p()
367 PUTDATA(curr, uint32_t, g_dev.sp.regs[SP_WR_LEN_REG]); in savestates_save_m64p()