Couldn't understand a line of code

Tell me the meaning of this statement LXR >>= 1;

what this equal to(=) sign indicate in right shift

It means assign the value lxr = lxr/2. >> Is a right shift operator