From patchwork Tue Feb 11 00:40:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Taylor Simpson X-Patchwork-Id: 11374633 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E5D1992A for ; Tue, 11 Feb 2020 01:11:19 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BC5DE20708 for ; Tue, 11 Feb 2020 01:11:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="EKs1E3Xv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BC5DE20708 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=quicinc.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Received: from localhost ([::1]:41980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1K58-0008Da-TG for patchwork-qemu-devel@patchwork.kernel.org; Mon, 10 Feb 2020 20:11:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33040) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1JcR-0001qw-93 for qemu-devel@nongnu.org; Mon, 10 Feb 2020 19:41:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1JcP-0008Ab-1d for qemu-devel@nongnu.org; Mon, 10 Feb 2020 19:41:39 -0500 Received: from alexa-out-sd-02.qualcomm.com ([199.106.114.39]:59197) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j1JcO-0004rC-M7 for qemu-devel@nongnu.org; Mon, 10 Feb 2020 19:41:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1581381696; x=1612917696; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=q0XwbfrLMoK+KahDeXGLUZ7mZb4Qbt8SKYm+YrynLvo=; b=EKs1E3XvYbsNWbM94QwH90DAA48OhOfHKUk1QNawvZrPdlo8bbxuW7R3 nek9QJ2Wn5v0ISUzmAXOHAznfpU6R3JcWp3tGpL7V0yr8bSjDF2GwCLUQ MwHPJSza6pRm9g6AFswdxfav67sw6G0oTOsODWZOeu4P+tOk0hsyBbbz8 o=; Received: from unknown (HELO ironmsg05-sd.qualcomm.com) ([10.53.140.145]) by alexa-out-sd-02.qualcomm.com with ESMTP; 10 Feb 2020 16:41:01 -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; 10 Feb 2020 16:41:01 -0800 Received: by vu-tsimpson1-aus.qualcomm.com (Postfix, from userid 47164) id F0D9E1BB2; Mon, 10 Feb 2020 18:41:00 -0600 (CST) From: Taylor Simpson To: qemu-devel@nongnu.org Subject: [RFC PATCH 38/66] Hexagon TCG generation - step 01 Date: Mon, 10 Feb 2020 18:40:16 -0600 Message-Id: <1581381644-13678-39-git-send-email-tsimpson@quicinc.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1581381644-13678-1-git-send-email-tsimpson@quicinc.com> References: <1581381644-13678-1-git-send-email-tsimpson@quicinc.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 199.106.114.39 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+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" Include the generated files and set up the data structures Signed-off-by: Taylor Simpson --- target/hexagon/genptr.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ target/hexagon/genptr.h | 25 +++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 target/hexagon/genptr.c create mode 100644 target/hexagon/genptr.h diff --git a/target/hexagon/genptr.c b/target/hexagon/genptr.c new file mode 100644 index 0000000..2a50be0 --- /dev/null +++ b/target/hexagon/genptr.c @@ -0,0 +1,60 @@ +/* + * Copyright (c) 2019 Qualcomm Innovation Center, Inc. All Rights Reserved. + * + * 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 . + */ + +#include +#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[] = { +#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] = generate_##TAG; +#include "qemu_def_generated.h" +#undef DEF_QEMU +} + + diff --git a/target/hexagon/genptr.h b/target/hexagon/genptr.h new file mode 100644 index 0000000..f178f72 --- /dev/null +++ b/target/hexagon/genptr.h @@ -0,0 +1,25 @@ +/* + * Copyright (c) 2019 Qualcomm Innovation Center, Inc. All Rights Reserved. + * + * 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 GENPTR_H +#define GENPTR_H + +#include "insn.h" + +extern semantic_insn_t opcode_genptr[]; + +#endif