Home | History | Annotate | Download | only in priv

Lines Matching refs:isR

697          const Bool isR = (rRead    & jMask) != 0;
705 if (isW && !isR) {
712 } else if (!isW && isR) {
725 vassert(isR && isW);