Home | History | Annotate | Download | only in priv

Lines Matching refs:off8

3621          UInt off8   = simm11 >= 0 ? simm11 : ((UInt)(-simm11));
3625 vassert(0 == (off8 & 3));
3626 off8 >>= 2;
3627 vassert(0 == (off8 & 0xFFFFFF00));
3629 insn |= off8;
3637 UInt off8 = simm11 >= 0 ? simm11 : ((UInt)(-simm11));
3642 vassert(0 == (off8 & 3));
3643 off8 >>= 2;
3644 vassert(0 == (off8 & 0xFFFFFF00));
3646 insn |= off8;