Searched refs:ccond (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/mips/
H A Ddsp.cc775 int ccond = 0; local
797 ccond |= cc << (DSP_CTL_POS[DSP_CCOND] + i);
800 writeDSPControl(dspctl, ccond, 1 << DSP_CCOND);
841 int ccond = 0; local
864 ccond |= cc << (DSP_CTL_POS[DSP_CCOND] + i);
867 writeDSPControl(dspctl, ccond, 1 << DSP_CCOND);

Completed in 7 milliseconds