HomeSort by relevance Sort by last modified time
    Searched refs:rdi (Results 276 - 300 of 484) sorted by null

<<11121314151617181920

  /bionic/libm/x86_64/
s_sin.S 313 imulq %rdx, %rdi
327 shrq $32, %rdi
331 addq %rdi, %r11
333 movq %r9, %rdi
335 imulq %rax, %rdi
341 addq %r9, %rdi
342 addq %r11, %rdi
351 addq %r11, %rdi
353 shrq $32, %rdi
355 addq %rdi, %r
    [all...]
s_tan.S 295 imulq %rdx, %rdi
309 shrq $32, %rdi
313 addq %rdi, %r11
315 movq %r9, %rdi
317 imulq %rax, %rdi
323 addq %r9, %rdi
324 addq %r11, %rdi
333 addq %r11, %rdi
335 shrq $32, %rdi
337 addq %rdi, %r
    [all...]
  /external/boringssl/linux-x86_64/crypto/sha/
sha256-x86_64.S 33 movq %rdi,64+0(%rsp)
39 movl 0(%rdi),%eax
40 movl 4(%rdi),%ebx
41 movl 8(%rdi),%ecx
42 movl 12(%rdi),%edx
43 movl 16(%rdi),%r8d
44 movl 20(%rdi),%r9d
45 movl 24(%rdi),%r10d
46 movl 28(%rdi),%r11d
1675 movq 64+0(%rsp),%rdi
    [all...]
  /external/boringssl/mac-x86_64/crypto/sha/
sha256-x86_64.S 32 movq %rdi,64+0(%rsp)
38 movl 0(%rdi),%eax
39 movl 4(%rdi),%ebx
40 movl 8(%rdi),%ecx
41 movl 12(%rdi),%edx
42 movl 16(%rdi),%r8d
43 movl 20(%rdi),%r9d
44 movl 24(%rdi),%r10d
45 movl 28(%rdi),%r11d
1674 movq 64+0(%rsp),%rdi
    [all...]
  /external/boringssl/linux-x86_64/crypto/aes/
vpaes-x86_64.S 225 movdqu (%rdi),%xmm0
289 movdqu 8(%rdi),%xmm0
321 movdqu 16(%rdi),%xmm0
652 movdqu (%rdi),%xmm0
664 movdqu (%rdi),%xmm0
679 subq %rdi,%rsi
686 movdqu (%rdi),%xmm0
690 movdqu %xmm0,(%rsi,%rdi,1)
691 leaq 16(%rdi),%rdi
    [all...]
  /external/boringssl/mac-x86_64/crypto/aes/
vpaes-x86_64.S 225 movdqu (%rdi),%xmm0
289 movdqu 8(%rdi),%xmm0
321 movdqu 16(%rdi),%xmm0
652 movdqu (%rdi),%xmm0
664 movdqu (%rdi),%xmm0
679 subq %rdi,%rsi
686 movdqu (%rdi),%xmm0
690 movdqu %xmm0,(%rsi,%rdi,1)
691 leaq 16(%rdi),%rdi
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_mmx.asm 44 push rdi
64 movsxd rdi, dword ptr arg(4) ;stride
196 movd [rdx+rdi], mm1
202 movd [rdx+rdi*2], mm2
204 add rdx, rdi
211 movd [rdx+rdi*2], mm5
214 pop rdi
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
idctllm_mmx.asm 44 push rdi
64 movsxd rdi, dword ptr arg(4) ;stride
196 movd [rdx+rdi], mm1
202 movd [rdx+rdi*2], mm2
204 add rdx, rdi
211 movd [rdx+rdi*2], mm5
214 pop rdi
variance_impl_mmx.asm 22 push rdi
58 pop rdi
81 push rdi
296 mov rdi, arg(5) ;Sum
298 mov dword ptr [rdi], edx
305 pop rdi
329 push rdi
411 mov rdi, arg(5) ;Sum
413 mov dword ptr [rdi], edx
420 pop rdi
    [all...]
  /external/boringssl/src/crypto/bn/asm/
