Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp644 …aco_ptr<VOP1_instruction> v_mov{create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32, Format… in handle_instruction_gfx10()
Daco_ir.h1022 struct VOP1_instruction : public Instruction { struct
1024 static_assert(sizeof(VOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
Daco_spill.cpp279 …res.reset(create_instruction<VOP1_instruction>(instr->opcode, instr->format, instr->operands.size(… in do_reload()
Daco_register_allocation.cpp2367 … mov.reset(create_instruction<VOP1_instruction>(aco_opcode::v_mov_b32, Format::VOP1, 1, 1)); in register_allocation()