/// <summary> /// Pops two arguments off the stack, shifts the second value right by the first value. /// /// Sign extends from the left. /// </summary> public Emit ShiftRight() { InnerEmit.ShiftRight(); return(this); }