Home
last modified time | relevance | path

Searched refs:rax (Results 1 – 25 of 222) sorted by relevance

123456789

/bionic/libc/arch-x86_64/string/
Dsse2-strlen-slm.S68 xor %rax, %rax
79 mov %rdi, %rax
80 and $-16, %rax
83 mov %rdi, %rax
84 and $-16, %rax
85 pcmpeqb (%rax), %xmm0
87 sub %rax, %rcx
97 pcmpeqb 16(%rax), %xmm0
102 pcmpeqb 32(%rax), %xmm1
107 pcmpeqb 48(%rax), %xmm2
[all …]
Dsse2-strlcpy-slm.S71 add %r9, %rax; \
76 xor %rax, %rax
95 add $16, %rax
113 movdqa (%rdi, %rax), %xmm1
120 add $16, %rax
127 add %rdx, %rax
129 add %rax, %rdi
136 add %rdx, %rax
137 cmp %r8, %rax
151 add %r8, %rax
[all …]
Dsse2-strcpy-slm.S86 mov %rdi, %rax /* save result */
313 lea 48(%rdi, %rdx), %rax
408 lea (%rdi, %rdx), %rax
425 lea 16(%rdi, %rdx), %rax
445 lea 32(%rdi, %rdx), %rax
569 lea (%rdi), %rax
583 lea 1(%rdi), %rax
598 lea 2(%rdi), %rax
612 lea 3(%rdi), %rax
627 lea 4(%rdi), %rax
[all …]
Dsse2-strcat-slm.S78 lea (%r9, %rax), %rdi
80 mov %r9, %rax /* save result */
Dsse4-memcmp-slm.S831 mov -16(%rdi), %rax
833 cmp %rax, %rcx
836 mov -8(%rdi), %rax
838 cmp %rax, %rcx
845 mov -12(%rdi), %rax
847 cmp %rax, %rcx
883 mov -17(%rdi), %rax
885 cmp %rax, %rcx
888 mov -9(%rdi), %rax
890 cmp %rax, %rcx
[all …]
/bionic/libm/x86_64/
Ds_tan.S152 lea Ctable(%rip), %rax
155 addq %rdx, %rax
160 movapd 16(%rax), %xmm7
164 movapd 48(%rax), %xmm1
166 movapd 96(%rax), %xmm4
171 addpd (%rax), %xmm7
172 addpd 32(%rax), %xmm1
174 addpd 80(%rax), %xmm4
176 movapd 112(%rax), %xmm1
180 movapd 64(%rax), %xmm1
[all …]
Ds_cos.S208 lea Ctable(%rip), %rax
210 addq %rdx, %rax
215 movq 8(%rax), %xmm7
227 movapd (%rax), %xmm2
229 movq 24(%rax), %xmm3
238 mulsd (%rax), %xmm4
242 addsd 8(%rax), %xmm3
247 movq 8(%rax), %xmm5
250 addsd 16(%rax), %xmm1
282 movd %xmm0, %rax
[all …]
Ds_sin.S211 lea Ctable(%rip), %rax
212 addq %rdx, %rax
216 movq 8(%rax), %xmm7
221 movapd (%rax), %xmm2
231 movq 24(%rax), %xmm3
240 mulsd (%rax), %xmm4
244 addsd 8(%rax), %xmm3
249 movq 8(%rax), %xmm5
252 addsd 16(%rax), %xmm1
289 movd %xmm0, %rax
[all …]
Ds_cbrt.S72 movq %rax, %r9
92 subq %rax, %r9
93 subq %rax, %r9
94 subq %rax, %r9
139 movq %rax, %r9
157 subq %rax, %r9
158 subq %rax, %r9
159 subq %rax, %r9
/bionic/libc/arch-x86_64/bionic/
D__bionic_clone.S35 movq 8(%rsp), %rax # Read 'arg'.
36 movq %rax, -8(%rsi) # Write 'arg'.
/bionic/linker/arch/x86_64/
Dbegin.S36 jmp *%rax
/bionic/libc/arch-x86_64/syscalls/
Dinit_module.S8 cmpq $-MAX_ERRNO, %rax
Dinotify_add_watch.S8 cmpq $-MAX_ERRNO, %rax
Dinotify_init1.S8 cmpq $-MAX_ERRNO, %rax
Dinotify_rm_watch.S8 cmpq $-MAX_ERRNO, %rax
Dkill.S8 cmpq $-MAX_ERRNO, %rax
Dlremovexattr.S8 cmpq $-MAX_ERRNO, %rax
Dmincore.S8 cmpq $-MAX_ERRNO, %rax
Dmlock.S8 cmpq $-MAX_ERRNO, %rax
Dmlockall.S8 cmpq $-MAX_ERRNO, %rax
Dreadv.S8 cmpq $-MAX_ERRNO, %rax
Drecvmsg.S8 cmpq $-MAX_ERRNO, %rax
Dsched_get_priority_max.S8 cmpq $-MAX_ERRNO, %rax
Dsched_get_priority_min.S8 cmpq $-MAX_ERRNO, %rax
Dsched_setaffinity.S8 cmpq $-MAX_ERRNO, %rax

123456789