Lines Matching refs:sgpr_idx
3084 uint32_t sgpr_idx = 0;
3092 sgpr_idx = i;
3096 operand_mask &= ~(1u << sgpr_idx);
3112 if (sgpr_idx == 0)
3115 if (sgpr_idx == 0 || instr->isVOP3() || instr->isSDWA() || instr->isVOP3P() ||
3118 if (info.is_extract() && can_apply_extract(ctx, instr, sgpr_idx, info))
3119 apply_extract(ctx, instr, sgpr_idx, info);
3122 instr->operands[sgpr_idx] = Operand(sgpr);
3124 instr->operands[sgpr_idx] = instr->operands[0];
3131 instr->operands[sgpr_idx] = Operand(sgpr);
3144 operand_mask |= 1u << sgpr_idx;