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

/gem5/src/arch/power/
H A Dregisters.hh101 INTREG_CR = NumIntArchRegs, enumerator in enum:PowerISA::MiscIntRegNums
H A Dremote_gdb.cc191 r.cr = htobe((uint32_t)context->readIntReg(INTREG_CR));
210 context->setIntReg(INTREG_CR, betoh(r.cr));
H A Dprocess.cc293 Cr cr = tc->readIntReg(INTREG_CR);
299 tc->setIntReg(INTREG_CR, cr);

Completed in 4 milliseconds