From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD5Yq-0003tO-1a for qemu-devel@nongnu.org; Sun, 09 Oct 2011 22:25:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RD5Yo-0002Fa-S9 for qemu-devel@nongnu.org; Sun, 09 Oct 2011 22:25:48 -0400 Received: from [188.134.19.124] (port=59868 helo=octofox.metropolis) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD5Yo-0002FF-I9 for qemu-devel@nongnu.org; Sun, 09 Oct 2011 22:25:46 -0400 From: Max Filippov Date: Mon, 10 Oct 2011 06:25:39 +0400 Message-Id: <1318213541-3217-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] target-xtensa: implement MAC16 option and unit tests for it List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jcmvbkbc@gmail.com Max Filippov (2): target-xtensa: implement MAC16 option target-xtensa: add MAC16 unit tests target-xtensa/cpu.h | 3 + target-xtensa/translate.c | 135 +++++++++++++++++++++++++- tests/xtensa/Makefile | 1 + tests/xtensa/test_mac16.S | 243 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 381 insertions(+), 1 deletions(-) create mode 100644 tests/xtensa/test_mac16.S -- 1.7.6.4