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

/gem5/src/arch/mips/
H A Ddsp.cc797 ccond |= cc << (DSP_CTL_POS[DSP_CCOND] + i);
800 writeDSPControl(dspctl, ccond, 1 << DSP_CCOND);
864 ccond |= cc << (DSP_CTL_POS[DSP_CCOND] + i);
867 writeDSPControl(dspctl, ccond, 1 << DSP_CCOND);
1009 int condbit = DSP_CTL_POS[DSP_CCOND] + i;
1170 if (mask & 0x10) fmask |= DSP_CTL_MASK[DSP_CCOND];
1187 if (mask & 0x10) fmask |= DSP_CTL_MASK[DSP_CCOND];
H A Ddsp.hh58 DSP_CCOND, // condition code enumerator in enum:MipsISA::__anon2

Completed in 9 milliseconds