Searched refs:VOP1_instruction (Results 1 – 4 of 4) sorted by relevance
644 …aco_ptr<VOP1_instruction> v_mov{create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32, Format… in handle_instruction_gfx10()
1022 struct VOP1_instruction : public Instruction { struct1024 static_assert(sizeof(VOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
279 …res.reset(create_instruction<VOP1_instruction>(instr->opcode, instr->format, instr->operands.size(… in do_reload()
2367 … mov.reset(create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32, Format::VOP1, 1, 1)); in register_allocation()