qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 08/22] target/arm/tcg: Extract iwmmxt code to translate-iwmmx


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 08/22] target/arm/tcg: Extract iwmmxt code to translate-iwmmxt.c
Date: Fri, 9 Jun 2023 13:06:10 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.2

On 9/6/23 12:47, Philippe Mathieu-Daudé wrote:
Extract 1300 lines from the big enough translate.c.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  target/arm/tcg/translate-iwmmxt.c | 1334 +++++++++++++++++++++++++++++
  target/arm/tcg/translate.c        | 1312 ----------------------------
  target/arm/tcg/meson.build        |    1 +
  3 files changed, 1335 insertions(+), 1312 deletions(-)
  create mode 100644 target/arm/tcg/translate-iwmmxt.c

diff --git a/target/arm/tcg/translate-iwmmxt.c 
b/target/arm/tcg/translate-iwmmxt.c
new file mode 100644
index 0000000000..a054064c98
--- /dev/null
+++ b/target/arm/tcg/translate-iwmmxt.c
@@ -0,0 +1,1334 @@
+/*
+ * AArch64 SVE translation
+ *
+ * Copyright (c) 2018 Linaro, Ltd

Argh, wrong copy/paste!

+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
+ */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]