From: Magnus Damm <magnus.damm@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] remove duplicate sar opcode from i386 tcg code
Date: Fri, 13 Nov 2009 18:58:08 +0900 [thread overview]
Message-ID: <20091113095808.29758.87408.sendpatchset@rxone.opensource.se> (raw)
From: Magnus Damm <damm@opensource.se>
Remove duplicate sar opcode from the i386 tcg code.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
tcg/i386/tcg-target.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/tcg/i386/tcg-target.c
+++ work/tcg/i386/tcg-target.c 2009-11-13 16:34:21.000000000 +0900
@@ -1147,7 +1147,6 @@ static const TCGTargetOpDef x86_op_defs[
{ INDEX_op_shl_i32, { "r", "0", "ci" } },
{ INDEX_op_shr_i32, { "r", "0", "ci" } },
{ INDEX_op_sar_i32, { "r", "0", "ci" } },
- { INDEX_op_sar_i32, { "r", "0", "ci" } },
{ INDEX_op_rotl_i32, { "r", "0", "ci" } },
{ INDEX_op_rotr_i32, { "r", "0", "ci" } },
reply other threads:[~2009-11-13 10:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20091113095808.29758.87408.sendpatchset@rxone.opensource.se \
--to=magnus.damm@gmail.com \
--cc=qemu-devel@nongnu.org \
/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).