Searched refs:ecx (Results 126 - 150 of 235) sorted by relevance

12345678910

/freebsd-13-stable/stand/efi/loader/arch/amd64/
H A Dexc.S42 movl $\N,%ecx
147 movl %ecx,0x78(%rsp) /* tf_trapno */
/freebsd-13-stable/sys/amd64/amd64/
H A Dmpboot.S109 movl $MSR_EFER, %ecx
255 movl $MSR_EFER, %ecx
H A Dapic_vector.S69 movl $MSR_APIC_EOI,%ecx
87 movl $(MSR_APIC_ISR0 + \index),%ecx
H A Dsupport.S51 movl $PAGE_SIZE/8,%ecx
61 movl $PAGE_SIZE,%ecx
74 movl $PAGE_SIZE/8,%ecx
392 andl $7,%ecx /* any bytes left? */
420 andl $7,%ecx /* any bytes left? */
934 * dst = %rdi, old = %esi, oldp = %rdx, new = %ecx
949 cmpxchgl %ecx,(%rdi) /* new = %ecx */
986 cmpxchgl %ecx,(%rdi) /* new = %ecx */
[all...]
H A Dexception.S352 movl $MSR_GSBASE,%ecx
674 movl $MSR_GSBASE,%ecx
691 movl $MSR_IA32_SPEC_CTRL,%ecx
703 movl $MSR_IA32_SPEC_CTRL,%ecx
708 3: movl $MSR_GSBASE,%ecx
732 movl $TF_SIZE,%ecx
749 movl $MSR_KGSBASE,%ecx
817 movl $MSR_GSBASE,%ecx
834 movl $MSR_IA32_SPEC_CTRL,%ecx
861 movl $MSR_KGSBASE,%ecx
[all...]
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S201 init.8: xorl %ecx,%ecx # Zero
215 pushl %ecx # Set SS
220 pushl %ecx # Set GS
221 pushl %ecx # Set FS
222 pushl %ecx # Set DS
223 pushl %ecx # Set ES
248 xorl %ecx,%ecx # Zero
249 movl %ecx,
[all...]
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-mb-x86_64.pl372 test \$`1<<28`,%ecx
412 mov `16*$i+8`($inp),%ecx # number of blocks
413 cmp $num,%ecx
414 cmovg %ecx,$num # find maximum
415 test %ecx,%ecx
416 mov %ecx,`4*$i`(%rbx) # initialize counters
446 mov \$1,%ecx
447 cmp 4*0(%rbx),%ecx # examine counters
450 cmp 4*1(%rbx),%ecx
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_i386.cpp26 uint32_t ecx; member in struct:GPR
H A DRegisterContextNetBSD_i386.cpp18 uint32_t ecx; member in struct:GPR
H A DRegisterContextOpenBSD_i386.cpp18 uint32_t ecx; member in struct:GPR
/freebsd-13-stable/lib/libc/amd64/string/
H A Dbcmp.S40 xorl %ecx,%ecx
/freebsd-13-stable/sys/i386/include/
H A Dasmacros.h84 * [.]mexitcount may clobber %ecx and %ef.
111 #define FAKE_MCOUNT(caller) pushl caller ; call *__mcountp ; popl %ecx
191 movl $TF_SZ, %ecx
194 addl $VM86_STACK_SPACE, %ecx
195 .L\@.1: subl %ecx, %edx
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Druntime.c157 * Visual Studio documentation states that eax/ecx/edx don't need to
163 push ecx
165 xor ecx, ecx local
169 pop ecx
/freebsd-13-stable/stand/i386/btx/lib/
H A Dbtxv86.h46 uint32_t ecx; /* V86 ECX register */ member in struct:__v86
/freebsd-13-stable/stand/i386/libi386/
H A Damd64_tramp.S80 movl $MSR_EFER, %ecx
H A Dbiospci.c240 maxbus = v86.ecx & 0xff;
331 v86.ecx = class;
350 v86.ecx = (devid >> 16) & 0xffff; /* ECX - Device ID */
373 v86.ecx = val;
397 *val = v86.ecx;
H A Dbiosmem.c106 v86.ecx = sizeof(struct bios_smap_xattr);
190 bios_extmem = (v86.ecx & 0xffff) * 1024;
H A Drelocater_tramp.S99 xorl %ecx, %ecx /* flush TLB */
100 movl %ecx, %cr3
105 * registers used for move: %esi, %edi, %ecx.
119 movl (relocater_data-relocater)(%ebx, %edx, 4), %ecx
/freebsd-13-stable/sys/xen/interface/hvm/
H A Dhvm_vcpu.h30 uint32_t ecx; member in struct:vcpu_hvm_x86_32
/freebsd-13-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl74 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1);
164 mov 2*4(%rbp), %ecx # ecx = ctx->C
170 # C is 'ecx'
180 mov %ecx, %r14d
183 round1_step(-1,'%eax','%ebx','%ecx','%edx', '1','0xd76aa478', '7');
184 round1_step( 0,'%edx','%eax','%ebx','%ecx', '2','0xe8c7b756','12');
185 round1_step( 0,'%ecx','%edx','%eax','%ebx', '3','0x242070db','17');
186 round1_step( 0,'%ebx','%ecx','
[all...]
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Dsha256-mb-x86_64.S15 testl $268435456,%ecx
36 movl 8(%rsi),%ecx
37 cmpl %edx,%ecx
38 cmovgl %ecx,%edx
39 testl %ecx,%ecx
40 movl %ecx,0(%rbx)
43 movl 24(%rsi),%ecx
44 cmpl %edx,%ecx
45 cmovgl %ecx,
[all...]
H A Dsha1-mb-x86_64.S15 testl $268435456,%ecx
35 movl 8(%rsi),%ecx
36 cmpl %edx,%ecx
37 cmovgl %ecx,%edx
38 testl %ecx,%ecx
39 movl %ecx,0(%rbx)
42 movl 24(%rsi),%ecx
43 cmpl %edx,%ecx
44 cmovgl %ecx,
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-cpu.c39 void pt_cpuid(uint32_t leaf, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, argument
45 (void) ecx;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp138 buf.eax, buf.ebx, buf.ecx, buf.edx));
151 1, buf.eax, buf.ebx, buf.ecx, buf.edx));
257 i, buf.eax, buf.ebx, buf.ecx, buf.edx));
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe51_pack.S138 and $0xC0,%ecx
168 and $0xFE,%ecx
195 and $0xF0,%ecx

Completed in 211 milliseconds

12345678910