Lines Matching refs:opcode
717 auto opcode = GetOpCode(); in Print() local
718 if (opcode != OpCode::NOP && opcode != OpCode::DEAD) { in Print()
719 …std::string log("{\"id\":" + std::to_string(id_) + ", \"op\":\"" + GateMetaData::Str(opcode) + "\"… in Print()
758 opcode = curOut->GetGateConst()->GetOpCode(); in Print()
760 … (inListPreview ? std::string(":" + GateMetaData::Str(opcode)) : std::string("")); in Print()
765 (inListPreview ? std::string(":" + GateMetaData::Str(opcode)) in Print()
776 auto opcode = GetOpCode(); in ShortPrint() local
777 if (opcode != OpCode::NOP && opcode != OpCode::DEAD) { in ShortPrint()
778 …std::string log("(\"id\"=" + std::to_string(id_) + ", \"op\"=\"" + GateMetaData::Str(opcode) + "\"… in ShortPrint()
814 opcode = curOut->GetGateConst()->GetOpCode(); in ShortPrint()
816 (inListPreview ? std::string(":" + GateMetaData::Str(opcode)) : std::string("")); in ShortPrint()
821 (inListPreview ? std::string(":" + GateMetaData::Str(opcode)) in ShortPrint()