Searched refs:rdx (Results 101 - 125 of 211) sorted by relevance

123456789

/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm44 mov rdx, arg(3) ;limit
45 movq mm7, [rdx]
125 mov rdx, arg(2) ;blimit ; get blimit
126 movq mm7, [rdx] ; blimit
134 mov rdx, arg(4) ;thresh ; get thresh
135 movq mm7, [rdx] ;
321 lea rdx, srct
323 movq [rdx+24], mm5 ; save q1
324 movq [rdx+16], mm0 ; save q0
348 movq [rdx
[all...]
H A Dvariance_impl_mmx.asm94 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 ; In
[all...]
/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc47 * - rdx : currently loaded character(s) as ASCII or UC16. Must be loaded using
332 __ movq(rdx, register_location(start_reg)); // Offset of start of capture
334 __ subq(rbx, rdx); // Length of capture.
337 // rdx = Start offset of capture.
356 __ lea(r9, Operand(rsi, rdx, times_1, 0));
366 __ movzxbl(rdx, Operand(r9, 0));
370 __ cmpb(rax, rdx);
377 __ or_(rdx, Immediate(0x20)); // Convert capture character to lower-case.
378 __ cmpb(rax, rdx);
415 __ lea(rcx, Operand(rsi, rdx, times_
[all...]
H A Dfull-codegen-x64.cc188 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
190 __ push(rdx);
247 __ lea(rdx,
249 __ push(rdx);
266 SetVar(arguments, rax, rbx, rdx);
840 __ movq(rdx, Operand(rsp, 0)); // Switch value.
845 __ movq(rcx, rdx);
849 __ cmpq(rdx, rax);
959 __ movq(rdx, FieldOperand(rcx, DescriptorArray::kEnumCacheBridgeCacheOffset));
963 __ push(rdx); // Enumeratio
1369 __ movq(FieldOperand(rax, i), rdx); local
1374 __ movq(FieldOperand(rax, size - kPointerSize), rdx); local
2186 __ movq(Operand(rsp, (arg_count + 0) * kPointerSize), rdx); local
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm44 mov rdx, arg(3) ;limit
45 movq mm7, [rdx]
125 mov rdx, arg(2) ;blimit ; get blimit
126 movq mm7, [rdx] ; blimit
134 mov rdx, arg(4) ;thresh ; get thresh
135 movq mm7, [rdx] ;
321 lea rdx, srct
323 movq [rdx+24], mm5 ; save q1
324 movq [rdx+16], mm0 ; save q0
348 movq [rdx
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_impl_mmx.asm94 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 ; In
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-amd64-darwin.S69 const vki_sigset_t *sysmask, // rdx
91 pushq %rdx // -24(%rbp) sysmask
106 movq -32(%rbp), %rdx // postmask
120 movq OFFSET_amd64_RDX(%r11), %rdx
148 movq %rdx, OFFSET_amd64_RDX(%r11) /* save back to RDX */
171 xorq %rdx, %rdx // NULL
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc169 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
171 __ push(rdx);
231 __ lea(rdx,
233 __ push(rdx);
250 SetVar(arguments, rax, rbx, rdx);
988 __ movq(rdx, Operand(rsp, 0)); // Switch value.
993 __ movq(rcx, rdx);
997 __ cmpq(rdx, rax);
1107 __ EnumLength(rdx, rax);
1108 __ Cmp(rdx, Sm
1583 __ movq(FieldOperand(rax, i), rdx); local
1588 __ movq(FieldOperand(rax, size - kPointerSize), rdx); local
2235 rdx); local
2690 __ movq(Operand(rsp, (arg_count + 0) * kPointerSize), rdx); local
[all...]
H A Dcodegen-x64.cc261 // -- rdx : receiver
266 __ TestJSArrayForAllocationMemento(rdx, rdi);
271 __ movq(FieldOperand(rdx, HeapObject::kMapOffset), rbx);
272 __ RecordWriteField(rdx,
288 // -- rdx : receiver
295 __ TestJSArrayForAllocationMemento(rdx, rdi);
301 __ movq(r8, FieldOperand(rdx, JSObject::kElementsOffset));
328 __ movq(FieldOperand(rdx, HeapObject::kMapOffset), rbx);
329 __ RecordWriteField(rdx,
355 __ movq(FieldOperand(rdx, JSObjec
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dx86_64cpuid.pl17 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
18 ("%rdi","%rsi","%rdx","%rcx"); # Unix order
50 shl \$32,%rdx
51 or %rdx,%rax
234 xorq %rdx,%rdx
257 xorq %rdx,%rdx
H A Dx86_64cpuid.S30 shlq $32,%rdx
31 orq %rdx,%rax
211 xorq %rdx,%rdx
/external/openssl/crypto/
H A Dx86_64cpuid.pl17 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
18 ("%rdi","%rsi","%rdx","%rcx"); # Unix order
50 shl \$32,%rdx
51 or %rdx,%rax
234 xorq %rdx,%rdx
257 xorq %rdx,%rdx
H A Dx86_64cpuid.S30 shlq $32,%rdx
31 orq %rdx,%rax
211 xorq %rdx,%rdx
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
H A Dmd5-x86_64.S18 shlq $6,%rdx
19 leaq (%rsi,%rdx,1),%rdi
52 leal -389564586(%rdx,%r10,1),%edx
88 leal 1200080426(%rdx,%r10,1),%edx
124 leal -1958414417(%rdx,%r10,1),%edx
160 leal -40341101(%rdx,%r10,1),%edx
201 leal -1069501632(%rdx,%r10,1),%edx
245 leal 38016083(%rdx,%r10,1),%edx
289 leal -1019803690(%rdx,%r10,1),%edx
333 leal -51403784(%rdx,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdtlib.asm1 ;; library functions for rdtmain - test of rdx linking and execution
/external/openssl/crypto/md5/asm/
H A Dmd5-x86_64.S18 shlq $6,%rdx
19 leaq (%rsi,%rdx,1),%rdi
52 leal -389564586(%rdx,%r10,1),%edx
88 leal 1200080426(%rdx,%r10,1),%edx
124 leal -1958414417(%rdx,%r10,1),%edx
160 leal -40341101(%rdx,%r10,1),%edx
201 leal -1069501632(%rdx,%r10,1),%edx
245 leal 38016083(%rdx,%r10,1),%edx
289 leal -1019803690(%rdx,%r10,1),%edx
333 leal -51403784(%rdx,
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.S21 movq %rdx,%r9
23 movl 240(%rdx),%eax
111 movq %rdx,%r9
112 movl 240(%rdx),%eax
238 movdqu %xmm0,(%rdx)
245 movdqu %xmm3,(%rdx)
366 addq $32,%rdx
369 addq $-16,%rdx
372 movdqu %xmm0,(%rdx)
545 addq $16,%rdx
[all...]
H A Daes-x86_64.S286 leal (%rdx,%rdx,1),%r9d
346 leaq -63(%rdx),%rcx
358 movq %rdx,%r15
647 shlq $32,%rdx
650 orq %rdx,%rcx
653 movq %rcx,%rdx
655 andq %rsi,%rdx
657 movq %rdx,%r12
663 subq %r12,%rdx
[all...]
/external/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.S21 movq %rdx,%r9
23 movl 240(%rdx),%eax
111 movq %rdx,%r9
112 movl 240(%rdx),%eax
238 movdqu %xmm0,(%rdx)
245 movdqu %xmm3,(%rdx)
366 addq $32,%rdx
369 addq $-16,%rdx
372 movdqu %xmm0,(%rdx)
545 addq $16,%rdx
[all...]
H A Daes-x86_64.S286 leal (%rdx,%rdx,1),%r9d
346 leaq -63(%rdx),%rcx
358 movq %rdx,%r15
647 shlq $32,%rdx
650 orq %rdx,%rcx
653 movq %rcx,%rdx
655 andq %rsi,%rdx
657 movq %rdx,%r12
663 subq %r12,%rdx
[all...]
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm66 ; 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/kernel-headers/original/asm-x86/
H A Dsigcontext.h118 unsigned long rdx; member in struct:sigcontext
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
H A Dghash-x86_64.S23 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/
H A Dghash-x86_64.S23 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/
H A Dtest-assembler-x64.cc61 using v8::internal::rdx;
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);
420 __ pop(rdx);

Completed in 814 milliseconds

123456789