shr VEX function

Bit-shifts an integer right.

See also: shl

  1. int shr(int a, int bits)

Bit-shifts a to the right by bits.