Lines Matching +full:1 +full:d

29 		reg->lowmant = reg->mant.m32[1] << (8 - cnt);  in fp_denormalize()
30 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) | in fp_denormalize()
35 reg->lowmant = reg->mant.m32[1] >> (cnt - 8); in fp_denormalize()
36 if (reg->mant.m32[1] << (40 - cnt)) in fp_denormalize()
37 reg->lowmant |= 1; in fp_denormalize()
38 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) | in fp_denormalize()
43 asm volatile ("bfextu %1{%2,#8},%0" : "=d" (reg->lowmant) in fp_denormalize()
44 : "m" (reg->mant.m32[0]), "d" (64 - cnt)); in fp_denormalize()
45 if (reg->mant.m32[1] << (40 - cnt)) in fp_denormalize()
46 reg->lowmant |= 1; in fp_denormalize()
47 reg->mant.m32[1] = reg->mant.m32[0] >> (cnt - 32); in fp_denormalize()
52 if ((reg->mant.m32[0] << (72 - cnt)) || reg->mant.m32[1]) in fp_denormalize()
53 reg->lowmant |= 1; in fp_denormalize()
54 reg->mant.m32[1] = reg->mant.m32[0] >> (cnt - 32); in fp_denormalize()
58 reg->lowmant = reg->mant.m32[0] || reg->mant.m32[1]; in fp_denormalize()
60 reg->mant.m32[1] = 0; in fp_denormalize()
70 asm ("bfffo %1{#0,#32},%0" : "=d" (shift) : "dm" (reg->mant.m32[0])); in fp_overnormalize()
71 reg->mant.m32[0] = (reg->mant.m32[0] << shift) | (reg->mant.m32[1] >> (32 - shift)); in fp_overnormalize()
72 reg->mant.m32[1] = (reg->mant.m32[1] << shift); in fp_overnormalize()
74 asm ("bfffo %1{#0,#32},%0" : "=d" (shift) : "dm" (reg->mant.m32[1])); in fp_overnormalize()
75 reg->mant.m32[0] = (reg->mant.m32[1] << shift); in fp_overnormalize()
76 reg->mant.m32[1] = 0; in fp_overnormalize()
88 asm volatile ("add.b %1,%0" : "=d,g" (dest->lowmant) in fp_addmant()
89 : "g,d" (src->lowmant), "0,0" (dest->lowmant)); in fp_addmant()
90 asm volatile ("addx.l %1,%0" : "=d" (dest->mant.m32[1]) in fp_addmant()
91 : "d" (src->mant.m32[1]), "0" (dest->mant.m32[1])); in fp_addmant()
92 asm volatile ("addx.l %1,%0" : "=d" (dest->mant.m32[0]) in fp_addmant()
93 : "d" (src->mant.m32[0]), "0" (dest->mant.m32[0])); in fp_addmant()
94 asm volatile ("addx.l %0,%0" : "=d" (carry) : "0" (0)); in fp_addmant()
108 reg->lowmant = (reg->mant.m32[1] << 7) | (reg->lowmant ? 1 : 0); in fp_addcarry()
109 reg->mant.m32[1] = (reg->mant.m32[1] >> 1) | in fp_addcarry()
111 reg->mant.m32[0] = (reg->mant.m32[0] >> 1) | 0x80000000; in fp_addcarry()
113 return 1; in fp_addcarry()
120 asm volatile ("sub.b %1,%0" : "=d,g" (dest->lowmant) in fp_submant()
121 : "g,d" (src2->lowmant), "0,0" (src1->lowmant)); in fp_submant()
122 asm volatile ("subx.l %1,%0" : "=d" (dest->mant.m32[1]) in fp_submant()
123 : "d" (src2->mant.m32[1]), "0" (src1->mant.m32[1])); in fp_submant()
124 asm volatile ("subx.l %1,%0" : "=d" (dest->mant.m32[0]) in fp_submant()
125 : "d" (src2->mant.m32[0]), "0" (src1->mant.m32[0])); in fp_submant()
129 asm ("mulu.l %2,%1:%0" : "=d" (destl), "=d" (desth) \
133 asm ("divu.l %2,%1:%0" : "=d" (quot), "=d" (rem) \
134 : "dm" (div), "1" (srch), "0" (srcl))
136 asm ("add.l %1,%0" : "=d,dm" (dest2) \
137 : "dm,d" (src2), "0,0" (dest2)); \
138 asm ("addx.l %1,%0" : "=d" (dest1) \
139 : "d" (src1), "0" (dest1)); \
143 asm volatile ("add.l %1,%0" : "=d,g" (dest->m32[2]) \
144 : "g,d" (temp.m32[1]), "0,0" (dest->m32[2])); \
145 asm volatile ("addx.l %1,%0" : "=d" (dest->m32[1]) \
146 : "d" (temp.m32[0]), "0" (dest->m32[1])); \
147 asm volatile ("addx.l %1,%0" : "=d" (dest->m32[0]) \
148 : "d" (0), "0" (dest->m32[0])); \
151 asm ("sub.l %1,%0" : "=d,dm" (dest.m32[1]) \
152 : "dm,d" (src.m32[1]), "0,0" (dest.m32[1])); \
153 asm ("subx.l %1,%0" : "=d" (dest.m32[0]) \
154 : "d" (src.m32[0]), "0" (dest.m32[0])); \
158 asm ("sub.l %1,%0" : "=d,dm" (dest.m32[2]) \
159 : "dm,d" (srcl), "0,0" (dest.m32[2])); \
160 asm ("subx.l %1,%0" : "=d" (dest.m32[1]) \
161 : "d" (srcm), "0" (dest.m32[1])); \
162 asm ("subx.l %2,%1; scs %0" : "=d" (carry), "=d" (dest.m32[0]) \
163 : "d" (srch), "1" (dest.m32[0])); \
172 fp_mul64(dest->m32[0], dest->m32[1], src1->mant.m32[0], src2->mant.m32[0]); in fp_multiplymant()
173 fp_mul64(dest->m32[2], dest->m32[3], src1->mant.m32[1], src2->mant.m32[1]); in fp_multiplymant()
175 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[0], src2->mant.m32[1]); in fp_multiplymant()
178 fp_mul64(temp.m32[0], temp.m32[1], src1->mant.m32[1], src2->mant.m32[0]); in fp_multiplymant()
195 *mantp = 1; in fp_dividemant()
208 10/1D and now only a single shift and the value fits into 32bit. */ in fp_dividemant()
210 dummy = div->mant.m32[1] / div->mant.m32[0] + 1; in fp_dividemant()
211 dummy = (dummy >> 1) | fix; in fp_dividemant()
217 fp_div64(first, rem, 0, src->mant.m32[1], div->mant.m32[0]); in fp_dividemant()
222 fp_div64(first, rem, src->mant.m32[0], src->mant.m32[1], div->mant.m32[0]); in fp_dividemant()
227 fp_mul64(tmp.m32[0], tmp.m32[1], div->mant.m32[0], first - *mantp); in fp_dividemant()
228 fp_add64(tmp.m32[0], tmp.m32[1], 0, rem); in fp_dividemant()
231 fp_mul64(tmp64.m32[0], tmp64.m32[1], *mantp, div->mant.m32[1]); in fp_dividemant()
232 fp_sub96c(tmp, 0, tmp64.m32[0], tmp64.m32[1]); in fp_dividemant()
234 src->mant.m32[0] = tmp.m32[1]; in fp_dividemant()
235 src->mant.m32[1] = tmp.m32[2]; in fp_dividemant()
237 while (!fp_sub96c(tmp, 0, div->mant.m32[0], div->mant.m32[1])) { in fp_dividemant()
238 src->mant.m32[0] = tmp.m32[1]; in fp_dividemant()
239 src->mant.m32[1] = tmp.m32[2]; in fp_dividemant()
240 *mantp += 1; in fp_dividemant()
255 dest->lowmant |= 1; in fp_putmant128()
257 case 1: in fp_putmant128()
258 asm volatile ("lsl.l #1,%0" in fp_putmant128()
259 : "=d" (tmp) : "0" (src->m32[2])); in fp_putmant128()
260 asm volatile ("roxl.l #1,%0" in fp_putmant128()
261 : "=d" (dest->mant.m32[1]) : "0" (src->m32[1])); in fp_putmant128()
262 asm volatile ("roxl.l #1,%0" in fp_putmant128()
263 : "=d" (dest->mant.m32[0]) : "0" (src->m32[0])); in fp_putmant128()
266 dest->lowmant |= 1; in fp_putmant128()
269 asm volatile ("lsr.l #1,%1; roxr.l #1,%0" in fp_putmant128()
270 : "=d" (dest->mant.m32[0]) in fp_putmant128()
271 : "d" (src->m32[0]), "0" (src->m32[1])); in fp_putmant128()
272 asm volatile ("roxr.l #1,%0" in fp_putmant128()
273 : "=d" (dest->mant.m32[1]) : "0" (src->m32[2])); in fp_putmant128()
274 asm volatile ("roxr.l #1,%0" in fp_putmant128()
275 : "=d" (tmp) : "0" (src->m32[3])); in fp_putmant128()
278 dest->lowmant |= 1; in fp_putmant128()
281 dest->mant.m32[0] = src->m32[1]; in fp_putmant128()
282 dest->mant.m32[1] = src->m32[2]; in fp_putmant128()
285 dest->lowmant |= 1; in fp_putmant128()