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

123456

/freebsd-12-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-12-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-12-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-12-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
H A Dswitch8.S39 bx ip // jump to computed label
H A Dswitchu8.S39 bx ip // jump to computed label
H A Dtruncdfsf2vfp.S28 bx lr
/freebsd-12-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-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_regset.c110 ulong_t bit, bx; local
113 for (bit = 1, bx = 0; bx <= maxb; bx++, bit <<= 1) {
115 reg = (int)((wx << BT_ULSHIFT) | bx);

Completed in 89 milliseconds

123456