Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h995 struct SOP1_instruction;
1050 SOP1_instruction& sop1() noexcept in sop1()
1053 return *(SOP1_instruction*)this; in sop1()
1055 const SOP1_instruction& sop1() const noexcept in sop1()
1058 return *(SOP1_instruction*)this; in sop1()
1375 struct SOP1_instruction : public Instruction {}; struct
1376 static_assert(sizeof(SOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
Daco_insert_NOPs.cpp758 aco_ptr<SOP1_instruction> s_mov{ in handle_instruction_gfx10()
759 create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, Format::SOP1, 1, 1)}; in handle_instruction_gfx10()
Daco_insert_exec_mask.cpp610 instr.reset(create_instruction<SOP1_instruction>(bld.w64or32(Builder::s_mov), in process_instructions()
Daco_spill.cpp332 res.reset(create_instruction<SOP1_instruction>( in do_reload()
Daco_register_allocation.cpp3053 mov.reset(create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, in register_allocation()