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

123

/barrelfish-master/lib/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...]
/barrelfish-master/lib/compiler-rt/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 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 Ddivsf3vfp.S28 bx lr
H A Dsubsf3vfp.S29 bx lr
H A Daddsf3vfp.S28 bx lr
H A Dswitchu8.S39 bx ip // jump to computed label
H A Dswitch8.S39 bx ip // jump to computed label
H A Dtruncdfsf2vfp.S28 bx lr
H A Deqdf2vfp.S31 bx lr
H A Deqsf2vfp.S32 bx lr
/barrelfish-master/tools/usbboot/arch/omap4/
H A Dstart.S24 bx r8
35 bx lr
39 bx lr
/barrelfish-master/tools/usbboot/
H A Dtrusted.S13 bx lr

Completed in 125 milliseconds

123