Home
last modified time | relevance | path

Searched refs:SOP2_instruction (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h996 struct SOP2_instruction;
1061 SOP2_instruction& sop2() noexcept
1064 return *(SOP2_instruction*)this;
1066 const SOP2_instruction& sop2() const noexcept
1069 return *(SOP2_instruction*)this;
1378 struct SOP2_instruction : public Instruction { struct
1381 static_assert(sizeof(SOP2_instruction) == sizeof(Instruction) + 4, "Unexpected padding");
H A Daco_insert_exec_mask.cpp618 instr.reset(create_instruction<SOP2_instruction>(bld.w64or32(Builder::s_andn2), in process_instructions()
H A Daco_register_allocation.cpp2631 static_assert(sizeof(SOPK_instruction) <= sizeof(SOP2_instruction), in optimize_encoding_sopk()
H A Daco_instruction_selection.cpp844 aco_ptr<SOP2_instruction> sop2{
845 create_instruction<SOP2_instruction>(op, Format::SOP2, 2, writes_scc ? 2 : 1)};

Completed in 21 milliseconds