Home
last modified time | relevance | path

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

/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Ddsp.c81 uint8_t plPtrFetch, plPtrRead, plPtrExec, plPtrWrite; variable
1791 plPtrFetch = 3, plPtrRead = 2, plPtrExec = 1, plPtrWrite = 0; in FlushDSPPipeline()
1813 #define DSP_PPC dsp_pc - (pipeline[plPtrRead].opcode == 38 ? 6 : (pipeline[plPtrRead].opcode == P…
1976 …uint32_t newPC = dsp_pc + (offset * 2) - (pipeline[plPtrRead].opcode == 38 ? 6 : (pipeline[plPtrRe… in DSP_jr()
2018 pipeline[plPtrExec] = pipeline[plPtrRead]; in DSP_jr()
2038 pipeline[plPtrRead].opcode = pipeline[plPtrExec].opcode = PIPELINE_STALL; in DSP_jr()
2093 pipeline[plPtrExec] = pipeline[plPtrRead]; in DSP_jump()
2114 pipeline[plPtrRead].opcode = pipeline[plPtrExec].opcode = PIPELINE_STALL; in DSP_jump()
2262 …PRES = dsp_pc - 2 - (pipeline[plPtrRead].opcode == 38 ? 6 : (pipeline[plPtrRead].opcode == PIPELIN… in DSP_movepc()