Searched refs:rax (Results 1 – 25 of 231) sorted by relevance
12345678910
/bionic/libc/arch-x86_64/string/ |
D | sse2-strlen-slm.S | 68 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 …]
|
D | sse2-strcpy-slm.S | 86 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 …]
|
D | sse2-strcat-slm.S | 78 lea (%r9, %rax), %rdi 80 mov %r9, %rax /* save result */
|
D | sse4-memcmp-slm.S | 831 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/libc/arch-x86_64/bionic/ |
D | vfork.S | 39 mov %fs:0, %rax 40 mov (TLS_SLOT_THREAD_ID * 8)(%rax), %rax 41 movl $0, 20(%rax) 46 cmpq $-MAX_ERRNO, %rax
|
D | setjmp.S | 114 movq %rax,(_JB_SIGFLAG * 8)(%rdi) 115 pushq %rax 118 testq $1,%rax 131 popq %rax 132 andq $-2,%rax 134 m_mangle_registers %rax 143 m_unmangle_registers %rax 145 m_calculate_checksum %rax, %rdi 146 movq %rax, (_JB_CHECKSUM * 8)(%rdi) 158 m_calculate_checksum %rax, %rdi [all …]
|
D | __bionic_clone.S | 35 movq 8(%rsp), %rax # Read 'arg'. 36 movq %rax, -8(%rsi) # Write 'arg'.
|
/bionic/libm/x86_64/ |
D | s_tan.S | 152 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 …]
|
D | s_cos.S | 208 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 …]
|
D | s_sin.S | 211 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 …]
|
D | lrint.S | 35 cvtsd2si %xmm0, %rax
|
D | lrintf.S | 35 cvtss2si %xmm0, %rax
|
D | s_cbrt.S | 72 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/linker/arch/x86_64/ |
D | begin.S | 39 jmp *%rax
|
/bionic/libc/arch-x86_64/syscalls/ |
D | setgroups.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | setuid.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | listxattr.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | mincore.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | munmap.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | execve.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | geteuid.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | getresuid.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | fchown.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | umask.S | 8 cmpq $-MAX_ERRNO, %rax
|
D | flock.S | 8 cmpq $-MAX_ERRNO, %rax
|
12345678910