Lines Matching refs:RDI
247 sub %rdi, %rsi # express RSI as distance from RDI
249 neg %rax # ... corresponding to RDI
255 cmp %rcx, %rdx # does the buffer end within (RDI,RSI,1)?
281 0: movdqu (%rdi, %rbx, 1), %xmm0 # chunk of 2nd string corresponding to RDI
308 .Ltail: movdqu (%rdi, %rbx, 1), %xmm0 # chunk of 2nd string corresponding to RDI
337 shl %cl, %r8d # adjust NUL mask to positions in RDI/RBX
350 add %rax, %rdi # point RDI to chunk corresponding to (RSI)
378 sub %rsi, %rdi # express RDI as distance from RDI
387 cmp %rcx, %rdx # does the buffer end within (RSI,RDI,1)?
401 pcmpeqb (%rsi, %rdi, 1), %xmm1 # end of string in RDI?
429 pcmpeqb (%rsi, %rdi, 1), %xmm1 # end of string in RDI?
463 add %rsi, %rdi # restore RDI pointer
464 add %rax, %rsi # point RSI to chunk corresponding to (RDI)