HomeSort by relevance Sort by last modified time
    Searched refs:rdi (Results 151 - 175 of 251) sorted by null

1 2 3 4 5 67 8 91011

  /external/openssl/crypto/aes/asm/
vpaes-x86_64.S 225 movdqu (%rdi),%xmm0
289 movdqu 8(%rdi),%xmm0
321 movdqu 16(%rdi),%xmm0
649 movdqu (%rdi),%xmm0
660 movdqu (%rdi),%xmm0
674 subq %rdi,%rsi
681 movdqu (%rdi),%xmm0
685 movdqu %xmm0,(%rsi,%rdi,1)
686 leaq 16(%rdi),%rdi
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 143 // rdi -- function
145 static Register registers[] = { rdi, rbx };
165 // rdi -- constructor function
166 static Register registers[] = { rdi };
324 __ LoadRoot(rdi, Heap::kUndefinedValueRootIndex);
345 rdi); // Initialize with undefined. local
615 Register scratch_candidates[3] = { rbx, rdx, rdi };
856 FloatingPointHelper::NumbersToSmis(masm, left, right, rbx, rdi, rcx,
2333 __ movq(FieldOperand(rax, JSObject::kElementsOffset), rdi); local
2535 __ movq(FieldOperand(rax, JSObject::kElementsOffset), rdi); local
3587 __ movq(FieldOperand(rbx, Cell::kValueOffset), rdi); local
3676 __ movq(Operand(rsp, (argc_ + 1) * kPointerSize), rdi); local
4265 __ cmpl(Operand(kScratchRegister, kOffsetToMapCheckValue - 4), rdi); local
5249 __ movq(FieldOperand(rax, SlicedString::kParentOffset), rdi); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-x86_64.pl 118 $dat="%rdi"; # arg1
545 push %rdi
578 mov 8(%rax),%rdi
582 mov %rdi,176($context) # restore context->Rdi
591 push %rdi
602 mov 8(%rax),%rdi
605 mov %rdi,176($context) # restore context->Rdi
609 mov 40($disp),%rdi # disp->ContextRecor
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.pl 118 $dat="%rdi"; # arg1
545 push %rdi
578 mov 8(%rax),%rdi
582 mov %rdi,176($context) # restore context->Rdi
591 push %rdi
602 mov 8(%rax),%rdi
605 mov %rdi,176($context) # restore context->Rdi
609 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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/function/
strfns.py 76 cond $bpnum $_streq((char*) $rdi, "foo")
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/function/
strfns.py 76 cond $bpnum $_streq((char*) $rdi, "foo")
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigcontext.h 135 unsigned long rdi; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
user.h 62 unsigned long rdi; member in struct:user_regs_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigcontext.h 135 unsigned long rdi; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 62 unsigned long rdi; member in struct:user_regs_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigcontext.h 135 unsigned long rdi; member in struct:sigcontext
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
user.h 62 unsigned long rdi; member in struct:user_regs_struct
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86_64.S 12 movzbq 15(%rdi),%r8
31 movb (%rdi,%rcx,1),%al
83 movq %r8,8(%rdi)
84 movq %r9,(%rdi)
301 movq 8(%rdi),%r8
302 movq 0(%rdi),%r9
312 movq %r9,(%rdi)
313 movq %rdx,8(%rdi)
373 movl 8(%rdi),%edx
454 movl 4(%rdi),%ed
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86_64.S 12 movzbq 15(%rdi),%r8
31 movb (%rdi,%rcx,1),%al
83 movq %r8,8(%rdi)
84 movq %r9,(%rdi)
301 movq 8(%rdi),%r8
302 movq 0(%rdi),%r9
312 movq %r9,(%rdi)
313 movq %rdx,8(%rdi)
373 movl 8(%rdi),%edx
454 movl 4(%rdi),%ed
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 60 using v8::internal::rdi;
71 // in RDI, RSI, RDX, RCX, R8, and R9, and floating point arguments in
85 static const v8::internal::Register arg1 = rdi;
382 __ push(rdi);
388 __ movq(rdi, Immediate(5));
405 __ cmpq(rdi, Immediate(5));
411 __ pop(rdi);
419 __ pop(rdi);
  /external/v8/test/cctest/
test-assembler-x64.cc 60 using v8::internal::rdi;
70 // in RDI, RSI, RDX, RCX, R8, and R9, and floating point arguments in
84 static const v8::internal::Register arg1 = rdi;
383 __ push(rdi);
389 __ movq(rdi, Immediate(5));
406 __ cmpq(rdi, Immediate(5));
412 __ pop(rdi);
420 __ pop(rdi);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad_sse3.asm 17 %define ref_ptr rdi
27 push rdi
31 mov rdi, arg(2) ; ref_ptr
48 %define src_ptr rdi
75 pop rdi
vp9_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/libvpx/libvpx/vp8/common/x86/
sad_sse3.asm 17 %define ref_ptr rdi
27 push rdi
31 mov rdi, arg(2) ; ref_ptr
48 %define src_ptr rdi
75 pop rdi
93 %define r3_ptr rdi
99 push rdi
103 mov rdi, arg(2) ; ref_ptr_base
105 LOAD_X4_ADDRESSES rdi, rcx, rdx, rax, rdi
    [all...]
  /external/kernel-headers/original/asm-x86/
ptrace.h 87 unsigned long rdi; member in struct:pt_regs
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.h 95 void doMerge(EdgePointer *ldo, EdgePointer ldi, EdgePointer rdi, EdgePointer *rdo);
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Delaunay.h 95 void doMerge(EdgePointer *ldo, EdgePointer ldi, EdgePointer rdi, EdgePointer *rdo);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 95 void doMerge(EdgePointer *ldo, EdgePointer ldi, EdgePointer rdi, EdgePointer *rdo);
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
vpaes-x86_64.pl 282 # rdi = key
289 movdqu (%rdi), %xmm0 # load key (unaligned)
353 movdqu 8(%rdi),%xmm0 # load key part 2 (very unaligned)
385 movdqu 16(%rdi),%xmm0 # load key part 2 (unaligned)
793 movdqu (%rdi),%xmm0
836 movdqu (%rdi),%xmm0
860 my ($inp,$out,$len,$key,$ivp,$enc)=("%rdi","%rsi","%rdx","%rcx","%r8","%r9");
1082 push %rdi
1111 lea 512($context),%rdi # &context.Xmm6
1117 mov 8(%rax),%rdi
    [all...]

Completed in 1048 milliseconds

1 2 3 4 5 67 8 91011