HomeSort by: relevance | last modified time | path
    Searched defs:ahi (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
cgen-utils.c 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)
127 SI ahi = GETHIDI (a); local
138 SI ahi = GETHIDI (a); local
149 USI ahi = GETHIDI (a); local
161 USI ahi = GETHIDI (a); local
226 SI ahi = GETHIDI (a); local
241 SI ahi = GETHIDI (a); local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-utils.c 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)
127 SI ahi = GETHIDI (a); local
138 SI ahi = GETHIDI (a); local
149 USI ahi = GETHIDI (a); local
161 USI ahi = GETHIDI (a); local
226 SI ahi = GETHIDI (a); local
241 SI ahi = GETHIDI (a); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/ft32/
interp.c 460 int ahi; local
480 ahi = 1 & (r_1v >> dwsiz);
482 overflow = (sign != ahi) & (ahi == !bhi);
  /src/external/gpl3/gdb.old/dist/sim/ft32/
interp.c 460 int ahi; local
480 ahi = 1 & (r_1v >> dwsiz);
482 overflow = (sign != ahi) & (ahi == !bhi);

Completed in 26 milliseconds