Searched refs:cx (Results 51 - 75 of 85) sorted by relevance

1234

/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexp2l.s35 movl 16(%rsp),%ecx / cx <--sign&bexp(x)
H A Dexp10l.s39 movl 16(%rsp),%ecx / cx <--sign&bexp(x)
H A Dexpl.s40 movl 16(%rsp),%ecx / cx <--sign&bexp(x)
H A Dexpm1l.s40 movl 16(%rsp),%ecx / cx <--sign&bexp(x)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmal.c98 int cx, cy, cz; local
122 cx = 3; /* quiet nan */
124 cx = 2; /* inf */
126 cx = (xx.i[1] | xx.i[2] | xx.i[3]) ? 1 : 0;
129 cx = 1; /* finite nonzero */
168 if (cx != 1 || cy != 1 || cz != 1) {
170 if (cx == 3) {
180 if ((cx == 0 && cy == 2) || (cx == 2 && cy == 0)) {
198 if (cx
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S181 andw $1, %cx
353 * We need to save %cx and %si because the startup code in
359 movw $0x100, %cx
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp601 Channel *cx = _getSockOpenChannel(s); local
603 if (cx == NULL) {
611 c = new Channel(*cx);
652 Channel *cx = _getSockOpenChannel(s); local
654 if (cx == NULL) {
664 cx->AddBytesTxWindow(-res);
668 cx->SetStatus(Channel::WAITING_CLOSE);
671 _closeMChannel(cx);
675 if (it->second == cx) {
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_asm.s90 movw (%eax), %cx / Load flags
91 orw $CPU_DTRACE_ILLOP, %cx / Set ILLOP
92 movw %cx, (%eax) / Store flags
H A Dfasttrap_isa.c1213 greg_t cx = rp->r_rcx--; local
1215 greg_t cx = rp->r_ecx--; local
1221 cx != 0;
1225 cx != 0;
1228 taken = (cx != 0);
1242 greg_t cx = rp->r_rcx; local
1244 greg_t cx = rp->r_ecx;
1247 if (cx == 0)
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S133 mov $(MEM_ARG_SIZE/4),%cx # Size of arguments in 32-bit
168 mov $0xffff,%cx # path name by
189 load_sizeok: movzbw %al,%cx # Num sectors to read
273 mov $(btx_client_end-btx_client),%cx # length of btx client
281 mov $(MEM_ARG_SIZE/4),%cx # size of the arguments in longs
380 ff.checkver.1: movzbw DIR_NAMELEN(%bx),%cx
381 cmp %cx,%si # Did we find any digits?
386 mov %si,%cx
389 ff.checkver.2: mov %cx,%si # Restore %si to end of string
394 movzbw name_len,%cx # Loa
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexp10l.s39 movl 12(%esp),%ecx / cx <--sign&bexp(x)
H A Dexpl.s40 movl 12(%esp),%ecx / cx <--sign&bexp(x)
H A Dexpm1l.s40 movl 12(%esp),%ecx / cx <--sign&bexp(x)
H A Dnextafterl.s160 cmpw $0x7fff,%cx
H A Dnexttowardl.s160 cmpw $0x7fff,%cx
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h168 __DECL_REG(cx);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgspace.c277 pci_bios_maxbus = (regs.ecx.word.cx & 0xff);
H A Dbiosdisk.c144 if ((rp.ecx.word.cx & 0x7) == 0) {
146 "not supported cx = %x\n", rp.ecx.word.cx));
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h118 cpuid_count(u_int ax, u_int cx, u_int *p) argument
122 : "0" (ax), "c" (cx));
720 void cpuid_count(u_int ax, u_int cx, u_int *p);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h138 cpuid_count(u_int ax, u_int cx, u_int *p) argument
142 : "0" (ax), "c" (cx));
800 void cpuid_count(u_int ax, u_int cx, u_int *p);
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S193 movw $0x100,%cx # Word count
292 addw %cx,%di # description
563 movw 0x2(%si),%cx # Load cylinder:sector
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstart.S281 movw %ax, %cx
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s137 movw %fs, %cx
146 movw %gs, %cx
698 movw %cx, %fs
706 movw %cx, %gs
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dexception.s946 movw TSS_LDT(%eax), %cx /* restore the LDT */
947 lldt %cx
978 movw $KTSS_SEL, %cx
979 ltr %cx
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dread.c372 ssize_t cx = cur - var, ux = up - var; local
382 cur = var + cx;

Completed in 916 milliseconds

1234