Home | History | Annotate | Download | only in priv

Lines Matching full:off8

3031          UInt off8   = simm11 >= 0 ? simm11 : ((UInt)(-simm11));
3035 vassert(0 == (off8 & 3));
3036 off8 >>= 2;
3037 vassert(0 == (off8 & 0xFFFFFF00));
3039 insn |= off8;
3047 UInt off8 = simm11 >= 0 ? simm11 : ((UInt)(-simm11));
3052 vassert(0 == (off8 & 3));
3053 off8 >>= 2;
3054 vassert(0 == (off8 & 0xFFFFFF00));
3056 insn |= off8;