Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp860 Operand same_half = instr->operands[2]; in emit_gfx10_wave64_bpermute() local
865 assert(same_half.regClass() == bld.lm); in emit_gfx10_wave64_bpermute()
871 assert(tmp_exec.physReg() != same_half.physReg()); in emit_gfx10_wave64_bpermute()
899 Operand(tmp_exec.physReg(), s2), same_half); in emit_gfx10_wave64_bpermute()
Daco_instruction_selection.cpp211 Operand same_half = bld.pseudo(aco_opcode::p_create_vector, bld.def(s2), in emit_bpermute() local
218 same_half.setLateKill(true); in emit_bpermute()
225 index_x4, input_data, same_half); in emit_bpermute()