From patchwork Wed May 12 18:54:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Matheus K. Ferst" X-Patchwork-Id: 435665 Delivered-To: patch@linaro.org Received: by 2002:a02:c901:0:0:0:0:0 with SMTP id t1csp5131066jao; Wed, 12 May 2021 12:45:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxEReFoH6WXSh8wyOjmhIcx1t0P4q4YJ8gEk4z0j+FjCvdHcLoO/ZcPGGSiHfCNGtLTn47s X-Received: by 2002:a05:6830:1452:: with SMTP id w18mr32290998otp.227.1620848706118; Wed, 12 May 2021 12:45:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620848706; cv=none; d=google.com; s=arc-20160816; b=Tb2S1kHajqTsEqs3JroJTogPVOT/KTxki+REjso9IhiYFyIwMoqFs1uMiZWhrtoDAM pMoS1VRwWG9sWh1UelKpZ4nY5CAJ5gIoWKgFWUN4X0ASwcv7hf0cSV3syb/iMGxfBN8B lJk77SLBZcJhPGGou8hH+fjDKZ0AlWwk8vVK/LiKeJejbtAEO/ZyGLqqkwWzGKIb33Kj GT9B8u+mBvS9vexDlekc4C4qSbhCTloD84sn/fR1aLYbPgoYnMdyTAoCCPLO0zSLY5oS IRVyTPUSClXA7ssC68rGJ1rgXAAjklpmaDxyVgxaE6eWDMMAdZVcHP5DqLQD1JicoYXz CY+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:cc:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:content-transfer-encoding :mime-version:references:in-reply-to:message-id:date:subject:to:from; bh=7UJI+H+iB41UZpNRYg2H/mYubYoGQjl5zkzPb+QayRw=; b=v+5LKniG59vDYjojeCIhWVt88v9Uy7c/ND3yMgCVus2AQ860+K8U7mhGRuFU5m7K06 3mkUNa1JJHzlwn4Qtaq55FmF5ECG+v7b5jIgotKg3B9rX9yRS0U7Kv6gRbv3zIYQyvFD Q9jIfu+PG/rV2ul8+/ROkZcSDEywuO8BktSmgAIlxZgihU2wI/0YXKEhb9dEASJczpyQ VPN8HwYaAPFKCVz4fRpVqeIXcqPqW/3PvC9H9cBesSrxAfGUr+uBcEmIw7wde9yvvaSa 1dFWSBKjALwlrbypOIAIe+O+KD/aSlv8EhjwkFr2ZeNySOtyYL/ZrXk345ZJjwE6PS0H OvVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-devel-bounces+patch=linaro.org@nongnu.org" Return-Path: Received: from lists.gnu.org (lists.gnu.org. [209.51.188.17]) by mx.google.com with ESMTPS id q20si935158oos.13.2021.05.12.12.45.06 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 12 May 2021 12:45:06 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom="qemu-devel-bounces+patch=linaro.org@nongnu.org" Received: from localhost ([::1]:38460 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lgun3-00007D-Eb for patch@linaro.org; Wed, 12 May 2021 15:45:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54026) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgu46-0000Xu-Uc; Wed, 12 May 2021 14:58:38 -0400 Received: from [201.28.113.2] (port=47887 helo=outlook.eldorado.org.br) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lgu45-0000ms-Aw; Wed, 12 May 2021 14:58:38 -0400 Received: from power9a ([10.10.71.235]) by outlook.eldorado.org.br with Microsoft SMTPSVC(8.5.9600.16384); Wed, 12 May 2021 15:56:06 -0300 Received: from eldorado.org.br (unknown [10.10.70.45]) by power9a (Postfix) with ESMTP id 17F0C8000C2; Wed, 12 May 2021 15:56:06 -0300 (-03) From: matheus.ferst@eldorado.org.br To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org Subject: [PATCH v4 22/31] target/ppc: Implement PNOP Date: Wed, 12 May 2021 15:54:32 -0300 Message-Id: <20210512185441.3619828-23-matheus.ferst@eldorado.org.br> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210512185441.3619828-1-matheus.ferst@eldorado.org.br> References: <20210512185441.3619828-1-matheus.ferst@eldorado.org.br> MIME-Version: 1.0 X-OriginalArrivalTime: 12 May 2021 18:56:06.0469 (UTC) FILETIME=[76B47750:01D74760] X-Host-Lookup-Failed: Reverse DNS lookup failed for 201.28.113.2 (failed) Received-SPF: pass client-ip=201.28.113.2; envelope-from=matheus.ferst@eldorado.org.br; helo=outlook.eldorado.org.br X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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: richard.henderson@linaro.org, f4bug@amsat.org, luis.pires@eldorado.org.br, lagarcia@br.ibm.com, bruno.larsen@eldorado.org.br, matheus.ferst@eldorado.org.br, david@gibson.dropbear.id.au Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" From: Richard Henderson The illegal suffix behavior matches what was observed in a POWER10 DD2.0 machine. Signed-off-by: Richard Henderson Signed-off-by: Matheus Ferst --- v4: - Detect illegal suffixes and call gen_invalid. --- target/ppc/insn64.decode | 66 ++++++++++++++++++++++ target/ppc/translate/fixedpoint-impl.c.inc | 8 +++ 2 files changed, 74 insertions(+) -- 2.25.1 diff --git a/target/ppc/insn64.decode b/target/ppc/insn64.decode index 5e6c96a326..56857b5e93 100644 --- a/target/ppc/insn64.decode +++ b/target/ppc/insn64.decode @@ -28,3 +28,69 @@ PADDI 000001 10 0--.-- .................. \ 001110 ..... ..... ................ @PLS_D + +### Prefixed No-operation Instruction + +&PNOP invalid_suffix:bool +@PNOP 000001 11 0000-- 000000000000000000 \ + ................................ &PNOP + +{ + ## Invalid suffixes: Branch instruction + # bc[l][a] + PNOP ................................ \ + 010000-------------------------- @PNOP invalid_suffix=1 + # b[l][a] + PNOP ................................ \ + 010010-------------------------- @PNOP invalid_suffix=1 + # bclr[l] + PNOP ................................ \ + 010011---------------0000010000- @PNOP invalid_suffix=1 + # bcctr[l] + PNOP ................................ \ + 010011---------------1000010000- @PNOP invalid_suffix=1 + # bctar[l] + PNOP ................................ \ + 010011---------------1000110000- @PNOP invalid_suffix=1 + + ## Invalid suffixes: rfebb + PNOP ................................ \ + 010011---------------0010010010- @PNOP invalid_suffix=1 + + ## Invalid suffixes: context synchronizing other than isync + # sc + PNOP ................................ \ + 010001------------------------1- @PNOP invalid_suffix=1 + # scv + PNOP ................................ \ + 010001------------------------01 @PNOP invalid_suffix=1 + # rfscv + PNOP ................................ \ + 010011---------------0001010010- @PNOP invalid_suffix=1 + # rfid + PNOP ................................ \ + 010011---------------0000010010- @PNOP invalid_suffix=1 + # hrfid + PNOP ................................ \ + 010011---------------0100010010- @PNOP invalid_suffix=1 + # urfid + PNOP ................................ \ + 010011---------------0100110010- @PNOP invalid_suffix=1 + # stop + PNOP ................................ \ + 010011---------------0101110010- @PNOP invalid_suffix=1 + # mtmsr w/ L=0 + PNOP ................................ \ + 011111---------0-----0010010010- @PNOP invalid_suffix=1 + # mtmsrd w/ L=0 + PNOP ................................ \ + 011111---------0-----0010110010- @PNOP invalid_suffix=1 + + ## Invalid suffixes: Service Processor Attention + PNOP ................................ \ + 000000----------------100000000- @PNOP invalid_suffix=1 + + ## Valid suffixes + PNOP ................................ \ + -------------------------------- @PNOP invalid_suffix=0 +} diff --git a/target/ppc/translate/fixedpoint-impl.c.inc b/target/ppc/translate/fixedpoint-impl.c.inc index b7ee0ff034..9a8da29c64 100644 --- a/target/ppc/translate/fixedpoint-impl.c.inc +++ b/target/ppc/translate/fixedpoint-impl.c.inc @@ -60,3 +60,11 @@ static bool trans_ADDIS(DisasContext *ctx, arg_D *a) a->si <<= 16; return trans_ADDI(ctx, a); } + +static bool trans_PNOP(DisasContext *ctx, arg_PNOP *a) +{ + if (a->invalid_suffix) { + gen_invalid(ctx); + } + return true; +}