Searched refs:reg_hi (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
H A Dfd_pps_driver.cc327 uint32_t *reg_hi = (uint32_t *)d->io + counter->counter_reg_hi; local in function:pps::FreedrenoDriver::Countable::collect
330 uint32_t hi = *reg_hi;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1570 PhysReg reg_hi = it->first.advance(2); local in function:aco::handle_operands
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 in function:aco::handle_operands
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);

Completed in 7 milliseconds