Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp2240 unsigned op_vgpr_byte = op.physReg().byte() + offset / 8; in lower_to_hw_instr() local
2241 unsigned sign_byte = op_vgpr_byte + bits / 8 - 1; in lower_to_hw_instr()
2244 swiz[dst.physReg().byte()] = op_vgpr_byte; in lower_to_hw_instr()
2246 swiz[dst.physReg().byte() + 1] = op_vgpr_byte + 1; in lower_to_hw_instr()