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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h996 struct VOPC_instruction;
1252 VOPC_instruction& vopc() noexcept
1255 return *(VOPC_instruction*)this;
1257 const VOPC_instruction& vopc() const noexcept
1260 return *(VOPC_instruction*)this;
1377 struct VOPC_instruction : public Instruction {}; struct in namespace:aco
1378 static_assert(sizeof(VOPC_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
H A Daco_optimizer.cpp1836 new_instr = create_instruction<VOPC_instruction>(new_op, Format::VOPC, 2, 1);
1911 new_instr = create_instruction<VOPC_instruction>(new_op, Format::VOPC, 2, 1);
2037 new_instr = create_instruction<VOPC_instruction>(new_op, Format::VOPC, 2, 1);
2111 new_instr = create_instruction<VOPC_instruction>(new_opcode, Format::VOPC, 2, 1);

Completed in 11 milliseconds