Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_regalloc.cpp219 //! s1: %scc_tmp:scc, s1: %1:s[0] = p_unit_test
221 Temp scc_tmp = bld.pseudo(aco_opcode::p_unit_test, bld.def(s1, scc), Definition(s0_tmp.id(), PhysReg{0}, s1)); variable
230 //! p_unit_test %tmp2:v[2], %scc_tmp:scc, %1:s[0]
231 bld.pseudo(aco_opcode::p_unit_test, tmp, scc_tmp, s0_tmp);
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp8321 Definition scc_tmp = bld.def(s1, scc);
8322 tmp0 = bld.sop2(aco_opcode::s_add_u32, bld.def(s1), scc_tmp, tmp0,
8325 Operand::zero(), bld.scc(scc_tmp.getTemp()));

Completed in 14 milliseconds