/external/libvpx/libvpx/vp8/common/x86/ |
sad_sse3.asm | 19 %define end_ptr rcx 38 %define src_ptr rcx 51 %define ref_stride rcx 90 %define r0_ptr rcx 105 LOAD_X4_ADDRESSES rdi, rcx, rdx, rax, rdi 116 %define src_ptr rcx 134 %define ref_stride rcx 397 mov rcx, result_ptr 403 movd [rcx], xmm0 409 movd [rcx+4], xmm [all...] |
sad_mmx.asm | 39 lea rcx, [rsi+rax*8] 41 lea rcx, [rcx+rax*8] 85 cmp rsi, rcx 131 lea rcx, [rsi+rax*8] 133 lea rcx, [rcx+rax*8] 159 cmp rsi, rcx 203 lea rcx, [rsi+rax*8] 229 cmp rsi, rcx [all...] |
sad_ssse3.asm | 163 push rcx 194 pop rcx ; get the address of do_jump 196 add rax, rcx ; get the absolute address of vp8_sad16x16x3_ssse3_jumptable 199 add rcx, rax 204 jmp rcx 254 pop rcx 276 push rcx 307 pop rcx ; get the address of do_jump 309 add rax, rcx ; get the absolute address of vp8_sad16x8x3_ssse3_jumptable 312 add rcx, ra [all...] |
variance_impl_ssse3.asm | 46 lea rcx, [GLOBAL(vp8_bilinear_filters_ssse3)] 53 lea rax, [rax + rcx] ; HFilter 61 lea rdx, [rdx + rcx] ; VFilter 65 movsxd rcx, dword ptr arg(4) ;Height 144 sub rcx, 1 156 lea rdx, [rdx + rcx] ; VFilter 160 movsxd rcx, dword ptr arg(4) ;Height 211 sub rcx, 1 219 movsxd rcx, dword ptr arg(4) ;Height 246 sub rcx, [all...] |
subpixel_ssse3.asm | 67 movsxd rcx, dword ptr arg(4) ;output_height 93 dec rcx 126 movsxd rcx, dword ptr arg(4) ;output_height 149 dec rcx 207 movsxd rcx, dword ptr arg(4) ;output_height 266 dec rcx 316 movsxd rcx, dword ptr arg(4) ;output_height 348 dec rcx 368 movsxd rcx, dword ptr arg(4) ;output_height 393 dec rcx [all...] |
subpixel_sse2.asm | 52 movsxd rcx, dword ptr arg(4) ;output_height 126 dec rcx 172 movsxd rcx, dword ptr arg(4) ;output_height 304 dec rcx 352 movsxd rcx, DWORD PTR arg(5) ;[output_height] 399 dec rcx ; decrement count 447 movsxd rcx, DWORD PTR arg(5) ;[output_height] 514 dec rcx ; decrement count 553 movsxd rcx, dword ptr arg(4) ;output_height 626 dec rcx [all...] |
loopfilter_sse2.asm | 36 movlps xmm2, [rsi + rcx*2] ; q3 37 movlps xmm1, [rsi + rcx] ; q2 41 movhps xmm2, [rdi + rcx*2] 42 movhps xmm1, [rdi + rcx] 84 movlps xmm6, [rsi + rcx] ; p1 88 movhps xmm6, [rdi + rcx] 114 movlps xmm4, [rsi + rcx*2] ; p0 115 movhps xmm4, [rdi + rcx*2] 240 lea rsi, [rsi + rcx*2] 241 lea rdi, [rdi + rcx*2 [all...] |
variance_impl_sse2.asm | 33 mov rcx, 8 52 dec rcx 101 lea rcx, [rax+rax*2] 105 prefetcht0 [rsi+rcx] 110 prefetcht0 [rbx+rcx] 112 lea rcx, [rdx+rdx*2] 116 prefetcht0 [rdi+rcx] 121 prefetcht0 [rbx+rcx] 127 mov rcx, 16 162 sub rcx, [all...] |
variance_impl_mmx.asm | 27 mov rcx, 16 46 dec rcx 52 movsxd rcx, dword ptr [rsp+4] 53 add rax, rcx 93 movsxd rcx, dword ptr arg(1) ;[source_stride] 115 add rax,rcx ; Inc pointer into the new data 139 add rax,rcx ; Inc pointer into the new data 162 add rax,rcx ; Inc pointer into the new data 185 add rax,rcx ; Inc pointer into the new data 208 add rax,rcx ; Inc pointer into the new dat [all...] |
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-amd64-darwin.S | 69 pushq %rcx 165 popq %rcx 213 movabsq $VG_(tt_fast), %rcx 217 movq 0(%rcx,%rbx,1), %r10 /* .guest */ 218 movq 8(%rcx,%rbx,1), %r11 /* .host */
|
dispatch-amd64-linux.S | 70 pushq %rcx 166 popq %rcx 213 movabsq $VG_(tt_fast), %rcx 217 movq 0(%rcx,%rbx,1), %r10 /* .guest */ 218 movq 8(%rcx,%rbx,1), %r11 /* .host */
|
/external/v8/src/x64/ |
stub-cache-x64.cc | 470 __ Move(rcx, api_call_info); 471 __ movq(rbx, FieldOperand(rcx, CallHandlerInfo::kDataOffset)); 481 // Win64 uses first register--rcx--for returned value. 1593 __ Integer32ToSmiField(FieldOperand(rdx, JSArray::kLengthOffset), rcx); local 2288 GenerateStoreField(masm(), object, index, transition, rdx, rcx, rbx, &miss); local 2461 GenerateStoreField(masm(), object, index, transition, rdx, rcx, rbx, &miss); local 2837 GenerateLoadArrayLength(masm(), rdx, rcx, &miss); local 2863 GenerateLoadStringLength(masm(), rdx, rcx, rbx, &miss, true); local 2889 GenerateLoadFunctionPrototype(masm(), rdx, rcx, rbx, &miss); local [all...] |
code-stubs-x64.h | 262 // Copies rcx characters from rsi to rdi. Copying of overlapping regions is 267 Register count, // Must be rcx. 553 // is always rcx (needed for shift operations). The input is two registers 568 if (scratch0.is(rcx)) { 571 if (object.is(rcx)) { 574 if (address.is(rcx)) { 577 ASSERT(!AreAliased(scratch0_, object_, address_, rcx)); 590 if (!rcx.is(scratch0_orig_) && 591 !rcx.is(object_orig_) && 592 !rcx.is(address_orig_)) [all...] |
full-codegen-x64.cc | 160 // receiver object). rcx is zero for method calls and non-zero for 164 __ testq(rcx, rcx); 377 __ Ret(arguments_bytes, rcx); 754 rcx, 845 __ movq(rcx, rdx); 846 __ or_(rcx, rax); 847 patch_site.EmitJumpIfNotSmi(rcx, &slow_case, Label::kNear); 916 __ CmpObjectType(rax, FIRST_SPEC_OBJECT_TYPE, rcx); 927 __ CmpObjectType(rax, LAST_JS_PROXY_TYPE, rcx); 1370 __ movq(FieldOperand(rax, i + kPointerSize), rcx); local [all...] |
debug-x64.cc | 183 // -- rcx : name 185 Generate_DebugBreakCallHelper(masm, rax.bit() | rcx.bit(), 0, false); 193 // -- rcx : name 197 masm, rax.bit() | rcx.bit() | rdx.bit(), 0, false); 215 // -- rcx : key 219 masm, rax.bit() | rcx.bit() | rdx.bit(), 0, false); 226 // -- rcx: function name 228 Generate_DebugBreakCallHelper(masm, rcx.bit(), 0, false);
|
/external/v8/test/cctest/ |
test-assembler-x64.cc | 59 using v8::internal::rcx; 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. 81 static const v8::internal::Register arg1 = rcx; 325 CHECK(!Operand(rax, offset).AddressUsesRegister(rcx)); 329 CHECK(!Operand(rax, rax, times_1, offset).AddressUsesRegister(rcx)); 331 CHECK(Operand(rax, rcx, times_1, offset).AddressUsesRegister(rax)); 332 CHECK(Operand(rax, rcx, times_1, offset).AddressUsesRegister(rcx)); 333 CHECK(!Operand(rax, rcx, times_1, offset).AddressUsesRegister(r8)) [all...] |
/external/llvm/test/MC/ELF/ |
relocation.s | 16 leaq foo@dtpoff(%rax), %rcx # R_X86_64_DTPOFF32
|
/external/libffi/src/x86/ |
unix64.S | 51 movq %rcx, 8(%rax) /* Save raddr. */ 64 movq 24(%r10), %rcx 80 movq 0(%rbp), %rcx /* Reload flags. */ 220 movq %rcx, 24(%rsp) 229 leaq 208(%rsp), %rcx 303 movq -24(%rsp), %rcx 307 cmovnz %rdx, %rcx 308 movd %rcx, %xmm0
|
darwin64.S | 51 movq %rcx, 8(%rax) /* Save raddr. */ 64 movq 24(%r10), %rcx 80 movq 0(%rbp), %rcx /* Reload flags. */ 213 movq %rcx, 24(%rsp) 222 leaq 208(%rsp), %rcx 292 movq -24(%rsp), %rcx 296 cmovnz %rdx, %rcx 297 movd %rcx, %xmm0
|
/external/llvm/lib/Target/X86/ |
X86CompilationCallback_Win64.asm | 25 push rcx 43 mov rcx, rbp 61 pop rcx
|
/external/openssl/crypto/modes/asm/ |
ghash-x86_64.S | 19 movq $14,%rcx 31 movb (%rdi,%rcx,1),%al 41 decq %rcx 104 movq %rcx,%r15 345 movzbq (%rsp,%rcx,1),%r13 354 xorq -128(%rbp,%rcx,8),%r8 356 xorq (%rbp,%rcx,8),%r9 386 movzbq (%rsp,%rcx,1),%r13 395 xorq -128(%rbp,%rcx,8),%r8 397 xorq (%rbp,%rcx,8),%r [all...] |
/external/kernel-headers/original/asm-x86/ |
sigcontext.h | 120 unsigned long rcx; member in struct:sigcontext
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
encodeopt.asm | 149 mov rcx, 16 187 sub rcx, 1 227 mov rcx, 16 248 sub rcx, 1 289 mov rcx, 16 315 dec rcx 346 mov rcx, 16 362 dec rcx
|
/external/openssl/crypto/md5/asm/ |
md5-x86_64.S | 61 leal 606105819(%rcx,%r10,1),%ecx 97 leal -1473231341(%rcx,%r10,1),%ecx 133 leal -42063(%rcx,%r10,1),%ecx 169 leal -1502002290(%rcx,%r10,1),%ecx 212 leal 643717713(%rcx,%r10,1),%ecx 256 leal -660478335(%rcx,%r10,1),%ecx 300 leal -187363961(%rcx,%r10,1),%ecx 344 leal 1735328473(%rcx,%r10,1),%ecx 383 leal 1839030562(%rcx,%r10,1),%ecx 415 leal -155497632(%rcx,%r10,1),%ec [all...] |
/external/webkit/Source/WebCore/plugins/win/ |
PaintHooks.asm | 27 mov r10,rcx 42 mov r10,rcx
|