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

/gem5/src/arch/sparc/
H A Dua2005.cc297 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::shft_fsm0-STS::shft_fsm1)));
306 temp |= STS::st_halt << (STS::shft_fsm0 -
307 ((x & 0x3) * (STS::shft_fsm0-STS::shft_fsm1)));
H A Dmiscregs.hh151 const static int shft_fsm0 = 31; member in struct:SparcISA::STS

Completed in 3 milliseconds