rsaz-x86_64.pl 108 ($out, $inp, $mod) = ("%rdi", "%rsi", "%rbp"); # common internal API
110 my ($out,$inp,$mod,$n0,$times) = ("%rdi","%rsi","%rdx","%rcx","%r8d");
796 my ($out,$ap,$bp,$mod,$n0) = ("%rdi","%rsi","%rdx","%rcx","%r8");
892 my ($out,$ap,$bp,$mod,$n0,$pwr) = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9d");
980 leaq 8(%rsp), %rdi
989 movq %r8, (%rdi)
1055 leaq 8(%rdi), %rdi
1060 movq %r8, (%rdi)
1061 movq %r9, 8(%rdi)
    [all...]
  /external/boringssl/linux-x86_64/crypto/modes/
ghash-x86_64.S 16 movzbq 15(%rdi),%r8
35 movb (%rdi,%rcx,1),%al
87 movq %r8,8(%rdi)
88 movq %r9,(%rdi)
306 movq 8(%rdi),%r8
307 movq 0(%rdi),%r9
317 movq %r9,(%rdi)
318 movq %rdx,8(%rdi)
378 movl 8(%rdi),%edx
459 movl 4(%rdi),%ed
    [all...]
  /external/boringssl/mac-x86_64/crypto/modes/
ghash-x86_64.S 15 movzbq 15(%rdi),%r8
34 movb (%rdi,%rcx,1),%al
86 movq %r8,8(%rdi)
87 movq %r9,(%rdi)
305 movq 8(%rdi),%r8
306 movq 0(%rdi),%r9
316 movq %r9,(%rdi)
317 movq %rdx,8(%rdi)
377 movl 8(%rdi),%edx
458 movl 4(%rdi),%ed
    [all...]
  /art/runtime/interpreter/mterp/x86_64/
header.S 38 rax, rdx, rcx, rsi, rdi, r8-r11, st(0)-st(7)
47 First 6 non-fp parameters came in rdi, rsi, rdx, rcx, r8, r9.
140 #define IN_ARG0 %rdi
147 #define OUT_ARG0 %rdi
  /external/boringssl/src/crypto/rc4/asm/
rc4-x86_64.pl 118 $dat="%rdi"; # arg1
521 push %rdi
554 mov 8(%rax),%rdi
558 mov %rdi,176($context) # restore context->Rdi
567 push %rdi
578 mov 8(%rax),%rdi
581 mov %rdi,176($context) # restore context->Rdi
585 mov 40($disp),%rdi # disp->ContextRecor
    [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 66 ; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12
216 mov [save_rdi],rdi
311 mov rdi, prev_ad
323 movzx r8d, word ptr [rdi + r8*2]
336 movzx r8d, word ptr [rdi + r8*2]
349 movzx r8d, word ptr [rdi + r8*2]
385 movzx r8d, word ptr [rdi + r8*2]
411 lea rdi, [r9 + r13 + 0108h] ;MAX_MATCH_8]
414 prefetcht1 [rdi+rdx]
434 xor rax, [rdi + rdx]
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
string-ok.s 44 cmpsb (%rdi), (%rsi)
92 cmps byte ptr [rsi], [rdi]
x86-64-lwp.s 30 llwpcb %rdi
48 slwpcb %rdi
96 lwpins $0x12345678, %r8d, %rdi
129 lwpval $0x12345678, %r8d, %rdi
162 lwpins $0x12345678, (%r8d), %rdi
195 lwpval $0x12345678, (%r8d), %rdi
228 lwpins $0x12345678, 0xcafe(%r8d), %rdi
261 lwpval $0x12345678, 0xcafe(%r8d), %rdi
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh4.s 10 movq %rsp, %rdi
23 movq %rsp, %rdi
  /external/elfutils/tests/
run-readelf-vmcoreinfo.sh 40 rdi: 99 rip: 0xffffffff812ba86f
58 rdi: -131939339960320 rip: 0xffffffff810118bb
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_swap_intel.s 40 mov rcx, rdi
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/function/
strfns.py 76 cond $bpnum $_streq((char*) $rdi, "foo")
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/function/
strfns.py 76 cond $bpnum $_streq((char*) $rdi, "foo")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
sigcontext.h 166 unsigned long rdi; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigcontext.h 135 unsigned long rdi; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
user.h 62 unsigned long rdi; member in struct:user_regs_struct

Completed in 782 milliseconds

<<11121314151617181920