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

  /src/external/gpl3/gdb/dist/sim/common/
cgen-utils.c 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)
129 SI bhi = GETHIDI (b); local
140 SI bhi = GETHIDI (b); local
151 USI bhi = GETHIDI (b); local
163 USI bhi = GETHIDI (b); local
228 SI bhi = GETHIDI (b); local
243 SI bhi = GETHIDI (b); local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-utils.c 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)
129 SI bhi = GETHIDI (b); local
140 SI bhi = GETHIDI (b); local
151 USI bhi = GETHIDI (b); local
163 USI bhi = GETHIDI (b); local
228 SI bhi = GETHIDI (b); local
243 SI bhi = GETHIDI (b); local
    [all...]
  /src/external/public-domain/xz/dist/src/xz/
list.c 402 /// The result is stored into *bhi. The caller takes care of initializing it.
407 block_header_info *bhi, xz_file_info *xfi)
457 bhi->flags[0] = block.compressed_size != LZMA_VLI_UNKNOWN
459 bhi->flags[1] = block.uncompressed_size != LZMA_VLI_UNKNOWN
461 bhi->flags[2] = '\0';
501 bhi->header_size = block.header_size;
502 bhi->compressed_size = block.compressed_size;
506 bhi->memusage = lzma_raw_decoder_memusage(filters);
507 if (xfi->memusage_max < bhi->memusage)
508 xfi->memusage_max = bhi->memusage
803 block_header_info bhi; local
954 block_header_info bhi; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/ft32/
interp.c 461 int bhi; local
481 bhi = 1 & (rimmv >> dwsiz);
482 overflow = (sign != ahi) & (ahi == !bhi);
  /src/external/gpl3/gdb.old/dist/sim/ft32/
interp.c 461 int bhi; local
481 bhi = 1 & (rimmv >> dwsiz);
482 overflow = (sign != ahi) & (ahi == !bhi);

Completed in 32 milliseconds