Home
last modified time | relevance | path

Searched refs:SOP2_instruction (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h979 struct SOP2_instruction;
1043 SOP2_instruction& sop2() noexcept in sop2()
1046 return *(SOP2_instruction*)this; in sop2()
1048 const SOP2_instruction& sop2() const noexcept in sop2()
1051 return *(SOP2_instruction*)this; in sop2()
1346 struct SOP2_instruction : public Instruction {}; struct
1347 static_assert(sizeof(SOP2_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
Daco_insert_exec_mask.cpp763 instr.reset(create_instruction<SOP2_instruction>(bld.w64or32(Builder::s_andn2), in process_instructions()
Daco_instruction_selection.cpp798 aco_ptr<SOP2_instruction> sop2{ in emit_sop2_instruction()
799 create_instruction<SOP2_instruction>(op, Format::SOP2, 2, writes_scc ? 2 : 1)}; in emit_sop2_instruction()