Home
last modified time | relevance | path

Searched refs:SOP1_instruction (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp689 …aco_ptr<SOP1_instruction> s_mov{create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, Format… in handle_instruction_gfx10()
Daco_ir.h992 struct SOP1_instruction : public Instruction { struct
994 static_assert(sizeof(SOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
Daco_insert_exec_mask.cpp760 …instr.reset(create_instruction<SOP1_instruction>(bld.w64or32(Builder::s_mov), Format::SOP1, 1, 1)); in process_instructions()
Daco_spill.cpp281 …res.reset(create_instruction<SOP1_instruction>(instr->opcode, instr->format, instr->operands.size(… in do_reload()
Daco_register_allocation.cpp2365 … mov.reset(create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, Format::SOP1, 1, 1)); in register_allocation()