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

  /src/sys/dev/i2c/
titemp.c 154 uint8_t reg_hi, reg_lo, temp[2]; local
158 reg_hi = TITEMP_LTEMP_HI_REG;
161 reg_hi = TITEMP_RTEMP_HI_REG;
169 if ((error = titemp_read(sc, reg_hi, &temp[0])) != 0)
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
fd_pps_driver.cc 327 uint32_t *reg_hi = (uint32_t *)d->io + counter->counter_reg_hi; local
330 uint32_t hi = *reg_hi;
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_lower_to_hw_instr.cpp 1570 PhysReg reg_hi = it->first.advance(2); local
1571 std::map<PhysReg, copy_operation>::iterator other = copy_map.find(reg_hi);
1577 (other->second.is_used == 0x0101 && it->second.op.physReg() == reg_hi);
1608 PhysReg reg_hi = it->second.op.physReg().advance(it->second.bytes); local
1609 while (reg_hi != PhysReg(it->second.op.physReg().reg() + 1)) {
1613 if (other->second.op.physReg() == reg_hi) {
1614 other->second.op.setFixed(it->first.advance(reg_hi.byte()));
1618 reg_hi = reg_hi.advance(it->second.bytes);
  /src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c 293 uint32_t lo, mid1, mid2, hi, reg_lo, reg_hi; local
319 reg_hi = carry;
321 reg_hi += (carry + ((mid1 >> 16) & 0xFFFF) + ((mid2 >> 16) & 0xFFFF) + hi);
326 reg_hi = ~ reg_hi;
329 reg_hi++;
333 *result_hi = reg_hi;
  /src/external/gpl3/gdb/dist/sim/erc32/
exec.c 293 uint32_t lo, mid1, mid2, hi, reg_lo, reg_hi; local
319 reg_hi = carry;
321 reg_hi += (carry + ((mid1 >> 16) & 0xFFFF) + ((mid2 >> 16) & 0xFFFF) + hi);
326 reg_hi = ~ reg_hi;
329 reg_hi++;
333 *result_hi = reg_hi;

Completed in 23 milliseconds