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

12345678910

/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s47 xorl %ecx,%ecx # Zero for loops
57 xchgl %eax,%ecx # Save char
63 xchgl %eax,%ecx # Swap char, offset
64 movw %ax,(%edi,%ecx,1) # Write attr:char
H A Dstart.s37 movl $_end,%ecx # Compute
38 subl %edi,%ecx # size
44 popl %ecx # Clear stack
H A Dsio.s35 xor %ecx,%ecx # Timeout
/freebsd-11-stable/usr.sbin/apm/
H A Dapm.c249 args.ecx = 0x0001;
273 tm.tm_sec = bcd2int(xh(args.ecx));
298 args.ecx = 0x0002;
301 args.ecx ? "en" : "dis");
368 args.ecx = (int2bcd(tm->tm_sec) << 8) | 0x02;
373 args.ecx = 0x0000;
/freebsd-11-stable/sys/i386/i386/
H A Dexception.s375 movl PCPU(CURPCB),%ecx
376 testl $PCB_VM86CALL,PCB_FLAGS(%ecx)
504 movl pmc_hook,%ecx
505 orl %ecx,%ecx
512 call *%ecx
H A Dapic_vector.s57 movl $MSR_APIC_EOI,%ecx
81 movl $(MSR_APIC_ISR0 + index),%ecx ; \
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl244 test \$`1<<28`,%ecx
281 mov `16*$i+8`($inp),%ecx # number of blocks
282 cmp $num,%ecx
283 cmovg %ecx,$num # find maximum
284 test %ecx,%ecx
285 mov %ecx,`4*$i`(%rbx) # initialize counters
313 mov \$3,%ecx
320 dec %ecx
323 mov \$1,%ecx
[all...]
H A Dsha1-mb-x86_64.pl363 test \$`1<<28`,%ecx
399 mov `16*$i+8`($inp),%ecx # number of blocks
400 cmp $num,%ecx
401 cmovg %ecx,$num # find maximum
402 test %ecx,%ecx
403 mov %ecx,`4*$i`(%rbx) # initialize counters
433 mov \$1,%ecx
434 cmp 4*0(%rbx),%ecx # examinte counters
437 cmp 4*1(%rbx),%ecx
[all...]
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Dexc.S42 movl $\N,%ecx
147 movl %ecx,0x78(%rsp) /* tf_trapno */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_i386.cpp21 uint32_t ecx; member in struct:__anon1266::_GPR
53 DEFINE_GPR(ecx, nullptr, ehframe_ecx_i386, dwarf_ecx_i386, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
H A DRegisterContextFreeBSD_i386.cpp26 uint32_t ecx; member in struct:GPR
H A DRegisterContextOpenBSD_i386.cpp18 uint32_t ecx; member in struct:GPR
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S197 init.8: xorl %ecx,%ecx # Zero
213 pushl %ecx # Set SS
218 pushl %ecx # Set GS
219 pushl %ecx # Set FS
220 pushl %ecx # Set DS
221 pushl %ecx # Set ES
246 xorl %ecx,%ecx # Zero
247 movl %ecx,
[all...]
/freebsd-11-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-11-stable/sys/i386/bios/
H A Dapm.c247 sc->bios.r.ecx = enable;
260 sc->bios.r.ecx = version;
281 sc->bios.r.ecx = engage;
295 sc->bios.r.ecx = 0;
310 sc->bios.r.ecx = state;
340 sc->bios.r.ecx = newstate ? PMST_APMENABLED:PMST_SUSPEND;
349 sc->bios.r.ecx = newstate ? PMST_APMENABLED:PMST_SUSPEND;
372 sc->bios.r.ecx = PMST_OFF;
540 sc->bios.r.ecx = PMST_LASTREQNOTIFY;
556 sc->bios.r.ecx
[all...]
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxv86.h47 uint32_t ecx; /* V86 ECX register */ member in struct:__v86
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxv86.h46 uint32_t ecx; /* V86 ECX register */ member in struct:__v86
/freebsd-11-stable/stand/i386/libi386/
H A Damd64_tramp.S80 movl $MSR_EFER, %ecx
H A Dbiospci.c239 maxbus = v86.ecx & 0xff;
330 v86.ecx = class;
349 v86.ecx = (devid >> 16) & 0xffff; /* ECX - Device ID */
372 v86.ecx = val;
396 *val = v86.ecx;
/freebsd-11-stable/sys/amd64/amd64/
H A Dsupport.S329 * dst = %rdi, old = %esi, oldp = %rdx, new = %ecx
344 cmpxchgl %ecx,(%rdi) /* new = %ecx */
745 movl %edi,%ecx
746 rdmsr /* Read MSR pointed by %ecx. Returns
765 movl %edi,%ecx
769 wrmsr /* Write MSR pointed by %ecx. Accepts
860 movl $MSR_IA32_SPEC_CTRL,%ecx
874 movl $MSR_IA32_SPEC_CTRL,%ecx
890 movl $MSR_IA32_SPEC_CTRL,%ecx
[all...]
H A Dapic_vector.S69 movl $MSR_APIC_EOI,%ecx
87 movl $(MSR_APIC_ISR0 + \index),%ecx
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl73 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1);
148 mov 2*4(%rbp), %ecx # ecx = ctx->C
154 # C is 'ecx'
164 mov %ecx, %r14d
167 round1_step(-1,'%eax','%ebx','%ecx','%edx', '1','0xd76aa478', '7');
168 round1_step( 0,'%edx','%eax','%ebx','%ecx', '2','0xe8c7b756','12');
169 round1_step( 0,'%ecx','%edx','%eax','%ebx', '3','0x242070db','17');
170 round1_step( 0,'%ebx','%ecx','
[all...]
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dsha256-mb-x86_64.S14 testl $268435456,%ecx
31 movl 8(%rsi),%ecx
32 cmpl %edx,%ecx
33 cmovgl %ecx,%edx
34 testl %ecx,%ecx
35 movl %ecx,0(%rbx)
38 movl 24(%rsi),%ecx
39 cmpl %edx,%ecx
40 cmovgl %ecx,
[all...]
H A Dsha1-mb-x86_64.S14 testl $268435456,%ecx
30 movl 8(%rsi),%ecx
31 cmpl %edx,%ecx
32 cmovgl %ecx,%edx
33 testl %ecx,%ecx
34 movl %ecx,0(%rbx)
37 movl 24(%rsi),%ecx
38 cmpl %edx,%ecx
39 cmovgl %ecx,
[all...]
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm_support.S123 mov $16, %ecx /* 16 iterations, two calls per loop */
131 2: sub $1, %ecx

Completed in 717 milliseconds

12345678910