Searched refs:op_vgpr_byte (Results 1 – 1 of 1) sorted by relevance
2240 unsigned op_vgpr_byte = op.physReg().byte() + offset / 8; in lower_to_hw_instr() local2241 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()