Lines Matching refs:rcx
27 movq %rdi, %rcx /* Dest. register. */
50 movq (%rax), %rcx /* get double word (= 8 bytes) in question */
53 addq %rcx, %rdx /* add the magic value to the word. We get
57 xorq %rcx, %rdx /* (word+magic)^word */
64 movq (%rax), %rcx /* get double word (= 8 bytes) in question */
67 addq %rcx, %rdx /* add the magic value to the word. We get
71 xorq %rcx, %rdx /* (word+magic)^word */
78 movq (%rax), %rcx /* get double word (= 8 bytes) in question */
81 addq %rcx, %rdx /* add the magic value to the word. We get
85 xorq %rcx, %rdx /* (word+magic)^word */
92 movq (%rax), %rcx /* get double word (= 8 bytes) in question */
95 addq %rcx, %rdx /* add the magic value to the word. We get
99 xorq %rcx, %rdx /* (word+magic)^word */
124 shrq $32, %rcx /* look at other half. */
141 movq %rsi, %rcx /* duplicate */