Lines Matching refs:rcx
72 movq %r8, %rcx
73 andq %rdx, %rcx / %rcx = %rdx & 0x7f7f7f7f7f7f7f7f
75 addq %r8, %rcx / %rcx += 0x7f7f7f7f7f7f7f7f
76 orq %rdx, %rcx / %rcx |= %rdx
77 andq %r9, %rcx / %rcx &= 0x8080808080808080
78 cmpq %r9, %rcx / if no null byte in this quadword
96 movq %r8, %rcx
97 andq %rdx, %rcx / %rcx = %rdx & 0x7f7f7f7f7f7f7f7f
99 addq %r8, %rcx / %rcx += 0x7f7f7f7f7f7f7f7f
100 orq %rdx, %rcx / %rcx |= %rdx
101 andq %r9, %rcx / %rcx &= 0x8080808080808080
102 cmpq %r9, %rcx / if null byte in this quadaword