Lines Matching refs:CWP
311 RegVal CWP = tc->readMiscRegNoEffect(MISCREG_CWP);
329 replaceBits(TSTATE, 4, 0, CWP);
362 CWP++;
364 CWP += (CANSAVE + 2);
366 CWP--;
371 CWP = (CWP + NWindows) % NWindows;
372 tc->setMiscReg(MISCREG_CWP, CWP);
390 RegVal CWP = tc->readMiscRegNoEffect(MISCREG_CWP);
412 replaceBits(TSTATE, 4, 0, CWP);
458 CWP++;
460 CWP += (CANSAVE + 2);
462 CWP--;
467 CWP = (CWP + NWindows) % NWindows;
468 tc->setMiscReg(MISCREG_CWP, CWP);