qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tcg-i386: use LEA for 3-operand 64-bit addition
@ 2013-01-11 23:05 Richard Henderson
  2013-01-12 16:10 ` Blue Swirl
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 2013-01-11 23:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Aurelien Jarno

From: Paolo Bonzini <pbonzini@redhat.com>

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
---
 tcg/i386/tcg-target.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c
index e083874..7aec304 100644
--- a/tcg/i386/tcg-target.c
+++ b/tcg/i386/tcg-target.c
@@ -2099,7 +2099,7 @@ static const TCGTargetOpDef x86_op_defs[] = {
     { INDEX_op_st32_i64, { "ri", "r" } },
     { INDEX_op_st_i64, { "re", "r" } },
 
-    { INDEX_op_add_i64, { "r", "0", "re" } },
+    { INDEX_op_add_i64, { "r", "r", "re" } },
     { INDEX_op_mul_i64, { "r", "0", "re" } },
     { INDEX_op_div2_i64, { "a", "d", "0", "1", "r" } },
     { INDEX_op_divu2_i64, { "a", "d", "0", "1", "r" } },
-- 
1.7.11.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] tcg-i386: use LEA for 3-operand 64-bit addition
  2013-01-11 23:05 [Qemu-devel] [PATCH] tcg-i386: use LEA for 3-operand 64-bit addition Richard Henderson
@ 2013-01-12 16:10 ` Blue Swirl
  0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2013-01-12 16:10 UTC (permalink / raw)
  To: Richard Henderson; +Cc: Paolo Bonzini, qemu-devel, Aurelien Jarno

Thanks, applied.

On Fri, Jan 11, 2013 at 11:05 PM, Richard Henderson <rth@twiddle.net> wrote:
> From: Paolo Bonzini <pbonzini@redhat.com>
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Richard Henderson <rth@twiddle.net>
> ---
>  tcg/i386/tcg-target.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tcg/i386/tcg-target.c b/tcg/i386/tcg-target.c
> index e083874..7aec304 100644
> --- a/tcg/i386/tcg-target.c
> +++ b/tcg/i386/tcg-target.c
> @@ -2099,7 +2099,7 @@ static const TCGTargetOpDef x86_op_defs[] = {
>      { INDEX_op_st32_i64, { "ri", "r" } },
>      { INDEX_op_st_i64, { "re", "r" } },
>
> -    { INDEX_op_add_i64, { "r", "0", "re" } },
> +    { INDEX_op_add_i64, { "r", "r", "re" } },
>      { INDEX_op_mul_i64, { "r", "0", "re" } },
>      { INDEX_op_div2_i64, { "a", "d", "0", "1", "r" } },
>      { INDEX_op_divu2_i64, { "a", "d", "0", "1", "r" } },
> --
> 1.7.11.7
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-12 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 23:05 [Qemu-devel] [PATCH] tcg-i386: use LEA for 3-operand 64-bit addition Richard Henderson
2013-01-12 16:10 ` Blue Swirl

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).