Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_assembler.cpp691 Operand sdwa_op = instr->operands[0]; in emit_instruction() local
714 encoding |= sdwa.sel[0].to_sdwa_sel(sdwa_op.physReg().byte()) << 16; in emit_instruction()
726 encoding |= 0xFF & sdwa_op.physReg(); in emit_instruction()
727 encoding |= (sdwa_op.physReg() < 256) << 23; in emit_instruction()