Searched refs:SOP2_instruction (Results 1 – 3 of 3) sorted by relevance
996 struct SOP2_instruction : public Instruction { struct998 static_assert(sizeof(SOP2_instruction) == sizeof(Instruction) + 0, "Unexpected padding");
780 …instr.reset(create_instruction<SOP2_instruction>(bld.w64or32(Builder::s_andn2), Format::SOP2, 2, 2… in process_instructions()
723 …aco_ptr<SOP2_instruction> sop2{create_instruction<SOP2_instruction>(op, Format::SOP2, 2, writes_sc… in emit_sop2_instruction()