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

/gem5/src/arch/sparc/
H A Dua2005.cc287 temp = readMiscRegNoEffect(miscReg) & (STS::active | STS::speculative);
292 temp |= tc->contextId() << STS::shft_id;
297 temp |= STS::st_run << (STS::shft_fsm0 -
298 ((x & 0x3) * (STS::shft_fsm0-STS::shft_fsm1)));
302 temp |= STS::st_idle << (STS::shft_fsm0 -
303 ((x & 0x3) * (STS
[all...]
H A Dmiscregs.hh139 struct STS struct in namespace:SparcISA

Completed in 6 milliseconds