Searched refs:index_x4 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_lower_to_hw_instr.cpp | 857 Operand index_x4 = instr->operands[0]; local in function:aco::emit_gfx10_wave64_bpermute 865 assert(index_x4.regClass() == v1); 868 assert(dst.physReg() != index_x4.physReg()); 876 bld.ds(aco_opcode::ds_bpermute_b32, dst, index_x4, input_data); 888 bld.ds(aco_opcode::ds_bpermute_b32, Definition(shared_vgpr_hi, v1), index_x4, 893 bld.ds(aco_opcode::ds_bpermute_b32, Definition(shared_vgpr_lo, v1), index_x4,
|
| H A D | aco_instruction_selection.cpp | 216 Operand index_x4 = bld.vop2(aco_opcode::v_lshlrev_b32, bld.def(v1), Operand::c32(2u), index); local in function:aco::__anon562fcc110110::emit_bpermute 219 index_x4.setLateKill(true); 228 index_x4, input_data, same_half); 231 Temp index_x4 = bld.vop2(aco_opcode::v_lshlrev_b32, bld.def(v1), Operand::c32(2u), index); local in function:aco::__anon562fcc110110::emit_bpermute 232 return bld.ds(aco_opcode::ds_bpermute_b32, bld.def(v1), index_x4, data);
|
Completed in 24 milliseconds