Searched refs:VOP1_instruction (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h994 struct VOP1_instruction;
1230 VOP1_instruction& vop1() noexcept
1233 return *(VOP1_instruction*)this;
1235 const VOP1_instruction& vop1() const noexcept
1238 return *(VOP1_instruction*)this;
1371 struct VOP1_instruction : public Instruction {}; struct in namespace:aco
1372 static_assert(sizeof(VOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
H A Daco_insert_NOPs.cpp689 aco_ptr<VOP1_instruction> v_mov{
690 create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32, Format::VOP1, 1, 1)};
H A Daco_spill.cpp324 res.reset(create_instruction<VOP1_instruction>(
H A Daco_register_allocation.cpp2821 mov.reset(create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32,

Completed in 16 milliseconds