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

  /src/external/gpl3/gdb/dist/gdb/
or1k-tdep.c 219 uint32_t ihi, ilo, ra, rb;
221 if (or1k_analyse_inst (inst, "11 0101 %5b %5b %5b %11b", &ihi, &ra, &rb,
226 *simm_ptr = (int) ((ihi << 11) | ilo);
227 *simm_ptr |= ((ihi & 0x10) == 0x10) ? 0xffff0000 : 0;
218 uint32_t ihi, ilo, ra, rb; local
  /src/external/gpl3/gdb.old/dist/gdb/
or1k-tdep.c 219 uint32_t ihi, ilo, ra, rb;
221 if (or1k_analyse_inst (inst, "11 0101 %5b %5b %5b %11b", &ihi, &ra, &rb,
226 *simm_ptr = (int) ((ihi << 11) | ilo);
227 *simm_ptr |= ((ihi & 0x10) == 0x10) ? 0xffff0000 : 0;
218 uint32_t ihi, ilo, ra, rb; local
  /src/sys/dev/pci/qat/
qat.c 728 int error, count, ihi; local
732 ihi = 0;
735 ih_map[ihi++] = vec;
738 ih_map[ihi++] = vec;

Completed in 34 milliseconds