Searched refs:dx (Results 1 - 25 of 94) sorted by relevance

1234

/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dsio.S30 movw $SIO_PRT+0x3,%dx # Data format reg
32 outb %al,(%dx) # and DLAB
35 outw %ax,(%dx) # BPS
36 movw $SIO_PRT+0x3,%dx # Data format reg
38 outb %al,(%dx) # DLAB
41 outb %al,(%dx) # DTR
58 movw $SIO_PRT+0x5,%dx # Line status reg
61 sio_putc.1: inb (%dx),%al # Transmitter
67 outb %al,(%dx) # Write character
75 inb (%dx),
[all...]
/illumos-gate/usr/src/lib/libm/common/R/
H A Dhypotf.c36 double dx, dy; local
59 dx = (double) x;
61 w = (float) sqrt(dx * dx + dy * dy);
/illumos-gate/usr/src/ucblib/libcurses/
H A Dmvwin.c34 int dy, dx; local
39 dx = bx - win->_begx;
45 win->_begx += dx;
52 if (bx < orig->_begx || win->_maxx + dx > orig->_maxx)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwrefresh.c82 int wy, wx, ny, nx, dx, value; local
103 dx = w->_last[wy] - wx;
110 (void) __m_cc_erase(ns, ny, nx+dx-1, ny, nx+dx-1);
114 dx * sizeof **w->_line
132 if (!__m_cc_islast(ns, ny, nx+dx-1)) {
136 if (ns->_maxx <= nx + dx)
138 ns, ny, nx+dx-1, ny, nx+dx-1
144 else if (nx + dx < n
[all...]
H A Dpecho_wc.c49 int code, dy, dx; local
57 dx = pad->_smaxx - pad->_sminx;
61 || pad->_refy + dy < pad->_cury || pad->_refx + dx < pad->_curx)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwrefresh.c82 int wy, wx, ny, nx, dx, value; local
104 dx = w->_last[wy] - wx;
112 dx * sizeof (**w->_line));
118 if (ns->_last[ny] < (nx + dx))
119 ns->_last[ny] = (short) (nx + dx);
138 if (!__m_cc_islast(ns, ny, nx+dx-1)) {
143 if (ns->_maxx <= nx + dx)
144 (void) __m_cc_erase(ns, ny, nx + dx - 1,
145 ny, nx + dx - 1);
151 else if (nx + dx < n
[all...]
H A Dpecho_wc.c54 int code, dy, dx; local
59 dx = pad->_smaxx - pad->_sminx;
64 pad->_refy + dy < pad->_cury || pad->_refx + dx < pad->_curx)
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dfloorl.s46 movw 4(%rsp),%dx
47 andw $0xf3ff,%dx
50 orw %dx,%cx
70 movw 4(%rsp),%dx
71 andw $0xf3ff,%dx
74 orw %dx,%cx
H A Dremquol.s45 movw %ax,%dx
46 andw $0x4000,%dx / get C3
47 sarw $13,%dx
51 addw %cx,%dx
54 addw %dx,%ax
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dclogf.c42 double dx, dy; local
66 dx = (double)ax;
71 F_RE(ans) = (float)(0.5 * log1p(dx * dx));
75 F_RE(ans) = (float)(0.5 * log(dx * dx + dy * dy));
H A Dcatanf.c49 double dx, dy, dt; local
121 dx = (double)ax;
123 F_RE(ans) = (float)(0.5 * atan2(dx + dx,
124 1.0 - dx * dx - dy * dy));
127 (dx * dx + dt * dt)));
H A Dcsqrtf.c42 double dt, dx, dy; local
77 dx = (double) ax;
79 dt = sqrt(0.5 * (sqrt(dx * dx + dy * dy) + dx));
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfloorl.s46 movw 4(%esp),%dx
47 andw $0xf3ff,%dx
50 orw %dx,%cx
70 movw 4(%esp),%dx
71 andw $0xf3ff,%dx
74 orw %dx,%cx
H A Dceil.s45 movw 4(%esp),%dx
46 andw $0xf3ff,%dx
49 orw %dx,%cx
H A Dfloor.s45 movw 4(%esp),%dx
46 andw $0xf3ff,%dx
49 orw %dx,%cx
H A Dtrunc.s45 movw -4(%eax),%dx
46 andw $0xf3ff,%dx
49 orw %dx,%cx
H A Dtruncl.s45 movw -4(%eax),%dx
46 andw $0xf3ff,%dx
49 orw %dx,%cx
H A Dlround.s43 movw -8(%ecx),%dx
44 andw $0xf3ff,%dx
45 movw %dx,-4(%ecx)
50 movw -4(%ecx),%dx
51 andw $0xf3ff,%dx
54 orw %dx,%ax
H A Dround.s43 movw -8(%ecx),%dx
44 andw $0xf3ff,%dx
45 movw %dx,-4(%ecx)
50 movw -4(%ecx),%dx
51 andw $0xf3ff,%dx
54 orw %dx,%ax
H A Droundl.s43 movw -8(%ecx),%dx
44 andw $0xf3ff,%dx
45 movw %dx,-4(%ecx)
50 movw -4(%ecx),%dx
51 andw $0xf3ff,%dx
54 orw %dx,%ax
/illumos-gate/usr/src/cmd/mdb/intel/amd64/kmdb/
H A Dkmdb_asmutil.s137 1: inb (%dx)
141 2: inw (%dx)
145 4: inl (%dx)
157 outb (%dx)
161 outw (%dx)
165 outl (%dx)
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_asm.s72 movw %di, %dx
74 outb (%dx)
83 movw %di, %dx
84 inb (%dx)
121 outb (%dx)
130 inb (%dx)
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s286 outb (%dx)
292 outb (%dx)
315 outb (%dx)
321 outb (%dx)
332 outb (%dx)
338 outb (%dx)
356 outb (%dx)
362 outb (%dx)
387 outb (%dx)
393 outb (%dx)
[all...]
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A D_xtoull.s60 movw cw(%rsp),%dx
61 andw $0xf3ff,%dx
62 orw %cx,%dx /* restore RC */
63 movw %dx,cw(%rsp)
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h113 * current line that have been read but not printed. dx is the width troff wants
127 int dx; /* width of a space */ member in struct:__anon796

Completed in 81 milliseconds

1234