Searched refs:bx (Results 1 - 25 of 140) sorted by relevance

123456

/freebsd-11-stable/contrib/groff/font/devps/generate/
H A Dsymbol.sed3 /^C .*[ ;]N bracketlefttp[ ;]/bx
4 /^C .*[ ;]N bracketleftex[ ;]/bx
5 /^C .*[ ;]N bracketleftbt[ ;]/bx
6 /^C .*[ ;]N bracketrighttp[ ;]/bx
7 /^C .*[ ;]N bracketrightex[ ;]/bx
8 /^C .*[ ;]N bracketrightbt[ ;]/bx
9 /^C .*[ ;]N bracelefttp[ ;]/bx
10 /^C .*[ ;]N braceleftmid[ ;]/bx
11 /^C .*[ ;]N braceleftbt[ ;]/bx
12 /^C .*[ ;]N bracerighttp[ ;]/bx
[all...]
/freebsd-11-stable/sys/contrib/cloudabi/
H A Dcloudabi_vdso_armv6.S45 bx lr
55 bx lr
61 bx lr
67 bx lr
77 bx lr
90 bx lr
96 bx lr
106 bx lr
115 bx lr
124 bx l
[all...]
/freebsd-11-stable/contrib/gdtoa/
H A Ddmisc.c109 ULong *bx, *bxe, q, *sx, *sxe; local
128 bx = b->x;
129 bxe = bx + n;
142 y = *bx - (ys & 0xffffffffUL) - borrow;
144 *bx++ = y & 0xffffffffUL;
151 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
153 z = (*bx >> 16) - (zs & 0xffff) - borrow;
155 Storeinc(bx, z, y);
159 y = *bx - (ys & 0xffff) - borrow;
161 *bx
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mvwin.c48 mvwin(WINDOW *win, int by, int bx) argument
54 T((T_CALLED("mvwin(%p,%d,%d)"), (void *) win, by, bx));
75 (bx - parent->_begx == win->_parx))
89 bx - parent->_begx);
106 || bx + win->_maxx > screen_columns(SP_PARM) - 1
108 || bx < 0)
118 win->_begx = (NCURSES_SIZE_T) bx;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dnegdf2vfp.S25 bx lr
H A Dnegsf2vfp.S25 bx lr
H A Drestore_vfp_d8_d15_regs.S30 bx lr // return to prolog
H A Dsave_vfp_d8_d15_regs.S30 bx lr // return to prolog
H A Daddsf3vfp.S28 bx lr
H A Ddivsf3vfp.S28 bx lr
H A Dextendsfdf2vfp.S28 bx lr
H A Dfixdfsivfp.S29 bx lr
H A Dfixsfsivfp.S29 bx lr
H A Dfixunsdfsivfp.S30 bx lr
H A Dfixunssfsivfp.S30 bx lr
H A Dfloatsidfvfp.S29 bx lr
H A Dfloatsisfvfp.S29 bx lr
H A Dfloatunssidfvfp.S29 bx lr
H A Dfloatunssisfvfp.S29 bx lr
H A Dmulsf3vfp.S28 bx lr
H A Dsubsf3vfp.S29 bx lr
/freebsd-11-stable/tools/test/testfloat/
H A Dslowfloat-32.c588 static floatX floatXAdd( floatX ax, floatX bx )
594 if ( bx.isNaN ) return bx;
595 if ( ax.isInf && bx.isInf ) {
596 if ( ax.sign == bx.sign ) return ax;
600 if ( bx.isInf ) return bx;
601 if ( ax.isZero && bx.isZero ) {
602 if ( ax.sign == bx.sign ) return ax;
605 if ( ( ax.sign != bx
982 floatX ax, bx; local
995 floatX ax, bx; local
1008 floatX ax, bx; local
1133 floatX ax, bx; local
1146 floatX ax, bx; local
1159 floatX ax, bx; local
[all...]
/freebsd-11-stable/stand/pc98/boot0.5/
H A Ddisk.s39 movw secsize(%si), %bx
40 decw %bx
41 decw %bx
42 movw iplbuf(%bx), %ax
57 movw curdevice, %bx
58 shlw %bx
59 movw maxpart(%bx), %cx # %cx = max num of partitions
60 movw partoff(%bx), %di
61 movw %di, %bx # %bx
[all...]
H A Dsyscons.s36 # destroyed: %al, %bx
39 movw $0xe000, %bx
43 movw $0xa000, %bx
45 movw %bx, %es
47 movw curpos, %bx
48 movw %ax, %es:(%bx)
58 movw $0xe200, %bx
62 movw $0xa200, %bx
64 movw %bx, %es
66 movw curpos, %bx
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Darmv4cpuid.S17 bx lr
39 .word 0xe12fff1e @ bx lr
71 bx lr
75 .word 0xe12fff1e @ bx lr
88 bx lr
95 bx lr
102 bx lr
109 bx lr
116 bx lr
122 bx l
[all...]

Completed in 119 milliseconds

123456