From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rc2df-0003er-OM for qemu-devel@nongnu.org; Sat, 17 Dec 2011 17:21:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rc2de-0000pD-Rx for qemu-devel@nongnu.org; Sat, 17 Dec 2011 17:21:55 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:52826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rc2de-0000p4-Ov for qemu-devel@nongnu.org; Sat, 17 Dec 2011 17:21:54 -0500 Received: by iagj37 with SMTP id j37so7270149iag.4 for ; Sat, 17 Dec 2011 14:21:53 -0800 (PST) Sender: Richard Henderson From: Richard Henderson Date: Sat, 17 Dec 2011 14:21:43 -0800 Message-Id: <1324160506-25183-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/3] target-mips improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno I was interested in testing some Loongson vectorization code for GCC. These, plus a handfull of other hacks on top of Khansa Butt's mips64-linux-user patches, does a fair job of it. I'll post the hacks under separate cover, as I don't know what the real fix ought to be; I just forced the cpu flags to be the way I needed. r~ Richard Henderson (3): target-mips: Streamline indexed cp1 memory addressing. mips-linux-user: Always support rdhwr. target-mips: Implement Loongson Multimedia Instructions Makefile.target | 3 + target-mips/helper.h | 59 ++++ target-mips/lmi_helper.c | 744 ++++++++++++++++++++++++++++++++++++++++++++++ target-mips/translate.c | 379 +++++++++++++++++++++++- 4 files changed, 1181 insertions(+), 4 deletions(-) create mode 100644 target-mips/lmi_helper.c -- 1.7.7.4