From nobody Thu Nov 13 22:04:22 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail header.i=@quicinc.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=quicinc.com ARC-Seal: i=1; a=rsa-sha256; t=1582909229; cv=none; d=zohomail.com; s=zohoarc; b=MHnjYpmIyt+bgE0Mcsx3UPB8BnNYKDLyy0gG3gGFDit6PsD4aOPK8M67GjYv0dZeybmdRfLcFGCfKbq654/qdlToWYDWHxjynJp7Dw7qIpLxqAHfy3i9V89ppmeg/zPw1qu4PzmJBNtZVNJpOnqV5O1AGggjM3LAjIRQRSbnpv0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1582909229; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=ZEtJIeH5bg68fnwTSb22UnFqWycROWuG0DlJnkmVeKU=; b=fhb5ZYhrw6NTZVtHSwTdHQVDS9g8G2E9kFOafP7r6OvFLsMvObDg86lMkzsQ5m70+JoFwEh40m2QW/jM0azRGMAiJ7HCIdqt8vRAb+Uq/Oe100Ki9mdGfufNwaKXy32cQsyMVQk9b/E8qifHpxbIAEiGj763AAehuLbYhMj8Y74= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail header.i=@quicinc.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1582909229049567.7883879409625; Fri, 28 Feb 2020 09:00:29 -0800 (PST) Received: from localhost ([::1]:50830 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7izz-0002za-57 for importer@patchew.org; Fri, 28 Feb 2020 12:00:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57903) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7ikp-0003AJ-Sk for qemu-devel@nongnu.org; Fri, 28 Feb 2020 11:44:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7iko-0005jE-OO for qemu-devel@nongnu.org; Fri, 28 Feb 2020 11:44:47 -0500 Received: from alexa-out-sd-01.qualcomm.com ([199.106.114.38]:13235) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7ikn-0005U6-00 for qemu-devel@nongnu.org; Fri, 28 Feb 2020 11:44:45 -0500 Received: from unknown (HELO ironmsg-SD-alpha.qualcomm.com) ([10.53.140.30]) by alexa-out-sd-01.qualcomm.com with ESMTP; 28 Feb 2020 08:44:30 -0800 Received: from vu-tsimpson-aus.qualcomm.com (HELO vu-tsimpson1-aus.qualcomm.com) ([10.222.150.1]) by ironmsg-SD-alpha.qualcomm.com with ESMTP; 28 Feb 2020 08:44:30 -0800 Received: by vu-tsimpson1-aus.qualcomm.com (Postfix, from userid 47164) id EF29D1191; Fri, 28 Feb 2020 10:44:29 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1582908285; x=1614444285; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZEtJIeH5bg68fnwTSb22UnFqWycROWuG0DlJnkmVeKU=; b=pu2prBsqS4Yrm0lG6uPW6uAMLg+f3e4zfG65496U3yFC4FgVKioYpM6b YlsqGfcs3qiqaDfbeRa9U6tdcoCTQ9GFOl+/F96AgxkDbjIIHQF8qPoFX L3KWOS0D+cDNvmk/IIWZKm/o8+rzqshLh8fT8kYXJeUMaaAi0kQ0g8NB/ 4=; From: Taylor Simpson To: qemu-devel@nongnu.org Subject: [RFC PATCH v2 25/67] Hexagon generator phase 2 - op_attribs_generated.h Date: Fri, 28 Feb 2020 10:43:21 -0600 Message-Id: <1582908244-304-26-git-send-email-tsimpson@quicinc.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1582908244-304-1-git-send-email-tsimpson@quicinc.com> References: <1582908244-304-1-git-send-email-tsimpson@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 199.106.114.38 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: riku.voipio@iki.fi, richard.henderson@linaro.org, laurent@vivier.eu, Taylor Simpson , philmd@redhat.com, aleksandar.m.mail@gmail.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Lists all the attributes associated with each instruction Signed-off-by: Taylor Simpson --- target/hexagon/do_qemu.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/target/hexagon/do_qemu.py b/target/hexagon/do_qemu.py index 107e1e8..499f0e0 100755 --- a/target/hexagon/do_qemu.py +++ b/target/hexagon/do_qemu.py @@ -793,3 +793,16 @@ realf.write(f.getvalue()) realf.close() f.close() =20 +## +## Generate the op_attribs_generated.h file +## Lists all the attributes associated with each instruction +## +f =3D StringIO() +for tag in tags: + f.write('OP_ATTRIB(%s,ATTRIBS(%s))\n' % \ + (tag, ','.join(sorted(attribdict[tag])))) +realf =3D open('op_attribs_generated.h', 'wt') +realf.write(f.getvalue()) +realf.close() +f.close() + --=20 2.7.4