Home | History | Annotate | Download | only in priv

Lines Matching full:off8

3507          UInt off8   = simm11 >= 0 ? simm11 : ((UInt)(-simm11));
3511 vassert(0 == (off8 & 3));
3512 off8 >>= 2;
3513 vassert(0 == (off8 & 0xFFFFFF00));
3515 insn |= off8;
3523 UInt off8 = simm11 >= 0 ? simm11 : ((UInt)(-simm11));
3528 vassert(0 == (off8 & 3));
3529 off8 >>= 2;
3530 vassert(0 == (off8 & 0xFFFFFF00));
3532 insn |= off8;