From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmF1e-0001ds-9e for qemu-devel@nongnu.org; Wed, 14 Oct 2015 01:54:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmF1b-0006P6-4g for qemu-devel@nongnu.org; Wed, 14 Oct 2015 01:54:58 -0400 Received: from mail-lf0-x236.google.com ([2a00:1450:4010:c07::236]:34564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmF1a-0006P2-Tc for qemu-devel@nongnu.org; Wed, 14 Oct 2015 01:54:55 -0400 Received: by lfaz124 with SMTP id z124so6117849lfa.1 for ; Tue, 13 Oct 2015 22:54:54 -0700 (PDT) From: Max Filippov Date: Wed, 14 Oct 2015 08:54:26 +0300 Message-Id: <1444802068-27573-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH 0/2] target-xtensa: two new instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Max Filippov Hi, this series adds two new xtensa instructions: - s32nb is a new core instruction; - depbits is enabled by dedicated option. Max Filippov (2): target-xtensa: implement depbits instruction target-xtensa: implement S32NB target-xtensa/cpu.h | 1 + target-xtensa/overlay_tool.h | 5 +++++ target-xtensa/translate.c | 31 +++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) -- 1.8.1.4