Lines Matching refs:RDI
103 or %r8d, %r9d # in either RSI or RDI
153 sub %rdi, %rsi # express RSI as distance from RDI
156 pcmpeqb %xmm3, %xmm1 # ... corresponding to RDI
182 0: movdqu (%rdi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
194 movdqu 16(%rdi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
234 shl %cl, %r8w # adjust NUL mask to positions in RDI/RDX
247 add %rax, %rdi # point RDI to chunk corresponding to (RSI)
264 sub %rsi, %rdi # express RDI as distance from RSI
265 lea (%rdi, %rax, 1), %rdx # point RDX to offset in RDI corresponding to RSI
293 0: movdqu (%rsi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
305 movdqu 16(%rsi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
335 shl %cl, %r8w # adjust NUL mask to positions in RDI/RDX
347 add %rsi, %rdi # restore RDI pointer
348 add %rax, %rsi # point RSI to chunk corresponding to (RDI)