Searched refs:ecx (Results 176 - 200 of 206) sorted by relevance

123456789

/freebsd-10.0-release/sys/i386/i386/
H A Dbios.c177 args.ebx = args.ecx = args.edx = 0;
181 ent->len = args.ecx;
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DHost.cpp100 mov dword ptr [esi],ecx
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl697 mov \$0,%ecx
747 mov \$1,%ecx
1112 mov \$20,%ecx # 10*sizeof(%xmm0)/sizeof(%rax)
1125 mov \$`1232/8`,%ecx # sizeof(CONTEXT)
H A Daesni-x86_64.pl1678 movzb -16($out),%ecx # ... and $key
2104 movzb ($out),%ecx # ... and $key
2195 mov \$16,%ecx # zero tail
2800 mov \$8,%ecx # 4*sizeof(%xmm0)/sizeof(%rax)
2836 mov \$20,%ecx # 10*sizeof(%xmm0)/sizeof(%rax)
2877 mov \$20,%ecx # 10*sizeof(%xmm0)/sizeof(%rax)
2916 mov \$8,%ecx # 4*sizeof(%xmm0)/sizeof(%rax)
2933 mov \$154,%ecx # sizeof(CONTEXT)
H A Daesni-sha1-x86_64.pl113 my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp"); # size optimization
642 my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp"); # size optimization
1133 mov \$20,%ecx
1160 mov \$154,%ecx # sizeof(CONTEXT)
H A Dbsaes-x86_64.pl2420 movzb -16(%rdx), %ecx
2827 movzb (%rdx), %ecx
2988 mov \$20,%ecx # 10*sizeof(%xmm0)/sizeof(%rax)
3011 mov \$`1232/8`,%ecx # sizeof(CONTEXT)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dlynx-nat.c45 X (ecx),
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.cpp196 DEFINE_GPR(ecx, NULL, gcc_ecx, dwarf_ecx, LLDB_INVALID_REGNUM, gdb_ecx),
H A DRegisterContext_x86_64.cpp388 DEFINE_GPR_i386(ecx, rcx, NULL, gcc_ecx, dwarf_ecx, LLDB_INVALID_REGNUM, gdb_ecx),
508 // TODO: Use assembly to call cpuid on the inferior and query ebx or ecx
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl337 mov \$154,%ecx # sizeof(CONTEXT)
H A Dmodexp512-x86_64.pl1439 mov \$154,%ecx # sizeof(CONTEXT)
H A Dx86_64-mont5.pl1002 mov \$154,%ecx # sizeof(CONTEXT)
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl73 @ROT=($A,$B,$C,$D,$E,$F,$G,$H)=("%eax","%ebx","%ecx","%edx",
404 mov \$154,%ecx # sizeof(CONTEXT)
H A Dsha1-x86_64.pl99 $t2="%ecx";
298 my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp"); # size optimization
718 my @V=($A,$B,$C,$D,$E)=("%eax","%ebx","%ecx","%edx","%ebp"); # size optimization
1173 mov \$10,%ecx
1193 mov \$154,%ecx # sizeof(CONTEXT)
/freebsd-10.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S215 mov MEM_READ_BUFFER+AOUT_TEXT,%ecx # %ecx = length of the text
233 mov MEM_READ_BUFFER+AOUT_DATA,%ecx # size of the data segment
236 mov MEM_READ_BUFFER+AOUT_BSS,%ecx # size of the bss
238 add $3,%cl # round %ecx up to
239 shr $2,%ecx # a multiple of 4
245 movzwl 0xa(%esi),%ecx # %ecx -> length of BTX
530 mov $(MEM_ARG_SIZE/4),%ecx # Number of words to push
/freebsd-10.0-release/sys/xen/interface/
H A Ddomctl.h612 uint32_t ecx; member in struct:xen_domctl_cpuid
/freebsd-10.0-release/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl51 $t0="%eax";$t1="%ebx";$t2="%ecx";$t3="%edx";
60 $arg0d=$win64?"%ecx":"%edi";
668 mov \$32,%ecx
1010 mov \$`1232/8`,%ecx # sizeof(CONTEXT)
/freebsd-10.0-release/secure/lib/libcrypto/amd64/
H A Drc4-x86_64.S490 movzbl %cl,%ecx
512 movl %ecx,-4(%rdi)
H A Dvpaes-x86_64.S618 movl $0,%ecx
636 movl $1,%ecx
/freebsd-10.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl569 mov \$154,%ecx # sizeof(CONTEXT)
H A Drc4-x86_64.pl611 mov \$154,%ecx # sizeof(CONTEXT)
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dboot2.c596 v86.ecx = lba >> 16;
/freebsd-10.0-release/sys/i386/pci/
H A Dpci_pir.c484 args.ecx = (irq << 8) | (0xa + pin);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp237 { DEFINE_GPR(ecx , NULL) , { gcc_ecx , dwarf_ecx , LLDB_INVALID_REGNUM , gdb_ecx , gpr_ecx }, NULL, NULL},
/freebsd-10.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl214 my @nhi=("%ebx","%ecx");
742 mov \$`1232/8`,%ecx # sizeof(CONTEXT)

Completed in 292 milliseconds

123456789