Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_assembler.cpp705 encoding |= sdwa.dst_sel.to_sdwa_sel(instr->definitions[0].physReg().byte()) << 8; in emit_instruction()
714 encoding |= sdwa.sel[0].to_sdwa_sel(sdwa_op.physReg().byte()) << 16; in emit_instruction()
720 encoding |= sdwa.sel[1].to_sdwa_sel(instr->operands[1].physReg().byte()) << 24; in emit_instruction()
Daco_ir.h1453 constexpr unsigned to_sdwa_sel(unsigned reg_byte_offset) const in to_sdwa_sel() function