1 shlb $1, %al 2 shlb $5, %al 3 shlb %cl, %al 4 shlb %al 5 shlw $1, %ax 6 shlw $5, %ax 7 shlw %cl, %ax 8 shlw %ax 9 shll $1, %eax 10 shll $5, %eax 11 shll %cl, %eax 12 shll %eax 13 shlq $1, %rax 14 shlq $5, %rax 15 shlq %cl, %rax 16 shlq %rax 17 18 shldw $5, %bx, %dx 19 shldw %cl, %bx, %dx 20 shldw %bx, %dx 21 shldl $5, %ebx, %edx 22 shldl %cl, %ebx, %edx 23 shldl %ebx, %edx 24 shldq $5, %rbx, %rdx 25 shldq %cl, %rbx, %rdx 26 shldq %rbx, %rdx 27