Searched refs:ecx (Results 276 - 300 of 457) sorted by relevance

<<111213141516171819

/external/valgrind/main/include/vki/
H A Dvki-x86-linux.h245 unsigned long ecx; member in struct:vki_sigcontext
605 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:vki_user_regs_struct
839 long ecx; member in struct:vki_vm86_regs
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
H A Dghash-x86_64.asm348 movzx ecx,dl
351 shr ecx,4
386 movzx ecx,dl
389 shr ecx,4
427 movzx ecx,dl
430 shr ecx,4
467 movzx ecx,dl
470 shr ecx,4
508 movzx ecx,dl
511 shr ecx,
[all...]
/external/chromium_org/third_party/x86inc/
H A Dx86inc.asm288 DECLARE_REG 0, rcx, ecx, cx, cl, ecx
373 DECLARE_REG 3, rcx, ecx, cx, cl, ecx
409 DECLARE_REG 2, ecx, ecx, cx, cl, [esp + stack_offset + 12]
415 DECLARE_REG 1, ecx, ecx, cx, cl, [esp + stack_offset + 8]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm76 mov ecx, 0x2FF
91 mov ecx, 0x80000080
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.asm138 pextrw ecx, %4, %2
148 pextrb ecx, xmm5, %1 ; quant_shift[rc]
/external/libyuv/files/source/
H A Dcompare.cc79 mov ecx, [esp + 8] // count local
110 sub ecx, 16 local
260 mov ecx, [esp + 12] // count local
270 sub ecx, 16 local
H A Dcpu_id.cc79 mov ecx, [esp + 4] // xcr local
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextLinux_x86_64.cpp162 UPDATE_I386_GPR_INFO(ecx, rcx);
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h67 uint32_t ecx; member in struct:RegisterContextDarwin_i386::GPR
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
H A Dstabs-elf.asm43 mov ecx,[ebp+12]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delftest.asm43 mov ecx,[ebp+12]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
H A Dmachotest.asm42 mov ecx,[ebp+12]
/external/clang/test/CodeGen/
H A Dms-inline-asm.c32 // CHECK: call void asm sideeffect inteldialect "mov ecx, ebx", "~{ecx},~{dirflag},~{fpsr},~{flags}"()
35 __asm mov ecx, ebx local
40 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax\0A\09mov ecx, ebx", "~{ebx},~{ecx},~{dirflag},~{fpsr},~{flags}"()
42 __asm mov ebx, eax __asm mov ecx, ebx local
283 // CHECK: call void asm sideeffect inteldialect "popad", "~{eax},~{ebp},~{ebx},~{ecx},~{edi},~{edx},~{esi},~{esp},~{dirflag},~{fpsr},~{flags}"()
333 // CHECK: call void asm sideeffect inteldialect "popad", "~{eax},~{ebp},~{ebx},~{ecx},~{edi},~{edx},~{esi},~{esp},~{dirflag},~{fpsr},~{flags}"()
453 // CHECK: call void asm sideeffect inteldialect "cpuid", "~{eax},~{ebx},~{ecx},~{edx},~{dirflag},~{fpsr},~{flags}"()
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp208 "pushl %ecx\n"
209 CFI(".cfi_rel_offset %ecx, 8\n")
222 "popl %ecx\n"
224 CFI(".cfi_restore %ecx\n")
257 "pushl %ecx\n"
258 CFI(".cfi_rel_offset %ecx, 8\n")
287 "popl %ecx\n"
289 CFI(".cfi_restore %ecx\n")
312 push ecx
321 pop ecx
[all...]
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc737 __ mov(ecx, Operand(ebp, receiver_slot * kPointerSize));
738 __ cmp(ecx, isolate()->factory()->undefined_value());
740 __ mov(ecx, GlobalObjectOperand());
741 __ mov(ecx, FieldOperand(ecx, GlobalObject::kGlobalProxyOffset));
742 __ mov(Operand(ebp, receiver_slot * kPointerSize), ecx); local
H A Dinstruction-selector-ia32.cc107 InstructionOperand* temps[] = {g.TempRegister(ecx), g.TempRegister(edx)};
109 g.UseFixed(index, ecx), g.UseFixed(value, edx), arraysize(temps),
256 g.UseFixed(right, ecx));
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Daes-x86_64.pl51 $s2="%ecx";
1006 # %ecx=s2 and %edx=s3.
1308 mov %esi,%ecx # %ecx=bits
1330 cmp \$128,%ecx
1332 cmp \$192,%ecx
1334 cmp \$256,%ecx
1346 xor %ecx,%ecx
1363 add \$1,%ecx
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-x86_64.pl50 $s2="%ecx";
1010 # %ecx=s2 and %edx=s3.
1319 mov %esi,%ecx # %ecx=bits
1341 cmp \$128,%ecx
1343 cmp \$192,%ecx
1345 cmp \$256,%ecx
1357 xor %ecx,%ecx
1374 add \$1,%ecx
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm169 lea ecx, [GLOBAL(bilin_filter_m)]
170 mov g_bilin_filterm, ecx
172 lea ecx, [GLOBAL(pw_8)]
173 mov g_pw_8m, ecx
175 LOAD_IF_USED 0, 1 ; load eax, ecx back
186 lea ecx, [GLOBAL(bilin_filter_m)]
187 mov g_bilin_filterm, ecx
189 lea ecx, [GLOBAL(pw_8)]
190 mov g_pw_8m, ecx
192 LOAD_IF_USED 0, 1 ; load eax, ecx bac
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm169 lea ecx, [GLOBAL(bilin_filter_m)]
170 mov g_bilin_filterm, ecx
172 lea ecx, [GLOBAL(pw_8)]
173 mov g_pw_8m, ecx
175 LOAD_IF_USED 0, 1 ; load eax, ecx back
186 lea ecx, [GLOBAL(bilin_filter_m)]
187 mov g_bilin_filterm, ecx
189 lea ecx, [GLOBAL(pw_8)]
190 mov g_pw_8m, ecx
192 LOAD_IF_USED 0, 1 ; load eax, ecx bac
[all...]
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djfmmxint.asm115 ; push ecx ; need not be preserved
125 mov ecx, DCTSIZE/4
361 dec ecx
367 mov ecx, DCTSIZE/4
605 dec ecx
613 ; pop ecx ; need not be preserved
H A Djiss2flt.asm87 ; push ecx ; need not be preserved
100 mov ecx, DCTSIZE/4 ; ctr
321 dec ecx ; ctr
337 mov ecx, DCTSIZE/4 ; ctr
483 dec ecx ; ctr
489 ; pop ecx ; need not be preserved
H A Djiss2red.asm127 ; push ecx ; unused
403 ; pop ecx ; unused
433 ; push ecx ; need not be preserved
577 pextrw ecx,xmm6,0x01 ; ecx=(C1 D1 -- --)
587 ; pop ecx ; need not be preserved
H A Djisseflt.asm87 ; push ecx ; need not be preserved
100 mov ecx, DCTSIZE/4 ; ctr
359 dec ecx ; ctr
375 mov ecx, DCTSIZE/4 ; ctr
555 dec ecx ; ctr
563 ; pop ecx ; need not be preserved
/external/oprofile/daemon/
H A Dopd_ibs.c496 unsigned ebx, ecx, edx; local
505 : "=a" (v.eax), "=r" (ebx), "=c" (ecx), "=d" (edx) : "0" (1)
508 asm ("cpuid" : "=a" (v.eax), "=b" (ebx), "=c" (ecx), "=d" (edx) : "0" (1));

Completed in 630 milliseconds

<<111213141516171819