Home | History | Annotate | Download | only in priv

Lines Matching refs:off8

3385          UInt off8   = simm11 >= 0 ? simm11 : ((UInt)(-simm11));
3389 vassert(0 == (off8 & 3));
3390 off8 >>= 2;
3391 vassert(0 == (off8 & 0xFFFFFF00));
3393 insn |= off8;
3401 UInt off8 = simm11 >= 0 ? simm11 : ((UInt)(-simm11));
3406 vassert(0 == (off8 & 3));
3407 off8 >>= 2;
3408 vassert(0 == (off8 & 0xFFFFFF00));
3410 insn |= off8;