Searched refs:swap_subdword_gfx11 (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 1293 swap_subdword_gfx11(Builder& bld, Definition def, Operand op) in swap_subdword_gfx11() function 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() 1412 swap_subdword_gfx11(bld, def, op); in do_swap()
|