Lines Matching defs:ahi
128 SI ahi = GETHIDI (a);
132 return MAKEDI (ahi & bhi, alo & blo);
139 SI ahi = GETHIDI (a);
143 return MAKEDI (ahi | bhi, alo | blo);
150 USI ahi = GETHIDI (a);
155 return MAKEDI (ahi + bhi + (x < alo), x);
162 USI ahi = GETHIDI (a);
171 x2 = ahi * blo;
172 x3 = ahi * bhi;
186 return MAKEDI (rhi + (alo * bhi) + (ahi * blo), rlo);
227 SI ahi = GETHIDI (a);
231 if (ahi > bhi)
233 if (ahi == bhi)
242 SI ahi = GETHIDI (a);
246 if (ahi < bhi)
248 if (ahi == bhi)