Searched refs:cx (Results 1 - 25 of 85) sorted by relevance

1234

/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dfloorl.s39 movw (%rsp),%cx
40 orw $0x0c00,%cx
41 xorw $0x0400,%cx
42 movw %cx,4(%rsp)
48 movw (%rsp),%cx
49 andw $0x0c00,%cx
50 orw %dx,%cx
51 movw %cx,(%rsp)
63 movw (%rsp),%cx
64 orw $0x0c00,%cx
[all...]
H A Dremquol.s48 movw %ax,%cx
49 andw $0x100,%cx / get C0
50 sarw $6,%cx
51 addw %cx,%dx
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfloorl.s39 movw (%esp),%cx
40 orw $0x0c00,%cx
41 xorw $0x0400,%cx
42 movw %cx,4(%esp)
48 movw (%esp),%cx
49 andw $0x0c00,%cx
50 orw %dx,%cx
51 movw %cx,(%esp)
63 movw (%esp),%cx
64 orw $0x0c00,%cx
[all...]
H A Dceil.s38 movw (%esp),%cx
39 orw $0x0c00,%cx
40 xorw $0x0400,%cx
41 movw %cx,4(%esp)
47 movw (%esp),%cx
48 andw $0x0c00,%cx
49 orw %dx,%cx
50 movw %cx,(%esp)
H A Dfloor.s38 movw (%esp),%cx
39 orw $0x0c00,%cx
40 xorw $0x0800,%cx
41 movw %cx,4(%esp)
47 movw (%esp),%cx
48 andw $0x0c00,%cx
49 orw %dx,%cx
50 movw %cx,(%esp)
H A Dtrunc.s39 movw -8(%eax),%cx
40 orw $0x0c00,%cx
41 movw %cx,-4(%eax)
47 movw -8(%eax),%cx
48 andw $0x0c00,%cx
49 orw %dx,%cx
50 movw %cx,-8(%eax)
H A Dtruncl.s39 movw -8(%eax),%cx
40 orw $0x0c00,%cx
41 movw %cx,-4(%eax)
47 movw -8(%eax),%cx
48 andw $0x0c00,%cx
49 orw %dx,%cx
50 movw %cx,-8(%eax)
H A Dexp10f.s69 movw 4(%esp),%cx
70 andw $0x0300,%cx
71 orw %dx,%cx
72 movw %cx,(%esp)
87 movw 4(%esp),%cx
88 andw $0x0300,%cx
89 orw %dx,%cx
90 movw %cx,(%esp)
H A Dexp10.s71 movw 4(%esp),%cx
72 andw $0x0300,%cx
73 orw %dx,%cx
74 movw %cx,(%esp)
89 movw 4(%esp),%cx
90 andw $0x0300,%cx
91 orw %dx,%cx
92 movw %cx,(%esp)
H A Dremquo.s49 movw %ax,%cx
50 andw $0x100,%cx / get C0
51 sarw $6,%cx
52 addw %cx,%dx
H A Dremquof.s49 movw %ax,%cx
50 andw $0x100,%cx / get C0
51 sarw $6,%cx
52 addw %cx,%dx
H A Dremquol.s49 movw %ax,%cx
50 andw $0x100,%cx / get C0
51 sarw $6,%cx
52 addw %cx,%dx
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_compound_misc.sh90 cx="$(typeset -p vx)" ; cx="${cx//vx/tt}"
93 [[ "$cx" == "$cy" ]] || err_exit "'$cx' != '$cy'"
94 [[ "$cx" == "$cz" ]] || err_exit "'$cx' != '$cz'"
97 count_brackets "$cx" || err_exit "Brackets not balanced for '$cx'"
107 cx
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dapm.S47 andw $0x0002, %cx
61 xorw %cx, %cx
74 movw %cx, ABS(EXT_C(apm_bios_info)) + 8
91 xorw %cx, %cx
104 movw %cx, ABS(EXT_C(apm_bios_info)) + 12
H A Dnbloader.S64 movw $0x4000, %cx
106 addw $1, %cx
107 shrw $1, %cx
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A D_xtoll.s40 movw %ax,%cx
41 andw $0x0c00,%cx /* save RC */
50 orw %cx,%ax /* restore RC */
64 movw %ax,%cx
65 andw $0x0c00,%cx /* save RC */
74 orw %cx,%ax /* restore RC */
91 movw %ax,%cx
92 andw $0x0c00,%cx /* save RC */
112 orw %cx,%dx /* restore RC */
H A D_xtoull.s40 movw %ax,%cx
41 andw $0x0c00,%cx /* save RC */
62 orw %cx,%dx /* restore RC */
/illumos-gate/usr/src/lib/libcurses/screen/
H A Didlok.c59 cy, cx; /* current cursor positions */ variable
121 cx = curscr->_curx;
192 cy = cx = -1;
198 curscr->_curx = (short)cx;
216 cy = cx = -1;
222 cy = cx = -1;
235 (void) mvcur(cy, cx, y, 0);
237 cx = 0;
245 (void) mvcur(cy, cx, bsy - idn, 0);
247 cx
[all...]
H A Dwclrtoeol.c56 int cx; local
69 for (cx = maxx - 1; cx >= x; --cx)
70 if (!ISCBIT(win->_y[y][cx]))
72 wc = RBYTE(win->_y[y][cx]);
73 if (cx + _curs_scrwidth[TYPE(wc)] > maxx)
74 maxx = cx - 1;
H A Dmvcur.c213 _mvrel(int cy, int cx, int ny, int nx, int doit) argument
219 ch = _mvhor(cx, nx, doit);
279 _mvhor(int cx, int nx, int doit) argument
283 if (cx == nx)
290 st = cx < nx ? _mvright(cx, nx, FALSE) : _mvleft(cx, nx, FALSE);
306 if (cx < nx)
307 (void) _mvright(cx, nx, TRUE);
309 (void) _mvleft(cx, n
318 _mvright(int cx, int nx, int doit) argument
394 _mvleft(int cx, int nx, int doit) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-rpool.c23 void *cx));
26 rfree(cx)
27 void *cx;
30 (char *) cx);
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S140 push cx /* save possible signature on stack */
141 mov cx, 0x100
143 pop cx /* restore saved cx */
177 mov cx, FD_NUMPART
187 mov cx, SIZEOF(NoActiveErrMsg)
199 mov cx, 0
204 test cx, 1 /* cx & 1 must be true, or... */
208 mov cx, SIZEO
[all...]
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_xtoll.s41 movw %ax,%cx
42 andw $0x0c00,%cx // save RC
51 orw %cx,%ax // restore RC
65 movw %ax,%cx
66 andw $0x0c00,%cx // save RC
75 orw %cx,%ax // restore RC
93 movw %ax,%cx
94 andw $0x0c00,%cx // save RC
118 orw %cx,%dx // restore RC
H A Dfpcw.s58 orw %ax,%cx
59 movw %cx,4(%esp)
H A D_xtoull.s42 movw %ax,%cx
43 andw $0x0c00,%cx // save RC
67 orw %cx,%ax // restore RC

Completed in 118 milliseconds

1234