Home | History | Annotate | Download | only in priv

Lines Matching refs:notCond

4431             UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond;
4432 vassert(notCond <= 13); /* Neither AL nor NV */
4435 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond);
4474 //ZZ UInt notCond = 1 ^ (UInt)i->ARMin.XIndir.cond;
4475 //ZZ vassert(notCond <= 13); /* Neither AL nor NV */
4477 //ZZ *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF);
4540 UInt notCond = 1 ^ (UInt)i->ARM64in.XDirect.cond;
4541 vassert(notCond <= 13); /* Neither AL nor NV */
4544 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond);