Lines Matching refs:rsi
28 movq %rsi, %rcx /* Source register. */
38 movb (%rsi), %al /* Fetch a byte */
42 incq %rsi
56 movq (%rsi), %rax /* Read double word (8 bytes). */
57 addq $8, %rsi /* Adjust pointer for next word. */
74 movq (%rsi), %rax /* Read double word (8 bytes). */
75 addq $8, %rsi /* Adjust pointer for next word. */
92 movq (%rsi), %rax /* Read double word (8 bytes). */
93 addq $8, %rsi /* Adjust pointer for next word. */
110 movq (%rsi), %rax /* Read double word (8 bytes). */
111 addq $8, %rsi /* Adjust pointer for next word. */