Home
last modified time | relevance | path

Searched refs:ecx (Results 151 – 175 of 228) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.S129 movl $MSR_AMD_FSBASE, %ecx
138 movl $MSR_AMD_GSBASE, %ecx / save gsbase msr
143 movl $MSR_AMD_KGSBASE, %ecx / save kgsbase msr
300 D16 movl $MSR_AMD_EFER, %ecx
589 movl $MSR_AMD_EFER, %ecx
622 movl $MSR_AMD_FSBASE, %ecx
630 movl $MSR_AMD_GSBASE, %ecx / restore gsbase msr
635 movl $MSR_AMD_KGSBASE, %ecx / restore kgsbase msr
786 movl %edi, %ecx
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dprivregs.h186 popl %ecx; \
187 orl $PS_IE, %ecx; \
188 movl %ecx, REGOFF_EFL(%esp); \
/illumos-gate/usr/src/lib/libc/i386/fp/
H A Dfpcw.S48 movl 4(%esp),%ecx
49 andl $0x3f,%ecx
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_stack_grow.S55 movl %gs:UL_USTACK+SS_SP, %ecx
58 subl %ecx, %ebx
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.S368 movl %esi, %ecx
369 andl %eax, %ecx
371 cmpxchgl %ecx, (%rdi)
373 movl %ecx, %eax
424 movl %esi, %ecx
425 orl %eax, %ecx
427 cmpxchgl %ecx, (%rdi)
429 movl %ecx, %eax
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrlen.S103 bsf %edx, %ecx /* Least significant 1 bit is index of null */
167 xor %ecx, %ecx
H A Dproc64_support.S74 mov %edx,%ecx
79 mov %ecx,0x8(%rsi)
H A Dmemchr.S66 movl (%rdi), %ecx / move 1 word from (%rdi) to %ecx
71 shrl $16, %ecx / right shift 16-bit
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Dsvm_support.S47 xorl %ecx, %ecx; \
137 movl $MSR_GSBASE, %ecx
/illumos-gate/usr/src/uts/i86pc/os/
H A Dbiosdisk.c140 if ((rp.ecx.word.cx & 0x7) == 0) { in bios_check_extension_present()
142 "not supported cx = %x\n", rp.ecx.word.cx)); in bios_check_extension_present()
256 rp.ecx.byte.ch = 0; /* cyl & 0xff */ in read_firstblock()
257 rp.ecx.byte.cl = 1; /* cyl >> 2 & 0xc0 (sector number) */ in read_firstblock()
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.f16c.out9 libdis_test+0x2c: c4 e3 79 1d 61 10 vcvtps2ph $0x10,%xmm4,0x10(%ecx)
13 libdis_test+0x3f: c4 e3 7d 1d 61 10 vcvtps2ph $0x10,%ymm4,0x10(%ecx)
H A D32.opmask.out50 libdis_test+0xe7: c5 fb 92 d9 kmovd %ecx,%k3
52 libdis_test+0xef: c5 f9 93 ca kmovb %k2,%ecx
55 libdis_test+0xfb: c5 f9 91 11 kmovb %k2,(%ecx)
64 libdis_test+0x123: c4 e1 f9 90 29 kmovd (%ecx),%k5
H A D32.avx512_vnni.out12 libdis_test+0x40: 62 f2 55 48 50 b4 vpdpbusd 0x123456(%ebx,%ecx,8),%zmm5,%zmm6
34 libdis_test+0xbb: 62 f2 55 48 51 b4 vpdpbusds 0x123456(%ebx,%ecx,8),%zmm5,%zmm6
56 libdis_test+0x136: 62 f2 55 48 52 b4 vpdpwssd 0x123456(%ebx,%ecx,8),%zmm5,%zmm6
78 libdis_test+0x1b1: 62 f2 55 48 53 b4 vpdpwssds 0x123456(%ebx,%ecx,8),%zmm5,%zmm6
H A D64.opmask.s86 kmovd %ecx, %k3
90 kmovb %k2, %ecx
/illumos-gate/usr/src/lib/commpage/amd64/
H A Dcp_subr.S208 movl %ecx, %eax
291 movl CP_NSEC_SCALE(%rdi), %ecx
302 movl CP_TSC_MAX_DELTA(%rdi), %ecx
303 sall $1, %ecx
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxcsu.S34 movl $_end,%ecx
35 subl %edi, %ecx
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dmultiboot_tramp.S90 jmp *%ecx
95 movl $MSR_EFER, %ecx
H A Dexc.S40 movl $\N,%ecx
145 movl %ecx,0x78(%rsp) /* tf_trapno */
/illumos-gate/usr/src/boot/i386/libi386/
H A Drelocater_tramp.S84 xorl %ecx, %ecx /* flush TLB */
85 movl %ecx, %cr3
104 movl (relocater_data-relocater)(%ebx, %edx, 4), %ecx
H A Dbiosdisk.c487 if ((v86.ecx & EDD_INTERFACE_FIXED_DISK) == 0) in bd_check_extensions()
521 if ((v86.ecx & 0x3f) == 0) in bd_get_diskinfo_std()
524 bd->bd_cyl = ((v86.ecx & 0xc0) << 2) + ((v86.ecx & 0xff00) >> 8) + 1; in bd_get_diskinfo_std()
527 bd->bd_sec = v86.ecx & 0x3f; in bd_get_diskinfo_std()
1178 v86.ecx = ((cyl & 0xff) << 8) | ((cyl & 0x300) >> 2) | sec; in bd_chs_io()
1288 return (((v86.ecx & 0xc0) << 18) | ((v86.ecx & 0xff00) << 8) | in bd_getbigeom()
1289 (v86.edx & 0xff00) | (v86.ecx & 0x3f)); in bd_getbigeom()
H A Dbiosmem.c104 v86.ecx = sizeof (struct bios_smap_xattr); in bios_getmem()
188 bios_extmem = (v86.ecx & 0xffff) * 1024; in bios_getmem()
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dilogbl.S64 andl $_C99SUSv3_ilogb_0InfNaN_raises_invalid,%ecx
65 cmpl $0,%ecx
/illumos-gate/usr/src/cmd/mdb/intel/amd64/kmdb/
H A Dkmdb_asmutil.S73 movl %edi, %ecx
93 movl %edi, %ecx
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.S209 #define rcxd ecx
358 shr $16, %ecx; \
378 mov p3, %ecx; \
412 shr $16, %ecx; \
476 shr $16, %ecx; \
536 shr $16, %ecx; \
556 mov p3, %ecx; \
590 shr $16, %ecx; \
654 shr $16, %ecx; \
739 mov 2*4(%rdi), %ecx
[all …]
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_32.h144 uint32_t ecx; member
207 unsigned long ecx; member

12345678910