Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// 64-bit right shifts on IA-32 platforms become
shrdl  %eax%edx, %edx%eax
sarl   %cl, %eax%edx

where %eax stores the least significant bits in the doubleword to be shifted, and %edx stores the most significant bits.

...

...