Guest User

Untitled

a guest
Oct 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. +---+---+---+---
  2. | | | | ...
  3. +---+---+---+---
  4.  
  5.  
  6.  
  7. +---+---+---+---
  8. | 0 | | | ...
  9. +---+---+---+---
  10.  
  11. +---+---+---+---
  12. | | | | ...
  13. +---+---+---+---
  14. |
  15. |
  16. |
  17. +---+---+---+---
  18. | | | | ...
  19. +---+---+---+---
  20.  
  21. ( bit31 ? 0xFFFFFFFF : 0x00000000 ) << ( 32 - N ) )
  22.  
  23. LSL(SUB(LSR(NOT(X), 31), 1), SUB(32, N))
  24.  
  25. OR(LSL(SUB(LSR(NOT(X), 31), 1), SUB(32, N)), LSR(X, N))
Add Comment
Please, Sign In to add comment