From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF8z0-0003yB-5L for qemu-devel@nongnu.org; Fri, 21 Sep 2012 15:33:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF8yy-0007Y3-Sm for qemu-devel@nongnu.org; Fri, 21 Sep 2012 15:33:50 -0400 Received: from hall.aurel32.net ([88.191.126.93]:46375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF8yy-0007Ww-KZ for qemu-devel@nongnu.org; Fri, 21 Sep 2012 15:33:48 -0400 From: Aurelien Jarno Date: Fri, 21 Sep 2012 21:33:31 +0200 Message-Id: <1348256016-5077-1-git-send-email-aurelien@aurel32.net> Subject: [Qemu-devel] [PATCH v2 0/5] target-arm: misc optimizations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Aurelien Jarno This patch series optimizes the ARM target by: - using globals instead of ld/st function - using TCG code instead of helpers - marking some helpers const and pure -- Changes v1 -> v2 - updated patch 3 to use movcond instead of setcond. Also converted sar. - updated patch 4 following changes in patch 3 - added patch 5 Aurelien Jarno (5): target-arm: use globals for CC flags target-arm: convert add_cc and sub_cc helpers to TCG target-arm: convert sar, shl and shr helpers to TCG target-arm: mark a few integer helpers const and pure target-arm: use deposit instead of hardcoded version target-arm/helper.h | 24 ++--- target-arm/op_helper.c | 44 -------- target-arm/translate.c | 263 ++++++++++++++++++++++++++---------------------- 3 files changed, 155 insertions(+), 176 deletions(-) -- 1.7.10.4