Searched refs:VOP2_instruction (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h995 struct VOP2_instruction;
1241 VOP2_instruction& vop2() noexcept
1244 return *(VOP2_instruction*)this;
1246 const VOP2_instruction& vop2() const noexcept
1249 return *(VOP2_instruction*)this;
1374 struct VOP2_instruction : public Instruction {}; struct in namespace:aco
1375 static_assert(sizeof(VOP2_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
H A Daco_optimizer.cpp2480 new_instr.reset(create_instruction<VOP2_instruction>(new_op, Format::VOP2, 3, 2));
2977 create_instruction<VOP2_instruction>(aco_opcode::v_cndmask_b32, Format::VOP2, 3, 1));
3470 aco_ptr<VOP2_instruction> new_instr{
3471 create_instruction<VOP2_instruction>(aco_opcode::v_cndmask_b32, Format::VOP2, 3, 1)};
3941 new_mad.reset(create_instruction<VOP2_instruction>(new_op, Format::VOP2, 3, 1));

Completed in 18 milliseconds