qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Desnogues <laurent.desnogues@gmail.com>
To: Richard Henderson <rth@twiddle.net>
Cc: qemu-devel@nongnu.org, jay.foad@gmail.com
Subject: Re: [Qemu-devel] [PATCH v2 0/9] tcg-arm improvements
Date: Wed, 13 Mar 2013 14:52:39 +0100	[thread overview]
Message-ID: <CABoDooMP8=6SAcXLxUipBMWGY4gEezdPtFBTb425UpoT7=gCUg@mail.gmail.com> (raw)
In-Reply-To: <1363070631-21187-1-git-send-email-rth@twiddle.net>

On Tue, Mar 12, 2013 at 7:43 AM, Richard Henderson <rth@twiddle.net> wrote:
> Changes v1-v2:
>   * Use more helper functions to handle K and N constraints.
>   * Improve add2/sub2.
>   * Improve epilogues, as suggested in the previous thread.
>   * Fix a typo in the name of the deposit helper.
>   * Implement division for cortex-a15.

I applied all of the patch series and tested nbench in user mode
on a quad core Cortex-A9 (which means I didn't test the div part
and the add2/sub2 part since it's i386 code).

It works and gave some nice speedup.

Thanks,

Laurent

>
> r~
>
>
> Richard Henderson (9):
>   tcg-arm: Use bic to implement and with constant
>   tcg-arm: Handle negated constant arguments to and/sub
>   tcg-arm: Allow constant first argument to sub
>   tcg-arm: Use tcg_out_dat_rIN for compares
>   tcg-arm: Handle constant arguments to add2/sub2
>   tcg-arm: Improve constant generation
>   tcg-arm: Fold epilogue into INDEX_op_exit_tb
>   tcg-arm: Implement deposit for armv7
>   tcg-arm: Implement division instructions
>
>  disas/arm.c          |   4 +
>  tcg/arm/tcg-target.c | 410 ++++++++++++++++++++++++++++++++++++---------------
>  tcg/arm/tcg-target.h |  14 +-
>  3 files changed, 304 insertions(+), 124 deletions(-)
>
> --
> 1.8.1.2
>
>

  parent reply	other threads:[~2013-03-13 13:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-12  6:43 [Qemu-devel] [PATCH v2 0/9] tcg-arm improvements Richard Henderson
2013-03-12  6:43 ` [Qemu-devel] [PATCH v2 1/9] tcg-arm: Use bic to implement and with constant Richard Henderson
2013-03-12  6:43 ` [Qemu-devel] [PATCH v2 2/9] tcg-arm: Handle negated constant arguments to and/sub Richard Henderson
2013-03-12  6:43 ` [Qemu-devel] [PATCH v2 3/9] tcg-arm: Allow constant first argument to sub Richard Henderson
2013-03-12  6:43 ` [Qemu-devel] [PATCH v2 4/9] tcg-arm: Use tcg_out_dat_rIN for compares Richard Henderson
2013-03-12  6:43 ` [Qemu-devel] [PATCH v2 5/9] tcg-arm: Handle constant arguments to add2/sub2 Richard Henderson
2013-03-12  6:43 ` [Qemu-devel] [PATCH v2 6/9] tcg-arm: Improve constant generation Richard Henderson
2013-03-12  6:43 ` [Qemu-devel] [PATCH v2 7/9] tcg-arm: Fold epilogue into INDEX_op_exit_tb Richard Henderson
2013-03-12  6:43 ` [Qemu-devel] [PATCH v2 8/9] tcg-arm: Implement deposit for armv7 Richard Henderson
2013-03-12  6:43 ` [Qemu-devel] [PATCH v2 9/9] tcg-arm: Implement division instructions Richard Henderson
2013-03-13 13:52 ` Laurent Desnogues [this message]
2013-03-20  0:17 ` [Qemu-devel] [PATCH v2 0/9] tcg-arm improvements Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABoDooMP8=6SAcXLxUipBMWGY4gEezdPtFBTb425UpoT7=gCUg@mail.gmail.com' \
    --to=laurent.desnogues@gmail.com \
    --cc=jay.foad@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).