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=1582910285; cv=none; d=zohomail.com; s=zohoarc; b=BdQZ/L0rV0//ZjiHDBQWlVoF99fq53h6dRXqnD2EfIwey4XczuAKjjwiJieOctW0sT5PIZ7YsatpOZOaIy8Cv2Ia/TM9LElPJTB+6vx3gcDBHnRhcxe3bMJc7+87XsF//CKQE5+yG0rBLqXdWIFiiXv1rAc3DODyuVvcFVIKhnc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1582910285; 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=KQWwecL0juULl+95H12fiqchUykDtC83+dBOk8X6UD0=; b=f/+Aq1kdQ+RPmOHgfnqAcdAn8Xx0/x/dxaAOyAVXcL68BNXxpURsTG4H16sRg785kcVKvye4VCiirKT5h1BM6mZZeyleDu5E3Ldv0K8dtxS5eiL3D66pIqHsurZd5jfWVNehu3eH8RlWjQCF04uI2NxSPmgm47QrxJD1qv+2GXk= 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 1582910285560198.277850125162; Fri, 28 Feb 2020 09:18:05 -0800 (PST) Received: from localhost ([::1]:51134 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7jH1-0004vu-Bt for importer@patchew.org; Fri, 28 Feb 2020 12:18:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58335) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7ilz-0005Ye-Ob for qemu-devel@nongnu.org; Fri, 28 Feb 2020 11:46:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7ily-000789-9h for qemu-devel@nongnu.org; Fri, 28 Feb 2020 11:45:59 -0500 Received: from alexa-out-sd-01.qualcomm.com ([199.106.114.38]:13250) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7ilY-0005Uz-Cm for qemu-devel@nongnu.org; Fri, 28 Feb 2020 11:45:58 -0500 Received: from unknown (HELO ironmsg05-sd.qualcomm.com) ([10.53.140.145]) by alexa-out-sd-01.qualcomm.com with ESMTP; 28 Feb 2020 08:44:32 -0800 Received: from vu-tsimpson-aus.qualcomm.com (HELO vu-tsimpson1-aus.qualcomm.com) ([10.222.150.1]) by ironmsg05-sd.qualcomm.com with ESMTP; 28 Feb 2020 08:44:31 -0800 Received: by vu-tsimpson1-aus.qualcomm.com (Postfix, from userid 47164) id 31BDFF0B; Fri, 28 Feb 2020 10:44:31 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1582908332; x=1614444332; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KQWwecL0juULl+95H12fiqchUykDtC83+dBOk8X6UD0=; b=l5vgXObCBvYR23roAkCDLUb4ysCVbPmct8sr1UB/4xwHc5ccPdR+IYPQ mX8RzlPBDZ9YQNCeR+vEdWi5jgm4aHSUXFuqeQ3ffoqiMeJG2MkpfOw1v mEuk8mZ5154v98emuaV0qnBY6stIIi/bDKz/R0UrK/ky+XiLnsEP/WriH 8=; From: Taylor Simpson To: qemu-devel@nongnu.org Subject: [RFC PATCH v2 39/67] Hexagon TCG generation - step 01 Date: Fri, 28 Feb 2020 10:43:35 -0600 Message-Id: <1582908244-304-40-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) Include the generated files and set up the data structures Signed-off-by: Taylor Simpson --- target/hexagon/genptr.h | 25 +++++++++++++++++++++ target/hexagon/genptr.c | 59 +++++++++++++++++++++++++++++++++++++++++++++= ++++ 2 files changed, 84 insertions(+) create mode 100644 target/hexagon/genptr.h create mode 100644 target/hexagon/genptr.c diff --git a/target/hexagon/genptr.h b/target/hexagon/genptr.h new file mode 100644 index 0000000..a3a3db1 --- /dev/null +++ b/target/hexagon/genptr.h @@ -0,0 +1,25 @@ +/* + * Copyright(c) 2019-2020 Qualcomm Innovation Center, Inc. All Rights Res= erved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see . + */ + +#ifndef HEXAGON_GENPTR_H +#define HEXAGON_GENPTR_H + +#include "insn.h" + +extern semantic_insn_t opcode_genptr[]; + +#endif diff --git a/target/hexagon/genptr.c b/target/hexagon/genptr.c new file mode 100644 index 0000000..5a602bd --- /dev/null +++ b/target/hexagon/genptr.c @@ -0,0 +1,59 @@ +/* + * Copyright(c) 2019-2020 Qualcomm Innovation Center, Inc. All Rights Res= erved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see . + */ + +#define QEMU_GENERATE +#include "qemu/osdep.h" +#include "qemu/log.h" +#include "cpu.h" +#include "internal.h" +#include "tcg/tcg-op.h" +#include "insn.h" +#include "opcodes.h" +#include "translate.h" +#include "macros.h" +#include "genptr_helpers.h" + +#include "qemu_wrap_generated.h" + +#define DEF_QEMU(TAG, SHORTCODE, HELPER, GENFN, HELPFN) \ +static void generate_##TAG(CPUHexagonState *env, DisasContext *ctx, \ + insn_t *insn) \ +{ \ + GENFN \ +} +#include "qemu_def_generated.h" +#undef DEF_QEMU + + +/* Fill in the table with NULLs because not all the opcodes have DEF_QEMU = */ +semantic_insn_t opcode_genptr[] =3D { +#define OPCODE(X) NULL +#include "opcodes_def_generated.h" + NULL +#undef OPCODE +}; + +/* This function overwrites the NULL entries where we have a DEF_QEMU */ +void init_genptr(void) +{ +#define DEF_QEMU(TAG, SHORTCODE, HELPER, GENFN, HELPFN) \ + opcode_genptr[TAG] =3D generate_##TAG; +#include "qemu_def_generated.h" +#undef DEF_QEMU +} + + --=20 2.7.4