Searched refs:VOP2_instruction (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 995 struct VOP2_instruction; 1241 VOP2_instruction& vop2() noexcept in vop2() 1244 return *(VOP2_instruction*)this; in vop2() 1246 const VOP2_instruction& vop2() const noexcept in vop2() 1249 return *(VOP2_instruction*)this; in vop2() 1374 struct VOP2_instruction : public Instruction {}; struct 1375 static_assert(sizeof(VOP2_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
|
D | aco_optimizer.cpp | 2480 new_instr.reset(create_instruction<VOP2_instruction>(new_op, Format::VOP2, 3, 2)); in combine_add_sub_b2i() 2977 create_instruction<VOP2_instruction>(aco_opcode::v_cndmask_b32, Format::VOP2, 3, 1)); in combine_and_subbrev() 3466 aco_ptr<VOP2_instruction> new_instr{ in combine_instruction() 3467 create_instruction<VOP2_instruction>(aco_opcode::v_cndmask_b32, Format::VOP2, 3, 1)}; in combine_instruction() 3937 new_mad.reset(create_instruction<VOP2_instruction>(new_op, Format::VOP2, 3, 1)); in apply_literals()
|