Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 25 of 87) sorted by relevance

1234

/titanic_44/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'"
107cx="$(typeset +p vx.nodes)" ; [[ "$cx" == *-C* && "$cx" == *-a* ]] || err_exit "'$cx' lacks -C/…
110cx="$(typeset +p vx.nodes[4])" ; [[ "$cx" == *-C* ]] || err_exit "'$cx' lacks -C …
128 cx="$(typeset -p vx)" ; cx="${cx//vx/tt}"
131 [[ "$cx" == "$cy" ]] || err_exit "'$cx' != '$cy'"
132 [[ "$cx" == "$cz" ]] || err_exit "'$cx' != '$cz'"
135 count_brackets "$cx" || err_exit "Brackets not balanced for '$cx'"
[all …]
/titanic_44/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 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)
H A Dremquol.s48 movw %ax,%cx
49 andw $0x100,%cx / get C0
50 sarw $6,%cx
51 addw %cx,%dx
/titanic_44/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 Dlocallibm.il70 movw %ax,%cx
71 andw $0xfcff,%cx
75 orw %dx,%cx
93 movw %ax,%cx
94 andw $0xf3ff,%cx
98 orw %dx,%cx
134 movw (%esp),%cx
135 orw $0x0c00,%cx
136 xorw $0x0400,%cx
137 movw %cx,4(%esp)
[all …]
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 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 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 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
/titanic_44/usr/src/lib/libcurses/screen/
H A Didlok.c59 cy, cx; /* current cursor positions */ variable
121 cx = curscr->_curx; in _use_idln()
192 cy = cx = -1; in _use_idln()
198 curscr->_curx = (short)cx; in _use_idln()
216 cy = cx = -1; in _do_idln()
222 cy = cx = -1; in _do_idln()
235 (void) mvcur(cy, cx, y, 0); in _do_idln()
237 cx = 0; in _do_idln()
245 (void) mvcur(cy, cx, bsy - idn, 0); in _do_idln()
247 cx = 0; in _do_idln()
[all …]
H A Dmvcur.c213 _mvrel(int cy, int cx, int ny, int nx, int doit) in _mvrel() argument
219 ch = _mvhor(cx, nx, doit); in _mvrel()
279 _mvhor(int cx, int nx, int doit) in _mvhor() argument
283 if (cx == nx) in _mvhor()
290 st = cx < nx ? _mvright(cx, nx, FALSE) : _mvleft(cx, nx, FALSE); in _mvhor()
306 if (cx < nx) in _mvhor()
307 (void) _mvright(cx, nx, TRUE); in _mvhor()
309 (void) _mvleft(cx, nx, TRUE); in _mvhor()
318 _mvright(int cx, int nx, int doit) in _mvright() argument
332 nt = tab ? (nx / TABSIZE - cx / TABSIZE) : 0; in _mvright()
[all …]
H A Dwclrtoeol.c56 int cx; in wclrtoeol() local
69 for (cx = maxx - 1; cx >= x; --cx) in wclrtoeol()
70 if (!ISCBIT(win->_y[y][cx])) in wclrtoeol()
72 wc = RBYTE(win->_y[y][cx]); in wclrtoeol()
73 if (cx + _curs_scrwidth[TYPE(wc)] > maxx) in wclrtoeol()
74 maxx = cx - 1; in wclrtoeol()
/titanic_44/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, SIZEOF(lbastring)
224 mov cx, N_RETRIES /* retry count */
245 mov cx, SIZEOF(chsstring)
[all …]
/titanic_44/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 */
/titanic_44/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
/titanic_44/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
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dt-rpool.c23 void *cx));
26 rfree(cx) in rfree() argument
27 void *cx; in rfree()
30 (char *) cx);

1234