HomeSort by relevance Sort by last modified time
    Searched refs:rdx (Results 126 - 150 of 241) sorted by null

1 2 3 4 56 7 8 910

  /external/zlib/src/contrib/masmx64/
gvmat64.asm 66 ; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12
193 ; parameter 1 in r8(deflate state s), param 2 in rdx (cur match)
199 ; rax, rcx, rdx, r8, r9, r10, and r11, which are scratch.
214 ; this clear high 32 bits of r8, which can be garbage in both r8 and rdx
409 mov rdx, 0fffffffffffffef8h; -(MAX_MATCH_8)
413 prefetcht1 [rsi+rdx]
414 prefetcht1 [rdi+rdx]
418 ;;; adjust rdx so that it is offset to the exact byte that mismatched.
433 mov rax, [rsi + rdx]
434 xor rax, [rdi + rdx]
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86_64cpuid.S 30 shlq $32,%rdx
31 orq %rdx,%rax
211 xorq %rdx,%rdx
  /external/kernel-headers/original/asm-x86/
sigcontext.h 118 unsigned long rdx; member in struct:sigcontext
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_mmx.asm 94 movsxd rdx, dword ptr arg(3) ;[recon_stride]
114 add rbx,rdx ; Inc pointer into ref data
138 add rbx,rdx ; Inc pointer into ref data
161 add rbx,rdx ; Inc pointer into ref data
184 add rbx,rdx ; Inc pointer into ref data
207 add rbx,rdx ; Inc pointer into ref data
210 ; movq mm4, [rbx + rdx]
231 add rbx,rdx ; Inc pointer into ref data
254 add rbx,rdx ; Inc pointer into ref data
277 add rbx,rdx ; Inc pointer into ref dat
    [all...]
  /external/openssl/crypto/
x86_64cpuid.S 30 shlq $32,%rdx
31 orq %rdx,%rax
211 xorq %rdx,%rdx
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext.h 117 unsigned long rdx; member in struct:sigcontext
user_64.h 69 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:user_regs_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h 117 unsigned long rdx; member in struct:sigcontext
user_64.h 69 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:user_regs_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h 117 unsigned long rdx; member in struct:sigcontext
user_64.h 69 unsigned long r9,r8,rax,rcx,rdx,rsi,rdi,orig_rax; member in struct:user_regs_struct
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
sigcontext.h 112 unsigned long rdx; member in struct:sigcontext
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
sigcontext.h 112 unsigned long rdx; member in struct:sigcontext
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 112 unsigned long rdx; member in struct:sigcontext
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 112 unsigned long rdx; member in struct:sigcontext
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 112 unsigned long rdx; member in struct:sigcontext
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86_64.S 23 movq %r8,%rdx
29 andq $15,%rdx
37 xorq (%r11,%rdx,8),%r9
38 movq %r8,%rdx
45 andq $15,%rdx
52 xorq (%r11,%rdx,8),%r9
53 movq %r8,%rdx
60 andq $15,%rdx
67 xorq (%r11,%rdx,8),%r9
68 movq %r8,%rdx
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86_64.S 23 movq %r8,%rdx
29 andq $15,%rdx
37 xorq (%r11,%rdx,8),%r9
38 movq %r8,%rdx
45 andq $15,%rdx
52 xorq (%r11,%rdx,8),%r9
53 movq %r8,%rdx
60 andq $15,%rdx
67 xorq (%r11,%rdx,8),%r9
68 movq %r8,%rdx
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 61 using v8::internal::rdx;
71 // in RDI, RSI, RDX, RCX, R8, and R9, and floating point arguments in
75 // where the first four integer arguments are passed in RCX, RDX, R8 and R9.
83 static const v8::internal::Register arg2 = rdx;
185 __ movq(rax, rdx);
332 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(rdx));
381 __ push(rdx);
387 __ movq(rdx, Immediate(4));
403 __ cmpq(rdx, Immediate(4));
412 __ pop(rdx);
    [all...]
  /external/v8/test/cctest/
test-assembler-x64.cc 61 using v8::internal::rdx;
70 // in RDI, RSI, RDX, RCX, R8, and R9, and floating point arguments in
74 // where the first four integer arguments are passed in RCX, RDX, R8 and R9.
82 static const v8::internal::Register arg2 = rdx;
191 __ movq(rax, rdx);
335 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(rdx));
382 __ push(rdx);
388 __ movq(rdx, Immediate(4));
404 __ cmpq(rdx, Immediate(4));
413 __ pop(rdx);
    [all...]
  /external/valgrind/main/coregrind/
m_trampoline.S 212 movq %rdi, %rdx
214 .L40: addq $1, %rdx
215 cmpb $0, (%rdx)
217 movq %rdx, %rax
875 movq %rdi, %rdx
878 incq %rdx
880 cmpb $0, (%rdx)
885 movb %al, (%rdx)
886 incq %rdx
914 movq %rdi, %rdx
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
vpaes-x86_64.pl 75 ## (%rdx) = scheduled keys
85 mov %rdx, %r9
87 mov 240(%rdx),%eax
175 mov %rdx, %r9 # load key
176 mov 240(%rdx),%eax
284 # rdx = buffer
302 movdqu %xmm0, (%rdx)
309 movdqu %xmm3, (%rdx)
430 add \$32, %rdx
433 add \$-16, %rdx
    [all...]
  /external/openssl/crypto/aes/asm/
vpaes-x86_64.pl 75 ## (%rdx) = scheduled keys
85 mov %rdx, %r9
87 mov 240(%rdx),%eax
175 mov %rdx, %r9 # load key
176 mov 240(%rdx),%eax
284 # rdx = buffer
302 movdqu %xmm0, (%rdx)
309 movdqu %xmm3, (%rdx)
430 add \$32, %rdx
433 add \$-16, %rdx
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 28 movsxd rdx, dword ptr arg(2) ; pitch
32 movq xmm1, MMWORD PTR [rsi + rdx]
33 lea rsi, [rsi + rdx*2]
35 movq xmm3, MMWORD PTR [rsi + rdx]
  /external/llvm/test/MC/X86/
x86_64-xop-encoding.s 40 // CHECK: vphaddwd (%rdx,%rax), %xmm7
42 vphaddwd (%rdx,%rax), %xmm7
96 // CHECK: vphadddq (%rdx), %xmm4
98 vphadddq (%rdx), %xmm4
195 // CHECK: vpshlq %xmm5, (%rdx,%rcx), %xmm6
197 vpshlq %xmm5, (%rdx,%rcx), %xmm6
217 // CHECK: vpshlb %xmm2, (%rax,%rdx), %xmm3
219 vpshlb %xmm2, (%rax,%rdx), %xmm3

Completed in 1563 milliseconds

1 2 3 4 56 7 8 910