Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds