From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXEBL-0005r2-Vc for qemu-devel@nongnu.org; Wed, 02 Sep 2015 15:58:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXEBI-0000A6-K2 for qemu-devel@nongnu.org; Wed, 02 Sep 2015 15:58:55 -0400 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:32777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXEBI-00009x-Av for qemu-devel@nongnu.org; Wed, 02 Sep 2015 15:58:52 -0400 Received: by pacex6 with SMTP id ex6so16319844pac.0 for ; Wed, 02 Sep 2015 12:58:51 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Wed, 2 Sep 2015 12:58:16 -0700 Message-Id: <1441223898-10475-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 0/2] target-alpha cmpbge improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org Fixed version of the patch set posted 17 August. Please pull. r~ The following changes since commit 074a9925e1cfd659d5376dcaccd1436d3840e611: Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2015-08-14 16:52:34 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git tags/pull-axp-20150902 for you to fetch changes up to 112e4518f0d38fc3c52e55c7d7e77b66a295ec2b: target-alpha: Special case cmpbge with zero (2015-08-18 09:11:12 -0700) ---------------------------------------------------------------- cmpbge emulation improvements ---------------------------------------------------------------- Richard Henderson (2): target-alpha: Rewrite helper_cmpbge using bit tests target-alpha: Special case cmpbge with zero target-alpha/helper.h | 1 + target-alpha/int_helper.c | 51 ++++++++++++++++++++++++++++++++++++----------- target-alpha/translate.c | 7 ++++++- 3 files changed, 46 insertions(+), 13 deletions(-)