Searched refs:index_x4 (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 825 Operand index_x4 = instr->operands[0]; in emit_gfx10_wave64_bpermute() local 833 assert(index_x4.regClass() == v1); in emit_gfx10_wave64_bpermute() 836 assert(dst.physReg() != index_x4.physReg()); in emit_gfx10_wave64_bpermute() 844 bld.ds(aco_opcode::ds_bpermute_b32, dst, index_x4, input_data); in emit_gfx10_wave64_bpermute() 855 …bld.ds(aco_opcode::ds_bpermute_b32, Definition(shared_vgpr_hi, v1), index_x4, Operand(shared_vgpr_… in emit_gfx10_wave64_bpermute() 859 …bld.ds(aco_opcode::ds_bpermute_b32, Definition(shared_vgpr_lo, v1), index_x4, Operand(shared_vgpr_… in emit_gfx10_wave64_bpermute()
|
D | aco_instruction_selection.cpp | 207 Operand index_x4 = bld.vop2(aco_opcode::v_lshlrev_b32, bld.def(v1), Operand(2u), index); in emit_bpermute() local 210 index_x4.setLateKill(true); in emit_bpermute() 214 …udo(aco_opcode::p_bpermute, bld.def(v1), bld.def(s2), bld.def(s1, scc), index_x4, input_data, same… in emit_bpermute() 217 Temp index_x4 = bld.vop2(aco_opcode::v_lshlrev_b32, bld.def(v1), Operand(2u), index); in emit_bpermute() local 218 return bld.ds(aco_opcode::ds_bpermute_b32, bld.def(v1), index_x4, data); in emit_bpermute()
|