Home | History | Annotate | Download | only in x86

Lines Matching refs:rdi

32     push        rdi
60 mov rdi, arg(6) ; accumulator
162 movdqa xmm4, [rdi]
163 movdqa xmm5, [rdi+16]
164 movdqa xmm6, [rdi+32]
165 movdqa xmm7, [rdi+48]
172 movdqa [rdi], xmm4
173 movdqa [rdi+16], xmm5
174 movdqa [rdi+32], xmm6
175 movdqa [rdi+48], xmm7
176 lea rdi, [rdi + 16*4] ; accumulator += 16*(sizeof(int))
190 pop rdi