Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 123 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 123 Bytes

3.9

shift_left4_rightn:
    movq  %rdi, %rax
    salq   $4, %rax
    movl  %esi, %ecx
    sarq  %cl, %rax