提交 e63d7abd 编写于 作者: B blueswir1

Prune unused TCG_AREGs

Remove definitions for TCG_AREGs corresponding to AREG definitions
removed in r6778.
Signed-off-by: NStuart Brady <stuart.brady@gmail.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6779 c046a42c-6fe2-441c-8c8c-71466251a162
上级 6635f6fa
...@@ -64,7 +64,6 @@ enum { ...@@ -64,7 +64,6 @@ enum {
TCG_AREG0 = TCG_REG_R7, TCG_AREG0 = TCG_REG_R7,
TCG_AREG1 = TCG_REG_R4, TCG_AREG1 = TCG_REG_R4,
TCG_AREG2 = TCG_REG_R5, TCG_AREG2 = TCG_REG_R5,
TCG_AREG3 = TCG_REG_R6,
}; };
static inline void flush_icache_range(unsigned long start, unsigned long stop) static inline void flush_icache_range(unsigned long start, unsigned long stop)
......
...@@ -84,7 +84,6 @@ enum { ...@@ -84,7 +84,6 @@ enum {
#define TCG_AREG0 TCG_REG_R17 #define TCG_AREG0 TCG_REG_R17
#define TCG_AREG1 TCG_REG_R14 #define TCG_AREG1 TCG_REG_R14
#define TCG_AREG2 TCG_REG_R15 #define TCG_AREG2 TCG_REG_R15
#define TCG_AREG3 TCG_REG_R16
static inline void flush_icache_range(unsigned long start, unsigned long stop) static inline void flush_icache_range(unsigned long start, unsigned long stop)
{ {
......
...@@ -48,7 +48,6 @@ enum { ...@@ -48,7 +48,6 @@ enum {
#define TCG_AREG0 TCG_REG_EBP #define TCG_AREG0 TCG_REG_EBP
#define TCG_AREG1 TCG_REG_EBX #define TCG_AREG1 TCG_REG_EBX
#define TCG_AREG2 TCG_REG_ESI #define TCG_AREG2 TCG_REG_ESI
#define TCG_AREG3 TCG_REG_EDI
static inline void flush_icache_range(unsigned long start, unsigned long stop) static inline void flush_icache_range(unsigned long start, unsigned long stop)
{ {
......
...@@ -85,4 +85,3 @@ enum { ...@@ -85,4 +85,3 @@ enum {
#define TCG_AREG0 TCG_REG_R27 #define TCG_AREG0 TCG_REG_R27
#define TCG_AREG1 TCG_REG_R24 #define TCG_AREG1 TCG_REG_R24
#define TCG_AREG2 TCG_REG_R25 #define TCG_AREG2 TCG_REG_R25
#define TCG_AREG3 TCG_REG_R26
...@@ -81,4 +81,3 @@ enum { ...@@ -81,4 +81,3 @@ enum {
#define TCG_AREG0 TCG_REG_R27 #define TCG_AREG0 TCG_REG_R27
#define TCG_AREG1 TCG_REG_R24 #define TCG_AREG1 TCG_REG_R24
#define TCG_AREG2 TCG_REG_R25 #define TCG_AREG2 TCG_REG_R25
#define TCG_AREG3 TCG_REG_R26
...@@ -97,8 +97,6 @@ enum { ...@@ -97,8 +97,6 @@ enum {
#define TCG_AREG0 TCG_REG_G2 #define TCG_AREG0 TCG_REG_G2
#define TCG_AREG1 TCG_REG_G3 #define TCG_AREG1 TCG_REG_G3
#define TCG_AREG2 TCG_REG_G4 #define TCG_AREG2 TCG_REG_G4
#define TCG_AREG3 TCG_REG_G5
#define TCG_AREG4 TCG_REG_G6
#elif defined(__sparc_v9__) #elif defined(__sparc_v9__)
#define TCG_AREG0 TCG_REG_G5 #define TCG_AREG0 TCG_REG_G5
#define TCG_AREG1 TCG_REG_G6 #define TCG_AREG1 TCG_REG_G6
...@@ -107,7 +105,6 @@ enum { ...@@ -107,7 +105,6 @@ enum {
#define TCG_AREG0 TCG_REG_G6 #define TCG_AREG0 TCG_REG_G6
#define TCG_AREG1 TCG_REG_G1 #define TCG_AREG1 TCG_REG_G1
#define TCG_AREG2 TCG_REG_G2 #define TCG_AREG2 TCG_REG_G2
#define TCG_AREG3 TCG_REG_G3
#endif #endif
static inline void flush_icache_range(unsigned long start, unsigned long stop) static inline void flush_icache_range(unsigned long start, unsigned long stop)
......
...@@ -70,7 +70,6 @@ enum { ...@@ -70,7 +70,6 @@ enum {
#define TCG_AREG0 TCG_REG_R14 #define TCG_AREG0 TCG_REG_R14
#define TCG_AREG1 TCG_REG_R15 #define TCG_AREG1 TCG_REG_R15
#define TCG_AREG2 TCG_REG_R12 #define TCG_AREG2 TCG_REG_R12
#define TCG_AREG3 TCG_REG_R13
static inline void flush_icache_range(unsigned long start, unsigned long stop) static inline void flush_icache_range(unsigned long start, unsigned long stop)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册