Lines Matching refs:rcx
76 movq %r8, %rcx
77 andq %r11, %rcx / %rcx = %r11 & 0x7f7f7f7f
79 addq %r8, %rcx / %rcx += 0x7f7f7f7f
80 orq %r11, %rcx / %rcx |= %r11
81 andq %r9, %rcx / %rcx &= 0x80808080
82 cmpq %r9, %rcx / if no null byte in this quadword
103 movq %r8, %rcx
104 andq %r11, %rcx / %rcx = %r11 & 0x7f7f7f7f
106 addq %r8, %rcx / %rcx += 0x7f7f7f7f
107 orq %r11, %rcx / %rcx |= %r11
108 andq %r9, %rcx / %rcx &= 0x80808080
109 cmpq %r9, %rcx / if null byte in this quadword