Lines Matching refs:RSI
184 lea -16(%rdx, %rbx, 1), %rdx # account for length of RSI chunk
247 sub %rdi, %rsi # express RSI as distance from RDI
255 cmp %rcx, %rdx # does the buffer end within (RDI,RSI,1)?
283 pcmpeqb (%rdi, %rsi, 1), %xmm1 # end of string in RSI?
310 pcmpeqb (%rdi, %rsi, 1), %xmm1 # end of string in RSI?
349 add %rdi, %rsi # restore RSI pointer
350 add %rax, %rdi # point RDI to chunk corresponding to (RSI)
384 add %rax, %rdx # RDX points to buffer end in RSI
385 neg %rax # ... corresponding to RSI
387 cmp %rcx, %rdx # does the buffer end within (RSI,RDI,1)?
399 0: movdqu (%rsi, %rbx, 1), %xmm0 # chunk of 1st string corresponding to RSI
427 movdqu (%rsi, %rbx, 1), %xmm0 # chunk of 1st string corresponding to RSI
456 shl %cl, %r8d # adjust NUL mask to positions in RSI/RBX
464 add %rax, %rsi # point RSI to chunk corresponding to (RDI)