From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEoJZ-0005WR-N8 for qemu-devel@nongnu.org; Wed, 28 Aug 2013 18:34:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEoJU-0000fk-C2 for qemu-devel@nongnu.org; Wed, 28 Aug 2013 18:34:13 -0400 Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]:43448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEoJU-0000fc-7A for qemu-devel@nongnu.org; Wed, 28 Aug 2013 18:34:08 -0400 Received: by mail-qc0-f171.google.com with SMTP id n1so3940555qcw.30 for ; Wed, 28 Aug 2013 15:34:07 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Wed, 28 Aug 2013 15:33:28 -0700 Message-Id: <1377729213-2704-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/5] tcg-arm ldst improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net This is based on the "Further tcg ldst improvements" patch set. The first patch is unchanged from the original "tcg ldst" patch set. The second patch is modified to avoid defining local helpers in the tcg/arm backend. This is trivial now that we can use the real return address, so the extra parameter can just be stored from R14. The last three patches are new. Stuff I noticed while examining the disassembly dumps. For convenience, the first patch set is git://github.com/rth7680/qemu.git tcg-ool-2 and this one is git://github.com/rth7680/qemu.git tcg-ool-arm-2 r~ Richard Henderson (5): tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64 tcg-arm: Rearrange slow-path qemu_ld/st tcg-arm: Use strd for tcg_out_arg_reg64 tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlb tcg-arm: Better pipeline for softmmu tlb access include/exec/exec-all.h | 14 -- tcg/arm/tcg-target.c | 397 ++++++++++++++++++++++++------------------------ 2 files changed, 202 insertions(+), 209 deletions(-) -- 1.8.1.4