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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp6435 Temp shr_dst = dst.type() == RegType::vgpr ? bld.tmp(s1) : dst; local in function:aco::__anon562fcc110110::get_buffer_size
6436 bld.sop2(aco_opcode::s_lshr_b32, Definition(shr_dst), bld.def(s1, scc), size,
6439 bld.copy(Definition(dst), shr_dst);

Completed in 20 milliseconds