Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp1173 Operand def_as_op = Operand(def.physReg(), def.regClass()); in swap_linear_vgpr() local
1178 bld.vop1(aco_opcode::v_swap_b32, def, op_as_def, op, def_as_op); in swap_linear_vgpr()
1180 bld.vop2(aco_opcode::v_xor_b32, op_as_def, op, def_as_op); in swap_linear_vgpr()
1181 bld.vop2(aco_opcode::v_xor_b32, def, op, def_as_op); in swap_linear_vgpr()
1182 bld.vop2(aco_opcode::v_xor_b32, op_as_def, op, def_as_op); in swap_linear_vgpr()
1304 Operand def_as_op = Operand(def.physReg(), def.regClass()); in swap_subdword_gfx11() local
1306 addsub_subdword_gfx11(bld, def, def_as_op, op, false); in swap_subdword_gfx11()
1307 addsub_subdword_gfx11(bld, op_as_def, def_as_op, op, true); in swap_subdword_gfx11()
1308 addsub_subdword_gfx11(bld, def, def_as_op, op, true); in swap_subdword_gfx11()
1366 Operand def_as_op = Operand(def.physReg(), def.regClass()); in do_swap() local
[all …]