Searched refs:def_other_half (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 1313 PhysReg def_other_half = def.physReg(); in swap_subdword_gfx11() local 1314 def_other_half.reg_b &= ~1; in swap_subdword_gfx11() 1315 def_other_half.reg_b ^= 2; in swap_subdword_gfx11() 1320 swap_subdword_gfx11(bld, Definition(def_other_half, v2b), Operand(op_half, v2b)); in swap_subdword_gfx11() 1321 swap_subdword_gfx11(bld, def, Operand(def_other_half.advance(op.physReg().byte() & 1), v1b)); in swap_subdword_gfx11() 1322 swap_subdword_gfx11(bld, Definition(def_other_half, v2b), Operand(op_half, v2b)); in swap_subdword_gfx11()
|