qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stuart Brady <sdbrady@ntlworld.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Prune unused TCG_AREGs
Date: Sun, 8 Mar 2009 14:15:02 +0000	[thread overview]
Message-ID: <20090308141502.GA12857@miranda.arrow> (raw)

Remove definitions for TCG_AREGs corresponding to AREG definitions
removed in r6778.

Signed-off-by: Stuart Brady <stuart.brady@gmail.com>

Index: tcg/arm/tcg-target.h
===================================================================
--- tcg/arm/tcg-target.h	(revision 6778)
+++ tcg/arm/tcg-target.h	(working copy)
@@ -64,7 +64,6 @@
     TCG_AREG0 = TCG_REG_R7,
     TCG_AREG1 = TCG_REG_R4,
     TCG_AREG2 = TCG_REG_R5,
-    TCG_AREG3 = TCG_REG_R6,
 };
 
 static inline void flush_icache_range(unsigned long start, unsigned long stop)
Index: tcg/ppc/tcg-target.h
===================================================================
--- tcg/ppc/tcg-target.h	(revision 6778)
+++ tcg/ppc/tcg-target.h	(working copy)
@@ -85,4 +85,3 @@
 #define TCG_AREG0 TCG_REG_R27
 #define TCG_AREG1 TCG_REG_R24
 #define TCG_AREG2 TCG_REG_R25
-#define TCG_AREG3 TCG_REG_R26
Index: tcg/hppa/tcg-target.h
===================================================================
--- tcg/hppa/tcg-target.h	(revision 6778)
+++ tcg/hppa/tcg-target.h	(working copy)
@@ -84,7 +84,6 @@
 #define TCG_AREG0 TCG_REG_R17
 #define TCG_AREG1 TCG_REG_R14
 #define TCG_AREG2 TCG_REG_R15
-#define TCG_AREG3 TCG_REG_R16
 
 static inline void flush_icache_range(unsigned long start, unsigned long stop)
 {
Index: tcg/i386/tcg-target.h
===================================================================
--- tcg/i386/tcg-target.h	(revision 6778)
+++ tcg/i386/tcg-target.h	(working copy)
@@ -48,7 +48,6 @@
 #define TCG_AREG0 TCG_REG_EBP
 #define TCG_AREG1 TCG_REG_EBX
 #define TCG_AREG2 TCG_REG_ESI
-#define TCG_AREG3 TCG_REG_EDI
 
 static inline void flush_icache_range(unsigned long start, unsigned long stop)
 {
Index: tcg/ppc64/tcg-target.h
===================================================================
--- tcg/ppc64/tcg-target.h	(revision 6778)
+++ tcg/ppc64/tcg-target.h	(working copy)
@@ -81,4 +81,3 @@
 #define TCG_AREG0 TCG_REG_R27
 #define TCG_AREG1 TCG_REG_R24
 #define TCG_AREG2 TCG_REG_R25
-#define TCG_AREG3 TCG_REG_R26
Index: tcg/x86_64/tcg-target.h
===================================================================
--- tcg/x86_64/tcg-target.h	(revision 6778)
+++ tcg/x86_64/tcg-target.h	(working copy)
@@ -70,7 +70,6 @@
 #define TCG_AREG0 TCG_REG_R14
 #define TCG_AREG1 TCG_REG_R15
 #define TCG_AREG2 TCG_REG_R12
-#define TCG_AREG3 TCG_REG_R13
 
 static inline void flush_icache_range(unsigned long start, unsigned long stop)
 {
Index: tcg/sparc/tcg-target.h
===================================================================
--- tcg/sparc/tcg-target.h	(revision 6778)
+++ tcg/sparc/tcg-target.h	(working copy)
@@ -97,8 +97,6 @@
 #define TCG_AREG0 TCG_REG_G2
 #define TCG_AREG1 TCG_REG_G3
 #define TCG_AREG2 TCG_REG_G4
-#define TCG_AREG3 TCG_REG_G5
-#define TCG_AREG4 TCG_REG_G6
 #elif defined(__sparc_v9__)
 #define TCG_AREG0 TCG_REG_G5
 #define TCG_AREG1 TCG_REG_G6
@@ -107,7 +105,6 @@
 #define TCG_AREG0 TCG_REG_G6
 #define TCG_AREG1 TCG_REG_G1
 #define TCG_AREG2 TCG_REG_G2
-#define TCG_AREG3 TCG_REG_G3
 #endif
 
 static inline void flush_icache_range(unsigned long start, unsigned long stop)
-- 
Stuart Brady

             reply	other threads:[~2009-03-08 14:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-08 14:15 Stuart Brady [this message]
2009-03-08 14:46 ` [Qemu-devel] [PATCH] Prune unused TCG_AREGs Blue Swirl

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=20090308141502.GA12857@miranda.arrow \
    --to=sdbrady@ntlworld.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).