Searched refs:lo_reg (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 1245 PhysReg lo_reg = PhysReg(def.physReg().reg()); in do_copy() local 1247 Definition(lo_reg, RegClass::get(RegType::vgpr, def.physReg().byte())); in do_copy() 1249 Definition(lo_reg, RegClass::get(RegType::vgpr, lo_half.bytes() + op.bytes())); in do_copy() 1253 Operand(lo_reg, lo_half.regClass())); in do_copy() 1257 bld.vop2(aco_opcode::v_cvt_pk_u16_u32, dst, Operand(lo_reg, v2b), op); in do_copy() 1266 Operand(lo_reg, lo_half.regClass())); in do_copy()
|