Searched refs:cx (Results 26 - 50 of 85) sorted by relevance

1234

/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dgptldr.S64 start: xor %cx,%cx # Zero
65 mov %cx,%es # Address
66 mov %cx,%ds # data
67 mov %cx,%ss # Set up
100 mov $COPY_BLK_SZ,%cx # Copy 32k
105 mov %cx,%ds # Reset %ds and %es
106 mov %cx,%es
108 mov 0xa(%bx),%cx # Get BTX length and set
111 add %cx,
[all...]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Drndintl.s38 movw -8(%rax),%cx
39 orw $0x0c00,%cx
40 movw %cx,-4(%rax)
46 movw -8(%rax),%cx
47 andw $0x0c00,%cx
48 orw %dx,%cx
49 movw %cx,-8(%rax)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Drndintl.s38 movw -8(%eax),%cx
39 orw $0x0c00,%cx
40 movw %cx,-4(%eax)
46 movw -8(%eax),%cx
47 andw $0x0c00,%cx
48 orw %dx,%cx
49 movw %cx,-8(%eax)
H A Dexpm1f.s88 movw 4(%esp),%cx
89 andw $0x0300,%cx
90 orw %dx,%cx
91 movw %cx,(%esp)
119 movw 4(%esp),%cx
120 andw $0x0300,%cx
121 orw %dx,%cx
122 movw %cx,(%esp)
H A Dexp.s73 movw 4(%esp),%cx
74 andw $0x0300,%cx
75 orw %dx,%cx
76 movw %cx,(%esp)
H A Dexpm1.s87 movw 4(%esp),%cx
88 andw $0x0300,%cx
89 orw %dx,%cx
90 movw %cx,(%esp)
H A Dexp2l.s35 movl 12(%esp),%ecx / cx <--sign&bexp(x)
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dprivregs.h126 movw $KDS_SEL, %cx; \
127 movw %cx, %ds; \
128 movw %cx, %es; \
129 movw $KFS_SEL, %cx; \
131 movw %cx, %fs; \
/illumos-gate/usr/src/lib/brand/shared/brand/amd64/
H A Dhandler.s93 movw %cs, %cx
95 movw %ds, %cx
97 movw %es, %cx
99 movw %fs, %cx
101 movw %gs, %cx
103 movw %ss, %cx
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c65 static short cy, cx, /* current cursor coord */ variable
113 cx = curscr->_curx;
167 cy = cx = curscr->_curx = curscr->_cury = 0;
241 curscr->_curx = cx;
244 cx = curscr->_curx;
263 if (wy != cy || wx != cx) {
264 (void) mvcur(cy, cx, wy, wx);
268 cx = (short) wx;
283 curscr->_curx = cx;
558 (void) mvcur(cy, cx, w
[all...]
/illumos-gate/usr/src/cmd/ul/
H A Dul.c414 wchar_t cx; local
435 case NORMAL: cx = ' '; break;
436 case ALTSET: cx = 'g'; break;
437 case SUPERSC: cx = '^'; break;
438 case SUBSC: cx = 'v'; break;
439 case UNDERL: cx = '_'; break;
440 case BOLD: cx = '!'; break;
441 default: cx = 'X'; break;
463 *cp++ = cx;
465 *cp++ = cx;
[all...]
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.s255 addw %cx, (%eax)
287 movw 8(%esp), %cx
289 orw %cx, (%eax)
319 movw 8(%esp), %cx
321 andw %cx, (%eax)
353 movw 8(%esp), %cx / %cx = delta
354 movzwl %cx, %eax / %ax = delta, zero extended
356 xaddw %cx, (%edx) / %cx
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S93 movw %es, %cx # save PXENV+ segment
111 movw $(MEM_ARG_SIZE/4), %cx # Size of arguments in 32-bit
198 movw $(btx_client_end-btx_client), %cx # length of btx client
206 movw $(MEM_ARG_SIZE/4), %cx # size of the arguments in longs
242 xor %cx,%cx # Clear
243 seta20.1: inc %cx # Increment, overflow?
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dasm.S33 ax,dx,cx,bx,si,di,bp,sp,st,st1,st2,st3,st4,st5,st6,st7,arg
227 movw 8(%ebp),%cx /* Seg:off addr of undi_call_info_t struct */
228 movw 12(%ebp),%dx /* Pass to 16-bit code in %cx:%dx */
233 movw %cx,%es /* Seg:off addr of undi_call_info_t struct */
248 popw %cx /* Tidy up the stack */
249 popw %cx
250 popw %cx
251 movw %ax,%cx /* Return %ax via %cx */
256 xorl %eax,%eax /* %ax is returned via %cx */
[all...]
H A Dstart_eltorito.S239 mov $2, %cx
244 mov $4, %cx
248 mov $8, %cx
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dia32.il176 movw (%esp), %cx
177 bsrw %cx, %ax
H A Dlocore.s1128 movw CPUC_DTRACE_FLAGS(%rax), %cx
1129 testw $CPU_DTRACE_NOFAULT, %cx
1164 orw $CPU_DTRACE_DIVZERO, %cx
1165 movw %cx, CPUC_DTRACE_FLAGS(%rax)
1174 orw $CPU_DTRACE_ILLOP, %cx
1175 movw %cx, CPUC_DTRACE_FLAGS(%rax)
1178 orw $CPU_DTRACE_BADADDR, %cx
1179 movw %cx, CPUC_DTRACE_FLAGS(%rax) /* set fault to bad addr */
1234 movw CPUC_DTRACE_FLAGS(%eax), %cx
1235 testw $CPU_DTRACE_NOFAULT, %cx
[all...]
/illumos-gate/usr/src/uts/intel/amd64/sys/
H A Dprivregs.h171 movw %gs, %cx; \
173 movw %fs, %cx; \
175 movw %es, %cx; \
177 movw %ds, %cx; \
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.s354 movw %si, %cx
355 andw %ax, %cx / %cx = new value
357 cmpxchgw %cx, (%rdi) / try to stick it in
359 movzwl %cx, %eax / return new value
410 movw %si, %cx
411 orw %ax, %cx / %cx = new value
413 cmpxchgw %cx, (%rdi) / try to stick it in
415 movzwl %cx,
[all...]
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c231 char cx = c[0]; local
240 if(cx == 'd')
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c66 * cx, cy - center of the picture and
73 int outline, int scaleboth, double cx, double cy,
174 var(cx); var(cy); var(sx); var(sy); var(ax); var(ay); var(rot);
72 ps_include(FILE *fin, FILE *fout, int page_no, int whiteout, int outline, int scaleboth, double cx, double cy, double sx, double sy, double ax, double ay, double rot) argument
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_mul64.s56 addl %edx,%ecx / cx is ad
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S144 mov $(MEM_ORG-MEM_IDT)/2,%cx # Words to zero
151 mov $0x10,%cx # Number of handlers
166 xchg %ax,%cx # as word
203 movw %cx,%ss # stack
208 ltr %cx # register
260 mov %cx,%ss # Reload SS
261 mov %cx,%ds # Load
262 mov %cx,%es # remaining
263 mov %cx,%fs # segment
264 mov %cx,
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_branch.c142 char cx[BUF_SIZE], cy[BUF_SIZE]; local
167 (void) strncpy(cx, lbl, p - lbl);
168 cx[p - lbl] = '\0';
170 (void) strcpy(cx, lbl);
172 (void) strcpy(cy, cx);
189 dimm = branch_dimm_create(br_hdl, cx, serids, nserids);
/illumos-gate/usr/src/lib/common/i386/
H A Dfsr.s147 orw %cx,0(%esp)

Completed in 1054 milliseconds

1234