Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp6071 Temp shr_dst = dst.type() == RegType::vgpr ? bld.tmp(s1) : dst; in get_buffer_size() local
6072 bld.sop2(aco_opcode::s_lshr_b32, Definition(shr_dst), bld.def(s1, scc), in get_buffer_size()
6075 bld.copy(Definition(dst), shr_dst); in get_buffer_size()