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

/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh66 FSR, FPRS, PC, NPC, Y, CWP, PSTATE, ASI, CCR, enumerator in enum:SparcTraceChild::RegNum
H A Dtracechild.cc65 regVal = getRegVal(CCR);
161 case SparcTraceChild::CCR:
/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.py295 class CCR(CR): class in function:test_inherited_virtuals
299 obj = CCR()
/gem5/src/arch/sparc/
H A Dfaults.cc309 RegVal CCR = tc->readIntReg(NumIntArchRegs + 2); local
323 replaceBits(TSTATE, 39, 32, CCR);
388 RegVal CCR = tc->readIntReg(NumIntArchRegs + 2); local
406 replaceBits(TSTATE, 39, 32, CCR);

Completed in 11 milliseconds