Lines Matching defs:reg
450 uint32_t reg = pool->counters[i].regs[j];
451 if (!reg || G_REG_CONSTANT(reg))
456 if (pool->pc_regs[k] == reg)
518 unsigned reg = regs->counter0_lo;
524 reg = regs->counters[idx];
529 radeon_emit(cs, reg >> 2);
536 reg += reg_delta;
762 radv_pc_sum_reg(uint32_t reg, const uint64_t *data)
764 unsigned instances = G_REG_INSTANCES(reg);
765 unsigned offset = G_REG_OFFSET(reg) / 8;
768 if (G_REG_CONSTANT(reg))
769 return reg & 0x7fffffffu;
779 radv_pc_max_reg(uint32_t reg, const uint64_t *data)
781 unsigned instances = G_REG_INSTANCES(reg);
782 unsigned offset = G_REG_OFFSET(reg) / 8;
785 if (G_REG_CONSTANT(reg))
786 return reg & 0x7fffffffu;