Lines Matching refs:rax
49 movabsq $0x5555555555555555, %rax
51 andq %rdx, %rax # t &= 0x5555555555555555
53 subq %rax, %rdi # w -= t
55 movq %rdi, %rax # w -> t
57 andq %rdx, %rax # t &= 0x3333333333333333
59 addq %rdx, %rax # w = w_tmp + t
61 movq %rax, %rdx # w -> t
63 addq %rdx, %rax # w_tmp += t
65 andq %rdx, %rax # w_tmp &= 0x0f0f0f0f0f0f0f0f
67 imulq %rdx, %rax # w_tmp *= 0x0101010101010101
68 shrq $56, %rax # w = w_tmp >> 56