Searched refs:SOP2_instruction (Results 1 – 3 of 3) sorted by relevance
979 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 {}; struct1347 static_assert(sizeof(SOP2_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
763 instr.reset(create_instruction<SOP2_instruction>(bld.w64or32(Builder::s_andn2), in process_instructions()
798 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()