Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp486 PhysReg stmp, PhysReg vtmp, PhysReg sitmp, Operand src, Definition dst) in emit_reduction() argument
505 bld.sop1(aco_opcode::s_mov_b32, Definition(PhysReg{sitmp+i}, s1), identity[i]); in emit_reduction()
506 identity[i] = Operand(PhysReg{sitmp+i}, s1); in emit_reduction()
656 … bld.readlane(Definition(PhysReg{sitmp+i}, s1), Operand(PhysReg{tmp+i}, v1), Operand(31u)); in emit_reduction()
657 …bld.writelane(Definition(PhysReg{vtmp+i}, v1), Operand(PhysReg{sitmp+i}, s1), Operand(32u), Operan… in emit_reduction()
690 … bld.readlane(Definition(PhysReg{sitmp+i}, s1), Operand(PhysReg{tmp+i}, v1), Operand(0u)); in emit_reduction()
691 …bld.writelane(Definition(PhysReg{vtmp+i}, v1), Operand(PhysReg{sitmp+i}, s1), Operand(32u), Operan… in emit_reduction()
700 …dentity[i].isConstant() && !identity[i].isLiteral()) || identity[i].physReg() == PhysReg{sitmp+i}); in emit_reduction()
738 … bld.readlane(Definition(PhysReg{sitmp+i}, s1), Operand(PhysReg{tmp+i}, v1), Operand(31u)); in emit_reduction()
740 emit_op(ctx, tmp, sitmp, tmp, vtmp, reduce_op, src.size()); in emit_reduction()
[all …]