Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ds/
Dfd_pps_driver.cc634 uint32_t *reg_hi = (uint32_t *)d->io + counter->counter_reg_hi; in collect() local
637 uint32_t hi = *reg_hi; in collect()
/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp1669 PhysReg reg_hi = it->first.advance(2); in handle_operands() local
1670 std::map<PhysReg, copy_operation>::iterator other = copy_map.find(reg_hi); in handle_operands()
1676 (other->second.is_used == 0x0101 && it->second.op.physReg() == reg_hi); in handle_operands()
1707 PhysReg reg_hi = it->second.op.physReg().advance(it->second.bytes); in handle_operands() local
1708 while (reg_hi != PhysReg(it->second.op.physReg().reg() + 1)) { in handle_operands()
1712 if (other->second.op.physReg() == reg_hi) { in handle_operands()
1713 other->second.op.setFixed(it->first.advance(reg_hi.byte())); in handle_operands()
1717 reg_hi = reg_hi.advance(it->second.bytes); in handle_operands()