Searched refs:same_half (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 827 Operand same_half = instr->operands[2]; in emit_gfx10_wave64_bpermute() local 832 assert(same_half.regClass() == bld.lm); in emit_gfx10_wave64_bpermute() 838 assert(tmp_exec.physReg() != same_half.physReg()); in emit_gfx10_wave64_bpermute() 862 …pcode::s_andn2_b64, Definition(exec, s2), clobber_scc, Operand(tmp_exec.physReg(), s2), same_half); in emit_gfx10_wave64_bpermute()
|
D | aco_instruction_selection.cpp | 206 …Operand same_half = bld.pseudo(aco_opcode::p_create_vector, bld.def(s2), index_is_lo_split.def(0).… in emit_bpermute() local 212 same_half.setLateKill(true); in emit_bpermute() 214 …o_opcode::p_bpermute, bld.def(v1), bld.def(s2), bld.def(s1, scc), index_x4, input_data, same_half); in emit_bpermute()
|