Home | History | Annotate | Download | only in common

Lines Matching defs:bhi

130   SI bhi = GETHIDI (b);
132 return MAKEDI (ahi & bhi, alo & blo);
141 SI bhi = GETHIDI (b);
143 return MAKEDI (ahi | bhi, alo | blo);
152 USI bhi = GETHIDI (b);
155 return MAKEDI (ahi + bhi + (x < alo), x);
164 USI bhi = GETHIDI (b);
170 x1 = alo * bhi;
172 x3 = ahi * bhi;
186 return MAKEDI (rhi + (alo * bhi) + (ahi * blo), rlo);
229 SI bhi = GETHIDI (b);
231 if (ahi > bhi)
233 if (ahi == bhi)
244 SI bhi = GETHIDI (b);
246 if (ahi < bhi)
248 if (ahi == bhi)