Searched refs:lowmant (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dmulti_arith.h29 reg->lowmant = reg->mant.m32[1] << (8 - cnt);
35 reg->lowmant = reg->mant.m32[1] >> (cnt - 8);
37 reg->lowmant |= 1;
43 asm volatile ("bfextu %1{%2,#8},%0" : "=d" (reg->lowmant)
46 reg->lowmant |= 1;
51 reg->lowmant = reg->mant.m32[0] >> (cnt - 40);
53 reg->lowmant |= 1;
58 reg->lowmant = reg->mant.m32[0] || reg->mant.m32[1];
88 asm volatile ("add.b %1,%0" : "=d,g" (dest->lowmant)
89 : "g,d" (src->lowmant), "
[all...]
H A Dfp_arith.c95 dest->lowmant = src->lowmant = 0;
185 dest->lowmant = 0;
255 dest->lowmant = 0;
343 dest->lowmant = 0;
393 dest->lowmant = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dmath-emu.h86 unsigned char lowmant; member in struct:fp_ext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmath-emu.h86 unsigned char lowmant; member in struct:fp_ext

Completed in 97 milliseconds