Searched refs:VOP1_instruction (Results 1 – 4 of 4) sorted by relevance
1011 struct VOP1_instruction;1248 VOP1_instruction& vop1() noexcept in vop1()1251 return *(VOP1_instruction*)this; in vop1()1253 const VOP1_instruction& vop1() const noexcept in vop1()1256 return *(VOP1_instruction*)this; in vop1()1405 struct VOP1_instruction : public Instruction {}; struct1406 static_assert(sizeof(VOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
712 aco_ptr<VOP1_instruction> v_mov{ in handle_instruction_gfx10()713 create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32, Format::VOP1, 1, 1)}; in handle_instruction_gfx10()
329 res.reset(create_instruction<VOP1_instruction>( in do_reload()
3056 mov.reset(create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32, in register_allocation()